public abstract class BinaryProtocolDescriptor extends Object implements ProtocolDescriptor
Modifier and Type | Field and Description |
---|---|
protected BinaryContext |
binaryContext |
Constructor and Description |
---|
BinaryProtocolDescriptor(BinaryContext binaryContext) |
Modifier and Type | Method and Description |
---|---|
void |
activate(org.apache.mina.core.session.IoSession session) |
protected abstract Collection<BinaryMessageCodec> |
getCodecs() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getProtocolId
protected final BinaryContext binaryContext
public BinaryProtocolDescriptor(BinaryContext binaryContext)
protected abstract Collection<BinaryMessageCodec> getCodecs()
public void activate(org.apache.mina.core.session.IoSession session)
activate
in interface ProtocolDescriptor