org.apache.mina.proxy.utils
Class IoBufferDecoder.DecodingContext
java.lang.Object
org.apache.mina.proxy.utils.IoBufferDecoder.DecodingContext
- Enclosing class:
- IoBufferDecoder
public class IoBufferDecoder.DecodingContext
- extends java.lang.Object
The class holding the decoding context.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IoBufferDecoder.DecodingContext
public IoBufferDecoder.DecodingContext()
reset
public void reset()
- Resets the decoding state.
getContentLength
public int getContentLength()
setContentLength
public void setContentLength(int contentLength)
getMatchCount
public int getMatchCount()
setMatchCount
public void setMatchCount(int matchCount)
getDecodedBuffer
public IoBuffer getDecodedBuffer()
setDecodedBuffer
public void setDecodedBuffer(IoBuffer decodedBuffer)
getDelimiter
public IoBuffer getDelimiter()
setDelimiter
public void setDelimiter(IoBuffer delimiter)