org.geotools.data.wfs.protocol.http
Class HttpUtil

Object
  extended by HttpUtil

public class HttpUtil
extends Object


Field Summary
protected static Logger LOGGER
           
 
Constructor Summary
HttpUtil()
           
 
Method Summary
static String createUri(URL baseUrl, Map<String,String> queryStringKvp)
           
static URL createUrl(URL baseUrl, Map<String,String> queryStringKvp)
           
static Map<String,String> requestKvp(URL url)
           
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LOGGER

protected static final Logger LOGGER
Constructor Detail

HttpUtil

public HttpUtil()
Method Detail

createUrl

public static URL createUrl(URL baseUrl,
                            Map<String,String> queryStringKvp)
                     throws MalformedURLException
Throws:
MalformedURLException
See Also:
HTTPProtocol#createUrl(URL, Map)

createUri

public static String createUri(URL baseUrl,
                               Map<String,String> queryStringKvp)

requestKvp

public static Map<String,String> requestKvp(URL url)


Copyright © 1996-2014 Geotools. All Rights Reserved.