Package org.apache.storm.messaging.netty
Interface IServer
- All Known Subinterfaces:
- ISaslServer
public interface IServer
- 
Method SummaryModifier and TypeMethodDescriptionvoidchannelActive(org.apache.storm.shade.io.netty.channel.Channel c) void
- 
Method Details- 
channelActivevoid channelActive(org.apache.storm.shade.io.netty.channel.Channel c) 
- 
receivedvoid received(Object message, String remote, org.apache.storm.shade.io.netty.channel.Channel channel) throws InterruptedException - Throws:
- InterruptedException
 
 
-