Interface NetconfSessionNegotiator<T extends org.opendaylight.netconf.api.NetconfSession>

  • Type Parameters:
    T - Protocol session type.
    All Superinterfaces:
    io.netty.channel.ChannelHandler, io.netty.channel.ChannelInboundHandler
    All Known Implementing Classes:
    AbstractNetconfSessionNegotiator

    @Deprecated
    public interface NetconfSessionNegotiator<T extends org.opendaylight.netconf.api.NetconfSession>
    extends io.netty.channel.ChannelInboundHandler
    Deprecated.
    Session negotiator concepts. A negotiator is responsible for message handling while the exact session parameters are not known. Once the session parameters are finalized, the negotiator replaces itself in the channel pipeline with the session.
    • Nested Class Summary

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

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

      • Methods inherited from interface io.netty.channel.ChannelHandler

        handlerAdded, handlerRemoved
      • Methods inherited from interface io.netty.channel.ChannelInboundHandler

        channelActive, channelInactive, channelRead, channelReadComplete, channelRegistered, channelUnregistered, channelWritabilityChanged, exceptionCaught, userEventTriggered