Uses of Class
org.jboss.resteasy.plugins.server.netty.NettyHttpResponse
-
Uses of NettyHttpResponse in org.jboss.resteasy.plugins.server.netty
Modifier and TypeClassDescriptionclass
MessageToMessageEncoder
implementation which encodesHttpResponse
's toHttpResponse
's This implementation isChannelHandler.Sharable
Modifier and TypeMethodDescriptionprotected 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) ModifierConstructorDescriptionNettyHttpRequest
(io.netty.channel.ChannelHandlerContext ctx, ResteasyHttpHeaders httpHeaders, ResteasyUriInfo uri, String httpMethod, SynchronousDispatcher dispatcher, NettyHttpResponse response, boolean is100ContinueExpected)