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
Throwableboolean isProtocol(ImPacket imPacket, org.tio.core.ChannelContext channelContext) throws Throwable
ThrowableIConvertProtocolPacket convertor()
Copyright © 2018. All rights reserved.