public abstract class AbProtocol extends Object implements IProtocol
Constructor and Description |
---|
AbProtocol() |
Modifier and Type | Method and Description |
---|---|
IConvertProtocolPacket |
getConvertor() |
abstract boolean |
isProtoc(ByteBuffer buffer,
org.tio.core.ChannelContext channelContext) |
boolean |
isProtocol(ByteBuffer buffer,
org.tio.core.ChannelContext channelContext) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
convertor, isProtocol, name
public abstract boolean isProtoc(ByteBuffer buffer, org.tio.core.ChannelContext channelContext) throws Throwable
Throwable
public boolean isProtocol(ByteBuffer buffer, org.tio.core.ChannelContext channelContext) throws Throwable
isProtocol
in interface IProtocol
Throwable
public IConvertProtocolPacket getConvertor()
Copyright © 2018. All rights reserved.