Package play.server.ssl
Class SslHttpServerPipelineFactory
- java.lang.Object
-
- play.server.HttpServerPipelineFactory
-
- play.server.ssl.SslHttpServerPipelineFactory
-
- All Implemented Interfaces:
org.jboss.netty.channel.ChannelPipelineFactory
public class SslHttpServerPipelineFactory extends HttpServerPipelineFactory
-
-
Field Summary
-
Fields inherited from class play.server.HttpServerPipelineFactory
classes
-
-
Constructor Summary
Constructors Constructor Description SslHttpServerPipelineFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.jboss.netty.channel.ChannelPipeline
getPipeline()
-
Methods inherited from class play.server.HttpServerPipelineFactory
getInstance, getName
-
-
-
-
Method Detail
-
getPipeline
public org.jboss.netty.channel.ChannelPipeline getPipeline() throws java.lang.Exception
- Specified by:
getPipeline
in interfaceorg.jboss.netty.channel.ChannelPipelineFactory
- Overrides:
getPipeline
in classHttpServerPipelineFactory
- Throws:
java.lang.Exception
-
-