public class ConnectHandler extends io.netty.channel.SimpleChannelInboundHandler<Object>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ConnectHandler.InitFactory |
| Modifier and Type | Field and Description |
|---|---|
protected io.netty.channel.SimpleChannelInboundHandler<Object> |
handler |
protected io.netty.handler.codec.http.HttpRequest |
request |
protected boolean |
tunneling |
| Constructor and Description |
|---|
ConnectHandler(boolean ssl,
io.netty.handler.codec.http.HttpRequest request,
io.netty.channel.SimpleChannelInboundHandler<Object> handler,
ConnectHandler.InitFactory factory) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
channelRead0(io.netty.channel.ChannelHandlerContext ctx,
Object msg) |
protected void |
writeOriginalRequest(io.netty.channel.ChannelHandlerContext ctx) |
acceptInboundMessage, channelReadchannelActive, channelInactive, channelReadComplete, channelRegistered, channelUnregistered, channelWritabilityChanged, exceptionCaught, userEventTriggeredhandlerAdded, handlerRemoved, isSharableprotected final io.netty.handler.codec.http.HttpRequest request
protected final boolean tunneling
protected final io.netty.channel.SimpleChannelInboundHandler<Object> handler
public ConnectHandler(boolean ssl,
io.netty.handler.codec.http.HttpRequest request,
io.netty.channel.SimpleChannelInboundHandler<Object> handler,
ConnectHandler.InitFactory factory)
Copyright © 2012-2015. All Rights Reserved.