org.eclipse.jetty.http
Class EncodedHttpURI
java.lang.Object
org.eclipse.jetty.http.HttpURI
org.eclipse.jetty.http.EncodedHttpURI
public class EncodedHttpURI
- extends HttpURI
EncodedHttpURI
public EncodedHttpURI(String encoding)
getScheme
public String getScheme()
- Overrides:
getScheme in class HttpURI
getAuthority
public String getAuthority()
- Overrides:
getAuthority in class HttpURI
getHost
public String getHost()
- Overrides:
getHost in class HttpURI
getPort
public int getPort()
- Overrides:
getPort in class HttpURI
getPath
public String getPath()
- Overrides:
getPath in class HttpURI
getDecodedPath
public String getDecodedPath()
- Overrides:
getDecodedPath in class HttpURI
getPathAndParam
public String getPathAndParam()
- Overrides:
getPathAndParam in class HttpURI
getCompletePath
public String getCompletePath()
- Overrides:
getCompletePath in class HttpURI
getParam
public String getParam()
- Overrides:
getParam in class HttpURI
getQuery
public String getQuery()
- Overrides:
getQuery in class HttpURI
hasQuery
public boolean hasQuery()
- Overrides:
hasQuery in class HttpURI
getFragment
public String getFragment()
- Overrides:
getFragment in class HttpURI
decodeQueryTo
public void decodeQueryTo(MultiMap parameters)
- Overrides:
decodeQueryTo in class HttpURI
decodeQueryTo
public void decodeQueryTo(MultiMap parameters,
String encoding)
throws UnsupportedEncodingException
- Overrides:
decodeQueryTo in class HttpURI
- Throws:
UnsupportedEncodingException
toString
public String toString()
- Overrides:
toString in class HttpURI
writeTo
public void writeTo(Utf8StringBuffer buf)
Copyright © 1995-2011 Mort Bay Consulting. All Rights Reserved.