Interface PCEPDispatcherImpl.ChannelPipelineInitializer

Enclosing class:
PCEPDispatcherImpl

protected static interface PCEPDispatcherImpl.ChannelPipelineInitializer
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    initializeChannel(io.netty.channel.socket.SocketChannel socketChannel, io.netty.util.concurrent.Promise<PCEPSession> promise)
     
  • Method Details

    • initializeChannel

      void initializeChannel(io.netty.channel.socket.SocketChannel socketChannel, io.netty.util.concurrent.Promise<PCEPSession> promise)