Class BGPPeerAcceptorImpl

    • Constructor Detail

      • 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 Detail

      • start

        public void start()
      • close

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