Class SslPlayHandler

  • All Implemented Interfaces:
    org.jboss.netty.channel.ChannelHandler, org.jboss.netty.channel.ChannelUpstreamHandler

    public class SslPlayHandler
    extends PlayHandler
    • Constructor Detail

      • SslPlayHandler

        public SslPlayHandler()
    • Method Detail

      • parseRequest

        public Http.Request parseRequest​(org.jboss.netty.channel.ChannelHandlerContext ctx,
                                         org.jboss.netty.handler.codec.http.HttpRequest nettyRequest,
                                         org.jboss.netty.channel.MessageEvent e)
                                  throws java.lang.Exception
        Overrides:
        parseRequest in class PlayHandler
        Throws:
        java.lang.Exception
      • channelConnected

        public void channelConnected​(org.jboss.netty.channel.ChannelHandlerContext ctx,
                                     org.jboss.netty.channel.ChannelStateEvent e)
                              throws java.lang.Exception
        Overrides:
        channelConnected in class org.jboss.netty.channel.SimpleChannelUpstreamHandler
        Throws:
        java.lang.Exception
      • exceptionCaught

        public void exceptionCaught​(org.jboss.netty.channel.ChannelHandlerContext ctx,
                                    org.jboss.netty.channel.ExceptionEvent e)
                             throws java.lang.Exception
        Overrides:
        exceptionCaught in class PlayHandler
        Throws:
        java.lang.Exception