Class AnalogwebApplicationProtocolNegotiationHandler

  • All Implemented Interfaces:
    io.netty.channel.ChannelHandler, io.netty.channel.ChannelInboundHandler

    public class AnalogwebApplicationProtocolNegotiationHandler
    extends io.netty.handler.ssl.ApplicationProtocolNegotiationHandler
    Author:
    y2k2mt
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface io.netty.channel.ChannelHandler

        io.netty.channel.ChannelHandler.Sharable
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void configurePipeline​(io.netty.channel.ChannelHandlerContext ctx, String protocol)  
      protected org.analogweb.Application getApplication()  
      protected org.analogweb.ApplicationProperties getApplicationProperties()  
      • Methods inherited from class io.netty.handler.ssl.ApplicationProtocolNegotiationHandler

        channelInactive, channelRead, exceptionCaught, handlerAdded, handlerRemoved, handshakeFailure, userEventTriggered
      • Methods inherited from class io.netty.channel.ChannelInboundHandlerAdapter

        channelActive, channelReadComplete, channelRegistered, channelUnregistered, channelWritabilityChanged
      • Methods inherited from class io.netty.channel.ChannelHandlerAdapter

        ensureNotSharable, isSharable
    • Constructor Detail

      • AnalogwebApplicationProtocolNegotiationHandler

        protected AnalogwebApplicationProtocolNegotiationHandler​(org.analogweb.Application app,
                                                                 org.analogweb.ApplicationProperties props)
    • Method Detail

      • configurePipeline

        protected void configurePipeline​(io.netty.channel.ChannelHandlerContext ctx,
                                         String protocol)
                                  throws Exception
        Specified by:
        configurePipeline in class io.netty.handler.ssl.ApplicationProtocolNegotiationHandler
        Throws:
        Exception
      • getApplication

        protected org.analogweb.Application getApplication()
      • getApplicationProperties

        protected org.analogweb.ApplicationProperties getApplicationProperties()