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.