Interface BGPSessionNegotiatorFactory<S extends BGPSession>
-
- All Known Implementing Classes:
BGPClientSessionNegotiatorFactory
,BGPServerSessionNegotiatorFactory
public interface BGPSessionNegotiatorFactory<S extends BGPSession>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SessionNegotiator
getSessionNegotiator(io.netty.channel.Channel channel, io.netty.util.concurrent.Promise<S> promise)
-
-
-
Method Detail
-
getSessionNegotiator
SessionNegotiator getSessionNegotiator(io.netty.channel.Channel channel, io.netty.util.concurrent.Promise<S> promise)
-
-