public interface IProtocol
Modifier and Type | Method and Description |
---|---|
IConvertProtocolPacket |
convertor() |
boolean |
isProtocol(ByteBuffer byteBuffer,
org.tio.core.ChannelContext channelContext) |
boolean |
isProtocol(ImPacket imPacket,
org.tio.core.ChannelContext channelContext) |
String |
name() |
String name()
boolean isProtocol(ByteBuffer byteBuffer, org.tio.core.ChannelContext channelContext) throws Throwable
Throwable
boolean isProtocol(ImPacket imPacket, org.tio.core.ChannelContext channelContext) throws Throwable
Throwable
IConvertProtocolPacket convertor()
Copyright © 2018. All rights reserved.