Interface TcpParser.Handler

  • Enclosing interface:
    TcpParser

    public static interface TcpParser.Handler
    • Method Detail

      • inactive

        void inactive()
      • active

        void active()
      • parse

        java.util.Optional<java.util.concurrent.CompletableFuture<?>> parse​(io.netty.buffer.ByteBuf buffer)
                                                                     throws java.lang.Exception
        Throws:
        java.lang.Exception