public class MinaKerberosDecoder
extends org.apache.mina.filter.codec.CumulativeProtocolDecoder
| Constructor and Description |
|---|
MinaKerberosDecoder() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
doDecode(org.apache.mina.core.session.IoSession session,
org.apache.mina.core.buffer.IoBuffer in,
org.apache.mina.filter.codec.ProtocolDecoderOutput out) |
int |
getMaxPduSize() |
void |
setMaxPduSize(int maxPduSize) |
public boolean doDecode(org.apache.mina.core.session.IoSession session,
org.apache.mina.core.buffer.IoBuffer in,
org.apache.mina.filter.codec.ProtocolDecoderOutput out)
throws Exception
doDecode in class org.apache.mina.filter.codec.CumulativeProtocolDecoderExceptionpublic int getMaxPduSize()
public void setMaxPduSize(int maxPduSize)
maxPduSize - the maxPduSize to setCopyright © 2003–2017 The Apache Software Foundation. All rights reserved.