Interface TCPMessageListener
-
- All Known Implementing Classes:
WSTCPDelegate,WSTCPTomcatRegistry
public interface TCPMessageListener- Author:
- Alexey Stashok
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonError(ChannelContext channelContext, WSTCPError error)voidonMessage(ChannelContext channelContext)
-
-
-
Method Detail
-
onMessage
void onMessage(ChannelContext channelContext) throws IOException
- Throws:
IOException
-
onError
void onError(ChannelContext channelContext, WSTCPError error) throws IOException
- Throws:
IOException
-
-