Package 

Class NettyServerAdapter.HttpsChannelInitializer

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final Boolean added
    • Constructor Summary

      Constructors 
      Constructor Description
      NettyServerAdapter.HttpsChannelInitializer(Map<HttpMethod, PathHandler> handlers, SslContext sslContext, SslSettings sslSettings, EventExecutorGroup executorGroup, HttpServerSettings settings)
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      • Methods inherited from class com.hexagonkt.http.server.netty.NettyServerAdapter.HttpsChannelInitializer

        channelRegistered, exceptionCaught, handlerAdded, handlerRemoved
      • Methods inherited from class io.netty.channel.ChannelInboundHandlerAdapter

        ensureNotSharable, isSharable
      • Methods inherited from class io.netty.channel.ChannelInitializer

        channelActive, channelInactive, channelRead, channelReadComplete, channelUnregistered, channelWritabilityChanged, userEventTriggered
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • NettyServerAdapter.HttpsChannelInitializer

        NettyServerAdapter.HttpsChannelInitializer(Map<HttpMethod, PathHandler> handlers, SslContext sslContext, SslSettings sslSettings, EventExecutorGroup executorGroup, HttpServerSettings settings)
    • Method Detail