public class AnalogwebChannelInitializer
extends io.netty.channel.ChannelInitializer<io.netty.channel.socket.SocketChannel>
| Modifier and Type | Field and Description |
|---|---|
protected static int |
DEFAULT_AGGREGATION_SIZE |
protected static String |
MAX_AGGREGATION_SIZE |
protected static boolean |
SSL |
| Constructor and Description |
|---|
AnalogwebChannelInitializer() |
AnalogwebChannelInitializer(io.netty.handler.ssl.SslContext ssl) |
AnalogwebChannelInitializer(io.netty.handler.ssl.SslContext ssl,
org.analogweb.Application app) |
AnalogwebChannelInitializer(io.netty.handler.ssl.SslContext ssl,
org.analogweb.Application app,
org.analogweb.ApplicationContext contextResolver) |
AnalogwebChannelInitializer(io.netty.handler.ssl.SslContext ssl,
org.analogweb.Application app,
org.analogweb.ApplicationContext contextResolver,
org.analogweb.ApplicationProperties props) |
AnalogwebChannelInitializer(io.netty.handler.ssl.SslContext ssl,
org.analogweb.Application app,
org.analogweb.ApplicationProperties props) |
| Modifier and Type | Method and Description |
|---|---|
protected io.netty.channel.ChannelHandler |
createServerHandler() |
protected org.analogweb.Application |
getApplication() |
protected org.analogweb.ApplicationProperties |
getApplicationProperties() |
protected List<org.analogweb.util.ClassCollector> |
getClassCollectors() |
protected ClassLoader |
getClassLoader() |
protected io.netty.util.concurrent.EventExecutorGroup |
getHandlerSpecificExecutorGroup() |
protected io.netty.handler.ssl.SslContext |
getSslContext() |
void |
initChannel(io.netty.channel.socket.SocketChannel ch) |
protected io.netty.handler.ssl.SslContext |
resolveSslContext() |
channelActive, channelInactive, channelRead, channelReadComplete, channelUnregistered, channelWritabilityChanged, exceptionCaught, userEventTriggeredhandlerAdded, handlerRemoved, isSharableprotected static final boolean SSL
protected static final int DEFAULT_AGGREGATION_SIZE
protected static final String MAX_AGGREGATION_SIZE
public AnalogwebChannelInitializer()
public AnalogwebChannelInitializer(io.netty.handler.ssl.SslContext ssl)
public AnalogwebChannelInitializer(io.netty.handler.ssl.SslContext ssl,
org.analogweb.Application app)
public AnalogwebChannelInitializer(io.netty.handler.ssl.SslContext ssl,
org.analogweb.Application app,
org.analogweb.ApplicationContext contextResolver)
public AnalogwebChannelInitializer(io.netty.handler.ssl.SslContext ssl,
org.analogweb.Application app,
org.analogweb.ApplicationProperties props)
public AnalogwebChannelInitializer(io.netty.handler.ssl.SslContext ssl,
org.analogweb.Application app,
org.analogweb.ApplicationContext contextResolver,
org.analogweb.ApplicationProperties props)
protected io.netty.handler.ssl.SslContext resolveSslContext()
public void initChannel(io.netty.channel.socket.SocketChannel ch)
throws Exception
initChannel in class io.netty.channel.ChannelInitializer<io.netty.channel.socket.SocketChannel>Exceptionprotected io.netty.channel.ChannelHandler createServerHandler()
protected io.netty.handler.ssl.SslContext getSslContext()
protected org.analogweb.Application getApplication()
protected org.analogweb.ApplicationProperties getApplicationProperties()
protected ClassLoader getClassLoader()
protected io.netty.util.concurrent.EventExecutorGroup getHandlerSpecificExecutorGroup()
protected List<org.analogweb.util.ClassCollector> getClassCollectors()
Copyright © 2014 Analog Web Framework Development Team. All Rights Reserved.