Interface BGPSessionNegotiatorFactory<S extends BGPSession>

All Known Implementing Classes:
BGPClientSessionNegotiatorFactory, BGPServerSessionNegotiatorFactory

public interface BGPSessionNegotiatorFactory<S extends BGPSession>
  • Method Summary

    Modifier and Type
    Method
    Description
    getSessionNegotiator(io.netty.channel.Channel channel, io.netty.util.concurrent.Promise<S> promise)
     
  • Method Details

    • getSessionNegotiator

      SessionNegotiator getSessionNegotiator(io.netty.channel.Channel channel, io.netty.util.concurrent.Promise<S> promise)