Interface IServer

All Known Subinterfaces:
ISaslServer

public interface IServer
  • Method Summary

    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 Details