Uncomment the following lines if you want HTTPS
This commit is contained in:
parent
ae909f5d12
commit
fb5e199d9e
@ -24,7 +24,7 @@ import org.jboss.netty.handler.codec.http.HttpRequestDecoder;
|
|||||||
import org.jboss.netty.handler.codec.http.HttpResponseEncoder;
|
import org.jboss.netty.handler.codec.http.HttpResponseEncoder;
|
||||||
import org.jboss.netty.handler.stream.ChunkedWriteHandler;
|
import org.jboss.netty.handler.stream.ChunkedWriteHandler;
|
||||||
|
|
||||||
// Uncomment the following line if you want HTTPS
|
// Uncomment the following lines if you want HTTPS
|
||||||
//import javax.net.ssl.SSLEngine;
|
//import javax.net.ssl.SSLEngine;
|
||||||
//import org.jboss.netty.example.securechat.SecureChatSslContextFactory;
|
//import org.jboss.netty.example.securechat.SecureChatSslContextFactory;
|
||||||
//import org.jboss.netty.handler.ssl.SslHandler;
|
//import org.jboss.netty.handler.ssl.SslHandler;
|
||||||
@ -34,7 +34,7 @@ public class HttpStaticFileServerPipelineFactory implements ChannelPipelineFacto
|
|||||||
// Create a default pipeline implementation.
|
// Create a default pipeline implementation.
|
||||||
ChannelPipeline pipeline = pipeline();
|
ChannelPipeline pipeline = pipeline();
|
||||||
|
|
||||||
// Uncomment the following line if you want HTTPS
|
// Uncomment the following lines if you want HTTPS
|
||||||
//SSLEngine engine = SecureChatSslContextFactory.getServerContext().createSSLEngine();
|
//SSLEngine engine = SecureChatSslContextFactory.getServerContext().createSSLEngine();
|
||||||
//engine.setUseClientMode(false);
|
//engine.setUseClientMode(false);
|
||||||
//pipeline.addLast("ssl", new SslHandler(engine));
|
//pipeline.addLast("ssl", new SslHandler(engine));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user