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
 BufferChunk getDecodedRequestURIBC()
           
 BufferChunk getDecodedRequestURIBC(boolean isSlashAllowed)
           
 String getDecodedURI()
           
 String getDecodedURI(boolean isSlashAllowed)
           
 String getDecodedURI(boolean isSlashAllowed, Charset charset)
           
 BufferChunk getRequestURIBC()
           
 String getURI()
           
 String getURI(Charset charset)
           
 boolean isDecoded()
           
 void recycle()
           
 void setDecoded(boolean isDecoded)
           
 void setDecodedURI(String uri)
           
 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

getRequestURIBC

public final BufferChunk getRequestURIBC()

getDecodedRequestURIBC

public final BufferChunk getDecodedRequestURIBC()
                                         throws CharConversionException
Throws:
CharConversionException

getDecodedRequestURIBC

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

getURI

public String getURI()

getURI

public String getURI(Charset charset)

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 charset)
                     throws CharConversionException
Throws:
CharConversionException

setDecodedURI

public void setDecodedURI(String uri)

isDecoded

public boolean isDecoded()

setDecoded

public void setDecoded(boolean isDecoded)

recycle

public void recycle()


Copyright © 2010 Oracle Corpration. All Rights Reserved.