public class URIUtils extends Object
| Constructor and Description |
|---|
URIUtils() |
| Modifier and Type | Method and Description |
|---|---|
static URI |
createGsiftpURI(String host,
String localPath) |
static String |
encodeAll(String uri) |
static String |
encodeAuthority(String uri) |
static String |
encodeFragment(String uri) |
static String |
encodePath(String uri) |
static String |
encodeQuery(String uri) |
public static String encodeAll(String uri) throws org.apache.commons.httpclient.URIException
org.apache.commons.httpclient.URIExceptionpublic static String encodeAuthority(String uri) throws org.apache.commons.httpclient.URIException
org.apache.commons.httpclient.URIExceptionpublic static String encodePath(String uri) throws org.apache.commons.httpclient.URIException
org.apache.commons.httpclient.URIExceptionpublic static String encodeQuery(String uri) throws org.apache.commons.httpclient.URIException
org.apache.commons.httpclient.URIExceptionpublic static String encodeFragment(String uri) throws org.apache.commons.httpclient.URIException
org.apache.commons.httpclient.URIExceptionpublic static URI createGsiftpURI(String host, String localPath) throws URISyntaxException
URISyntaxExceptionCopyright © 2011-2014 The Apache Software Foundation. All Rights Reserved.