Class PCEPDispatcherImpl

    • Constructor Detail

      • 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