org.glassfish.grizzly.http.util
Class RequestURIRef
java.lang.Object
org.glassfish.grizzly.http.util.RequestURIRef
public class RequestURIRef
- extends Object
- Author:
- Alexey Stashok
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RequestURIRef
public RequestURIRef()
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.