org.glassfish.grizzly.http.util
Class RequestURIRef
java.lang.Object
org.glassfish.grizzly.http.util.RequestURIRef
public class RequestURIRef
- extends java.lang.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 DataChunk getRequestURIBC()
getDecodedRequestURIBC
public final DataChunk getDecodedRequestURIBC()
throws java.io.CharConversionException
- Throws:
java.io.CharConversionException
getDecodedRequestURIBC
public DataChunk getDecodedRequestURIBC(boolean isSlashAllowed)
throws java.io.CharConversionException
- Throws:
java.io.CharConversionException
getDecodedRequestURIBC
public DataChunk getDecodedRequestURIBC(boolean isSlashAllowed,
java.nio.charset.Charset charset)
throws java.io.CharConversionException
- Throws:
java.io.CharConversionException
getURI
public java.lang.String getURI()
getURI
public java.lang.String getURI(java.nio.charset.Charset encoding)
setURI
public void setURI(java.lang.String uri)
getDecodedURI
public final java.lang.String getDecodedURI()
throws java.io.CharConversionException
- Throws:
java.io.CharConversionException
getDecodedURI
public final java.lang.String getDecodedURI(boolean isSlashAllowed)
throws java.io.CharConversionException
- Throws:
java.io.CharConversionException
getDecodedURI
public java.lang.String getDecodedURI(boolean isSlashAllowed,
java.nio.charset.Charset encoding)
throws java.io.CharConversionException
- Throws:
java.io.CharConversionException
setDecodedURI
public void setDecodedURI(java.lang.String uri)
isDecoded
public boolean isDecoded()
setDecoded
public void setDecoded(boolean isDecoded)
getDefaultURIEncoding
public java.nio.charset.Charset getDefaultURIEncoding()
setDefaultURIEncoding
public void setDefaultURIEncoding(java.nio.charset.Charset defaultURIEncoding)
recycle
public void recycle()
Copyright © 2011 Oracle Corpration. All Rights Reserved.