Class AbstractSessionNegotiator

    • Nested Class Summary

      • Nested classes/interfaces inherited from interface io.netty.channel.ChannelHandler

        io.netty.channel.ChannelHandler.Sharable
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected io.netty.channel.Channel channel  
      protected io.netty.util.concurrent.Promise<PCEPSessionImpl> promise  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected AbstractSessionNegotiator​(io.netty.util.concurrent.Promise<PCEPSessionImpl> promise, io.netty.channel.Channel channel)  
    • Field Detail

      • channel

        protected final io.netty.channel.Channel channel
      • promise

        protected final io.netty.util.concurrent.Promise<PCEPSessionImpl> promise
    • Constructor Detail

      • AbstractSessionNegotiator

        protected AbstractSessionNegotiator​(io.netty.util.concurrent.Promise<PCEPSessionImpl> promise,
                                            io.netty.channel.Channel channel)
    • Method Detail

      • negotiationSuccessful

        protected final void negotiationSuccessful​(PCEPSessionImpl session)
      • negotiationFailed

        protected void negotiationFailed​(Throwable cause)
      • sendMessage

        protected final void sendMessage​(Message msg)
      • channelActive

        public final void channelActive​(io.netty.channel.ChannelHandlerContext ctx)
        Specified by:
        channelActive in interface io.netty.channel.ChannelInboundHandler
        Overrides:
        channelActive in class io.netty.channel.ChannelInboundHandlerAdapter
      • channelRead

        public final void channelRead​(io.netty.channel.ChannelHandlerContext ctx,
                                      Object msg)
        Specified by:
        channelRead in interface io.netty.channel.ChannelInboundHandler
        Overrides:
        channelRead in class io.netty.channel.ChannelInboundHandlerAdapter
      • exceptionCaught

        public void exceptionCaught​(io.netty.channel.ChannelHandlerContext ctx,
                                    Throwable cause)
        Specified by:
        exceptionCaught in interface io.netty.channel.ChannelHandler
        Specified by:
        exceptionCaught in interface io.netty.channel.ChannelInboundHandler
        Overrides:
        exceptionCaught in class io.netty.channel.ChannelInboundHandlerAdapter
      • handleMessage

        protected abstract void handleMessage​(Message msg)