Package org.apache.storm.messaging.netty
Interface IServer
-
- All Known Subinterfaces:
ISaslServer
public interface IServer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
channelActive(org.apache.storm.shade.io.netty.channel.Channel c)
void
received(Object message, String remote, org.apache.storm.shade.io.netty.channel.Channel channel)
-
-
-
Method Detail
-
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
-
-