org.geotools.data.wfs.protocol.http
Class HttpUtil
Object
HttpUtil
public class HttpUtil
- extends Object
Methods inherited from class Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LOGGER
protected static final Logger LOGGER
HttpUtil
public HttpUtil()
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.