Uses of Class
org.jboss.resteasy.plugins.server.netty.NettyHttpResponse
Packages that use NettyHttpResponse
-
Uses of NettyHttpResponse in org.jboss.resteasy.plugins.server.netty
Fields in org.jboss.resteasy.plugins.server.netty declared as NettyHttpResponseModifier and TypeFieldDescriptionprotected NettyHttpResponse
NettyHttpRequest.response
Deprecated, for removal: This API element is subject to removal in a future version.Methods in org.jboss.resteasy.plugins.server.netty that return NettyHttpResponseModifier and TypeMethodDescriptionNettyHttpRequest.getResponse()
Deprecated, for removal: This API element is subject to removal in a future version.Methods 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) Deprecated, for removal: This API element is subject to removal in a future version.static void
RestEasyHttpResponseEncoder.transformHeaders
(NettyHttpResponse nettyResponse, io.netty.handler.codec.http.HttpResponse response, ResteasyProviderFactory factory) Deprecated, for removal: This API element is subject to removal in a future version.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) Deprecated, for removal: This API element is subject to removal in a future version.