public class EncodedHttpURI extends HttpURI
| Constructor and Description |
|---|
EncodedHttpURI(String encoding) |
| Modifier and Type | Method and Description |
|---|---|
void |
decodeQueryTo(MultiMap parameters) |
void |
decodeQueryTo(MultiMap parameters,
String encoding) |
String |
getAuthority() |
String |
getCompletePath() |
String |
getDecodedPath() |
String |
getFragment() |
String |
getHost() |
String |
getParam() |
String |
getPath() |
String |
getPathAndParam() |
int |
getPort() |
String |
getQuery() |
String |
getScheme() |
boolean |
hasQuery() |
String |
toString() |
void |
writeTo(Utf8StringBuffer buf) |
clear, getDecodedPath, getQuery, parse, parse, parseConnect, writeTopublic EncodedHttpURI(String encoding)
public String getAuthority()
getAuthority in class HttpURIpublic String getDecodedPath()
getDecodedPath in class HttpURIpublic String getPathAndParam()
getPathAndParam in class HttpURIpublic String getCompletePath()
getCompletePath in class HttpURIpublic String getFragment()
getFragment in class HttpURIpublic void decodeQueryTo(MultiMap parameters)
decodeQueryTo in class HttpURIpublic void decodeQueryTo(MultiMap parameters, String encoding) throws UnsupportedEncodingException
decodeQueryTo in class HttpURIUnsupportedEncodingExceptionpublic void writeTo(Utf8StringBuffer buf)
Copyright © 1995-2015 Mort Bay Consulting. All Rights Reserved.