Class PCEPDispatcherImpl

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

public class PCEPDispatcherImpl extends Object implements PCEPDispatcher, Closeable
Implementation of PCEPDispatcher.
  • Constructor Details

    • PCEPDispatcherImpl

      public PCEPDispatcherImpl(@NonNull MessageRegistry registry, @NonNull PCEPSessionNegotiatorFactory<PCEPSessionImpl> negotiatorFactory, @NonNull io.netty.channel.EventLoopGroup bossGroup, @NonNull io.netty.channel.EventLoopGroup workerGroup)
      Creates an instance of PCEPDispatcherImpl, gets the default selector and opens it.
      Parameters:
      registry - a message registry
      negotiatorFactory - a negotiation factory
      bossGroup - accepts an incoming connection
      workerGroup - handles the traffic of accepted connection
  • Method Details