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 TypeClassDescriptionclassMessageToMessageEncoderimplementation which encodesHttpResponse's toHttpResponse's This implementation isChannelHandler.SharableFields 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 voidRestEasyHttpResponseEncoder.encode(io.netty.channel.ChannelHandlerContext ctx, NettyHttpResponse nettyResponse, List<Object> out) static voidRestEasyHttpResponseEncoder.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)