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 Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IoBufferDecoder.DecodingContext
public IoBufferDecoder.DecodingContext()
clean
public void clean()
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)
Copyright © 2004-2009 Apache MINA Project. All Rights Reserved.