Package | Description |
---|---|
org.jboss.resteasy.plugins.server.netty |
Modifier and Type | Field and Description |
---|---|
protected NettyHttpResponse |
NettyHttpRequest.response |
Modifier and Type | Method and Description |
---|---|
NettyHttpResponse |
NettyHttpRequest.getResponse() |
Modifier and Type | Method and Description |
---|---|
protected void |
RestEasyHttpResponseEncoder.encode(io.netty.channel.ChannelHandlerContext ctx,
NettyHttpResponse nettyResponse,
List<Object> out) |
static void |
RestEasyHttpResponseEncoder.transformHeaders(NettyHttpResponse nettyResponse,
io.netty.handler.codec.http.HttpResponse response,
ResteasyProviderFactory factory) |
Constructor and Description |
---|
NettyHttpRequest(io.netty.channel.ChannelHandlerContext ctx,
ResteasyHttpHeaders httpHeaders,
ResteasyUriInfo uri,
String httpMethod,
SynchronousDispatcher dispatcher,
NettyHttpResponse response,
boolean is100ContinueExpected) |
Copyright © 2018 JBoss by Red Hat. All rights reserved.