public class HttpDecoderState extends Object
Constructor and Description |
---|
HttpDecoderState() |
Modifier and Type | Method and Description |
---|---|
ByteBuffer |
getPartial() |
int |
getRemainingBytes() |
DecoderState |
getState() |
void |
setPartial(ByteBuffer partial) |
void |
setRemainingBytes(int remainingBytes) |
void |
setState(DecoderState state) |
public DecoderState getState()
public void setState(DecoderState state)
public ByteBuffer getPartial()
public void setPartial(ByteBuffer partial)
public int getRemainingBytes()
public void setRemainingBytes(int remainingBytes)
Copyright © 2009–2013 Apache MINA Project. All rights reserved.