org.eclipse.jetty.http
类 EncodedHttpURI

java.lang.Object
  继承者 org.eclipse.jetty.http.HttpURI
      继承者 org.eclipse.jetty.http.EncodedHttpURI

public class EncodedHttpURI
extends HttpURI


构造方法摘要
EncodedHttpURI(String encoding)
           
 
方法摘要
 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)
           
 
从类 org.eclipse.jetty.http.HttpURI 继承的方法
clear, getDecodedPath, getQuery, parse, parse, parseConnect, writeTo
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

构造方法详细信息

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.