public class HttpsServerPipelineFactory
extends java.lang.Object
implements org.jboss.netty.channel.ChannelPipelineFactory
Constructor and Description |
---|
HttpsServerPipelineFactory(NettyServerHelper serverHelper,
javax.net.ssl.SSLContext sslContext)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
org.jboss.netty.channel.ChannelPipeline |
getPipeline()
Implements the
ChannelPipelineFactory.getPipeline() method. |
public HttpsServerPipelineFactory(NettyServerHelper serverHelper, javax.net.ssl.SSLContext sslContext)
serverHelper
- The server helper.sslContext
- The SSL context.public org.jboss.netty.channel.ChannelPipeline getPipeline() throws java.lang.Exception
ChannelPipelineFactory.getPipeline()
method.getPipeline
in interface org.jboss.netty.channel.ChannelPipelineFactory
java.lang.Exception
Copyright © 2005-2012. All Rights Reserved.