public class AnalogwebChannelInboundHandler extends io.netty.channel.SimpleChannelInboundHandler<Object>
| Constructor and Description |
|---|
AnalogwebChannelInboundHandler(org.analogweb.Application application,
org.analogweb.ApplicationProperties properties) |
| Modifier and Type | Method and Description |
|---|---|
void |
channelRead0(io.netty.channel.ChannelHandlerContext ctx,
Object msg) |
void |
channelReadComplete(io.netty.channel.ChannelHandlerContext ctx) |
protected org.analogweb.RequestContext |
createRequestContext(io.netty.handler.codec.http.FullHttpRequest req) |
protected org.analogweb.ResponseContext |
createResponseContext(io.netty.handler.codec.http.FullHttpRequest req,
io.netty.channel.ChannelHandlerContext ctx) |
void |
exceptionCaught(io.netty.channel.ChannelHandlerContext ctx,
Throwable cause) |
protected org.analogweb.Application |
getApplication() |
protected org.analogweb.ApplicationProperties |
getApplicationProperties() |
protected org.analogweb.RequestPath |
resolveRequestPath(io.netty.handler.codec.http.FullHttpRequest req) |
acceptInboundMessage, channelReadchannelActive, channelInactive, channelRegistered, channelUnregistered, channelWritabilityChanged, userEventTriggeredhandlerAdded, handlerRemoved, isSharablepublic AnalogwebChannelInboundHandler(org.analogweb.Application application,
org.analogweb.ApplicationProperties properties)
public void channelRead0(io.netty.channel.ChannelHandlerContext ctx,
Object msg)
throws Exception
public void channelReadComplete(io.netty.channel.ChannelHandlerContext ctx)
channelReadComplete in interface io.netty.channel.ChannelInboundHandlerchannelReadComplete in class io.netty.channel.ChannelInboundHandlerAdapterprotected org.analogweb.ResponseContext createResponseContext(io.netty.handler.codec.http.FullHttpRequest req,
io.netty.channel.ChannelHandlerContext ctx)
protected org.analogweb.RequestContext createRequestContext(io.netty.handler.codec.http.FullHttpRequest req)
protected org.analogweb.Application getApplication()
protected org.analogweb.ApplicationProperties getApplicationProperties()
protected org.analogweb.RequestPath resolveRequestPath(io.netty.handler.codec.http.FullHttpRequest req)
public void exceptionCaught(io.netty.channel.ChannelHandlerContext ctx,
Throwable cause)
exceptionCaught in interface io.netty.channel.ChannelHandlerexceptionCaught in interface io.netty.channel.ChannelInboundHandlerexceptionCaught in class io.netty.channel.ChannelInboundHandlerAdapterCopyright © 2014 Analog Web Framework Development Team. All Rights Reserved.