Class UnknownNetworkEventHandler

java.lang.Object
com.mastfrog.acteur.server.UnknownNetworkEventHandler

public abstract class UnknownNetworkEventHandler extends Object
Handler which can receive Netty events which the framework cannot directly handle.
Author:
Tim Boudreau
  • Constructor Details

    • UnknownNetworkEventHandler

      public UnknownNetworkEventHandler()
  • Method Details

    • channelRead

      protected abstract void channelRead(io.netty.channel.ChannelHandlerContext ctx, Object msg) throws Exception
      Throws:
      Exception