Class BGPPeerAcceptorImpl

java.lang.Object
org.opendaylight.protocol.bgp.peer.acceptor.BGPPeerAcceptorImpl
All Implemented Interfaces:
AutoCloseable

public final class BGPPeerAcceptorImpl extends Object implements AutoCloseable
  • Constructor Summary

    Constructors
    Constructor
    Description
    BGPPeerAcceptorImpl(org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.IpAddressNoZone bindingAddress, org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.PortNumber portNumber, BGPDispatcher bgpDispatcher)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    This closes the acceptor and no new bgp connections will be accepted.
    void
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • BGPPeerAcceptorImpl

      public BGPPeerAcceptorImpl(org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.IpAddressNoZone bindingAddress, org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.PortNumber portNumber, BGPDispatcher bgpDispatcher)
  • Method Details

    • start

      public void start()
    • close

      public void close()
      This closes the acceptor and no new bgp connections will be accepted. Connections already established will be preserved.
      Specified by:
      close in interface AutoCloseable