| Constructors in org.webbitserver.netty with parameters of type NettyHttpRequest |
AbstractHttpConnection(org.jboss.netty.channel.ChannelHandlerContext ctx,
NettyHttpRequest nettyHttpRequest,
Executor executor)
|
NettyEventSourceConnection(Executor executor,
NettyHttpRequest nettyHttpRequest,
org.jboss.netty.channel.ChannelHandlerContext ctx)
|
NettyHttpControl(Iterator<HttpHandler> handlerIterator,
Executor executor,
org.jboss.netty.channel.ChannelHandlerContext ctx,
NettyHttpRequest webbitHttpRequest,
NettyHttpResponse webbitHttpResponse,
org.jboss.netty.handler.codec.http.HttpRequest nettyHttpRequest,
org.jboss.netty.handler.codec.http.HttpResponse nettyHttpResponse,
Thread.UncaughtExceptionHandler exceptionHandler,
Thread.UncaughtExceptionHandler ioExceptionHandler)
|
NettyWebSocketConnection(Executor executor,
NettyHttpRequest nettyHttpRequest,
org.jboss.netty.channel.ChannelHandlerContext ctx,
byte[] outboundMaskingKey)
|