Uses of Interface
io.netty.handler.codec.http.HttpResponse
Packages that use HttpResponse
Package
Description
Encoder, decoder and their related message types for HTTP.
Encoder, decoder, handshakers and their related message types for
Web Socket data frames.
Encoder, decoder, handshakers to handle
WebSocket Extensions.
-
Uses of HttpResponse in io.netty.handler.codec.http
Subinterfaces of HttpResponse in io.netty.handler.codec.httpModifier and TypeInterfaceDescriptioninterfaceCombination of aHttpResponseandFullHttpMessage.Classes in io.netty.handler.codec.http that implement HttpResponseModifier and TypeClassDescriptionclassDefault implementation of aFullHttpResponse.classThe defaultHttpResponseimplementation.Methods in io.netty.handler.codec.http that return HttpResponseModifier and TypeMethodDescriptionprotected HttpResponseHttpServerExpectContinueHandler.acceptMessage(HttpRequest request) Produces aHttpResponseforHttpRequests which define an expectation.protected HttpResponseHttpServerExpectContinueHandler.rejectResponse(HttpRequest request) Returns the appropriate 4XXHttpResponsefor the givenHttpRequest.DefaultHttpResponse.setProtocolVersion(HttpVersion version) HttpResponse.setProtocolVersion(HttpVersion version) DefaultHttpResponse.setStatus(HttpResponseStatus status) HttpResponse.setStatus(HttpResponseStatus status) Set the status of thisHttpResponse.Methods in io.netty.handler.codec.http with parameters of type HttpResponseModifier and TypeMethodDescriptionprotected HttpContentEncoder.ResultHttpContentCompressor.beginEncode(HttpResponse httpResponse, String acceptEncoding) protected abstract HttpContentEncoder.ResultHttpContentEncoder.beginEncode(HttpResponse httpResponse, String acceptEncoding) Prepare to encode the HTTP message content.protected voidHttpResponseEncoder.encodeInitialLine(io.netty.buffer.ByteBuf buf, HttpResponse response) protected booleanHttpResponseEncoder.isContentAlwaysEmpty(HttpResponse msg) protected booleanHttpObjectDecoder.isSwitchingToNonHttp1Protocol(HttpResponse msg) Returns true if the server switched to a different protocol than HTTP/1.0 or HTTP/1.1, e.g.protected voidHttpResponseEncoder.sanitizeHeadersBeforeEncode(HttpResponse msg, boolean isAlwaysEmpty) -
Uses of HttpResponse in io.netty.handler.codec.http.websocketx
Methods in io.netty.handler.codec.http.websocketx that return HttpResponseModifier and TypeMethodDescriptionWebSocketClientHandshakeException.response()Returns aresponseif exception occurs during response validation otherwisenull.Methods in io.netty.handler.codec.http.websocketx with parameters of type HttpResponseModifier and TypeMethodDescriptionfinal io.netty.channel.ChannelFutureWebSocketClientHandshaker.processHandshake(io.netty.channel.Channel channel, HttpResponse response) Process the opening handshake initiated byWebSocketClientHandshaker.handshake(io.netty.channel.Channel)}.final io.netty.channel.ChannelFutureWebSocketClientHandshaker.processHandshake(io.netty.channel.Channel channel, HttpResponse response, io.netty.channel.ChannelPromise promise) Process the opening handshake initiated byWebSocketClientHandshaker.handshake(io.netty.channel.Channel)}.Constructors in io.netty.handler.codec.http.websocketx with parameters of type HttpResponseModifierConstructorDescriptionWebSocketClientHandshakeException(String message, HttpResponse httpResponse) -
Uses of HttpResponse in io.netty.handler.codec.http.websocketx.extensions
Methods in io.netty.handler.codec.http.websocketx.extensions with parameters of type HttpResponseModifier and TypeMethodDescriptionprotected voidWebSocketServerExtensionHandler.onHttpResponseWrite(io.netty.channel.ChannelHandlerContext ctx, HttpResponse response, io.netty.channel.ChannelPromise promise) This is a method exposed to perform fail-fast checks of user-defined http types.