org.glassfish.grizzly.http.util
Class RequestURIRef

java.lang.Object
  extended by org.glassfish.grizzly.http.util.RequestURIRef

public class RequestURIRef
extends Object

Author:
Alexey Stashok

Constructor Summary
RequestURIRef()
           
 
Method Summary
 DataChunk getDecodedRequestURIBC()
           
 DataChunk getDecodedRequestURIBC(boolean isSlashAllowed)
           
 DataChunk getDecodedRequestURIBC(boolean isSlashAllowed, Charset charset)
           
 String getDecodedURI()
           
 String getDecodedURI(boolean isSlashAllowed)
           
 String getDecodedURI(boolean isSlashAllowed, Charset encoding)
           
 Charset getDefaultURIEncoding()
           
 DataChunk getOriginalRequestURIBC()
           
 DataChunk getRequestURIBC()
           
 String getURI()
           
 String getURI(Charset encoding)
           
 boolean isDecoded()
           
 void recycle()
           
 void setDecoded(boolean isDecoded)
           
 void setDecodedURI(String uri)
           
 void setDefaultURIEncoding(Charset defaultURIEncoding)
           
 void setURI(String uri)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RequestURIRef

public RequestURIRef()
Method Detail

getOriginalRequestURIBC

public final DataChunk getOriginalRequestURIBC()

getDecodedRequestURIBC

public final DataChunk getDecodedRequestURIBC()
                                       throws CharConversionException
Throws:
CharConversionException

getRequestURIBC

public final DataChunk getRequestURIBC()

getDecodedRequestURIBC

public DataChunk getDecodedRequestURIBC(boolean isSlashAllowed)
                                 throws CharConversionException
Throws:
CharConversionException

getDecodedRequestURIBC

public DataChunk getDecodedRequestURIBC(boolean isSlashAllowed,
                                        Charset charset)
                                 throws CharConversionException
Throws:
CharConversionException

getURI

public String getURI()

getURI

public String getURI(Charset encoding)

setURI

public void setURI(String uri)

getDecodedURI

public final String getDecodedURI()
                           throws CharConversionException
Throws:
CharConversionException

getDecodedURI

public final String getDecodedURI(boolean isSlashAllowed)
                           throws CharConversionException
Throws:
CharConversionException

getDecodedURI

public String getDecodedURI(boolean isSlashAllowed,
                            Charset encoding)
                     throws CharConversionException
Throws:
CharConversionException

setDecodedURI

public void setDecodedURI(String uri)

isDecoded

public boolean isDecoded()

setDecoded

public void setDecoded(boolean isDecoded)

getDefaultURIEncoding

public Charset getDefaultURIEncoding()

setDefaultURIEncoding

public void setDefaultURIEncoding(Charset defaultURIEncoding)

recycle

public void recycle()


Copyright © 2011 Oracle Corpration. All Rights Reserved.