Uses of Class
org.jboss.resteasy.plugins.server.netty.NettyHttpResponse
Packages that use NettyHttpResponse
-
Uses of NettyHttpResponse in org.jboss.resteasy.plugins.server.netty
Subclasses with type arguments of type NettyHttpResponse in org.jboss.resteasy.plugins.server.nettyModifier and TypeClassDescriptionclass
MessageToMessageEncoder
implementation which encodesHttpResponse
's toHttpResponse
's This implementation isChannelHandler.Sharable
Fields in org.jboss.resteasy.plugins.server.netty declared as NettyHttpResponseMethods in org.jboss.resteasy.plugins.server.netty that return NettyHttpResponseMethods in org.jboss.resteasy.plugins.server.netty with parameters of type NettyHttpResponseModifier 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) Constructors in org.jboss.resteasy.plugins.server.netty with parameters of type NettyHttpResponseModifierConstructorDescriptionNettyHttpRequest
(io.netty.channel.ChannelHandlerContext ctx, ResteasyHttpHeaders httpHeaders, ResteasyUriInfo uri, String httpMethod, SynchronousDispatcher dispatcher, NettyHttpResponse response, boolean is100ContinueExpected)