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