org.eclipse.jetty.http
类 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()
- 覆盖:
- 类
HttpURI 中的 getScheme
getAuthority
public String getAuthority()
- 覆盖:
- 类
HttpURI 中的 getAuthority
getHost
public String getHost()
- 覆盖:
- 类
HttpURI 中的 getHost
getPort
public int getPort()
- 覆盖:
- 类
HttpURI 中的 getPort
getPath
public String getPath()
- 覆盖:
- 类
HttpURI 中的 getPath
getDecodedPath
public String getDecodedPath()
- 覆盖:
- 类
HttpURI 中的 getDecodedPath
getPathAndParam
public String getPathAndParam()
- 覆盖:
- 类
HttpURI 中的 getPathAndParam
getCompletePath
public String getCompletePath()
- 覆盖:
- 类
HttpURI 中的 getCompletePath
getParam
public String getParam()
- 覆盖:
- 类
HttpURI 中的 getParam
getQuery
public String getQuery()
- 覆盖:
- 类
HttpURI 中的 getQuery
hasQuery
public boolean hasQuery()
- 覆盖:
- 类
HttpURI 中的 hasQuery
getFragment
public String getFragment()
- 覆盖:
- 类
HttpURI 中的 getFragment
decodeQueryTo
public void decodeQueryTo(MultiMap parameters)
- 覆盖:
- 类
HttpURI 中的 decodeQueryTo
decodeQueryTo
public void decodeQueryTo(MultiMap parameters,
String encoding)
throws UnsupportedEncodingException
- 覆盖:
- 类
HttpURI 中的 decodeQueryTo
- 抛出:
UnsupportedEncodingException
toString
public String toString()
- 覆盖:
- 类
HttpURI 中的 toString
writeTo
public void writeTo(Utf8StringBuffer buf)
Copyright © 2013. All Rights Reserved.