Class PCEPDispatcherImpl

java.lang.Object
org.opendaylight.protocol.pcep.impl.PCEPDispatcherImpl
All Implemented Interfaces:
AutoCloseable, org.opendaylight.protocol.pcep.PCEPDispatcher

@Singleton @MetaInfServices public class PCEPDispatcherImpl extends Object implements org.opendaylight.protocol.pcep.PCEPDispatcher, AutoCloseable
Implementation of PCEPDispatcher.
  • Constructor Details

    • PCEPDispatcherImpl

      public PCEPDispatcherImpl()
    • PCEPDispatcherImpl

      public PCEPDispatcherImpl(PCEPDispatcherImpl.Configuration config)
    • PCEPDispatcherImpl

      @Inject public PCEPDispatcherImpl(int bossThreads, int workerThreads, int shutdownTimeSeconds)
  • Method Details

    • createServer

      public final io.netty.channel.ChannelFuture createServer(InetSocketAddress listenAddress, org.opendaylight.protocol.concepts.KeyMapping tcpKeys, org.opendaylight.protocol.pcep.MessageRegistry registry, org.opendaylight.protocol.pcep.PCEPSessionNegotiatorFactory negotiatorFactory)
      Specified by:
      createServer in interface org.opendaylight.protocol.pcep.PCEPDispatcher
    • close

      @PreDestroy public final void close()
      Specified by:
      close in interface AutoCloseable