Uses of Interface
io.netty.handler.codec.http.FullHttpResponse
-
Packages that use FullHttpResponse Package Description io.netty.handler.codec.http Encoder, decoder and their related message types for HTTP.io.netty.handler.codec.http.websocketx Encoder, decoder, handshakers and their related message types for Web Socket data frames.io.netty.handler.codec.http2 Handlers for sending and receiving HTTP/2 frames.io.netty.handler.codec.spdy Encoder, decoder, session handler and their related message types for the SPDY protocol. -
-
Uses of FullHttpResponse in io.netty.handler.codec.http
Classes in io.netty.handler.codec.http that implement FullHttpResponse Modifier and Type Class Description classDefaultFullHttpResponseDefault implementation of aFullHttpResponse.private static classHttpObjectAggregator.AggregatedFullHttpResponseFields in io.netty.handler.codec.http declared as FullHttpResponse Modifier and Type Field Description private static FullHttpResponseHttpServerExpectContinueHandler. ACCEPTprivate static FullHttpResponseHttpObjectAggregator. CONTINUEprivate static FullHttpResponseHttpObjectAggregator. EXPECTATION_FAILEDprivate static FullHttpResponseHttpServerExpectContinueHandler. EXPECTATION_FAILEDprivate static FullHttpResponseHttpObjectAggregator. TOO_LARGEprivate static FullHttpResponseHttpObjectAggregator. TOO_LARGE_CLOSEMethods in io.netty.handler.codec.http that return FullHttpResponse Modifier and Type Method Description FullHttpResponseDefaultFullHttpResponse. copy()FullHttpResponseFullHttpResponse. copy()FullHttpResponseHttpObjectAggregator.AggregatedFullHttpResponse. copy()private static FullHttpResponseHttpServerUpgradeHandler. createUpgradeResponse(java.lang.CharSequence upgradeProtocol)Creates the 101 Switching Protocols response message.FullHttpResponseDefaultFullHttpResponse. duplicate()FullHttpResponseFullHttpResponse. duplicate()FullHttpResponseHttpObjectAggregator.AggregatedFullHttpResponse. duplicate()FullHttpResponseDefaultFullHttpResponse. replace(ByteBuf content)FullHttpResponseFullHttpResponse. replace(ByteBuf content)FullHttpResponseHttpObjectAggregator.AggregatedFullHttpResponse. replace(ByteBuf content)FullHttpResponseDefaultFullHttpResponse. retain()FullHttpResponseDefaultFullHttpResponse. retain(int increment)FullHttpResponseFullHttpResponse. retain()FullHttpResponseFullHttpResponse. retain(int increment)FullHttpResponseHttpObjectAggregator.AggregatedFullHttpResponse. retain()FullHttpResponseHttpObjectAggregator.AggregatedFullHttpResponse. retain(int increment)FullHttpResponseDefaultFullHttpResponse. retainedDuplicate()FullHttpResponseFullHttpResponse. retainedDuplicate()FullHttpResponseHttpObjectAggregator.AggregatedFullHttpResponse. retainedDuplicate()FullHttpResponseDefaultFullHttpResponse. setProtocolVersion(HttpVersion version)FullHttpResponseFullHttpResponse. setProtocolVersion(HttpVersion version)FullHttpResponseHttpObjectAggregator.AggregatedFullHttpResponse. setProtocolVersion(HttpVersion version)FullHttpResponseDefaultFullHttpResponse. setStatus(HttpResponseStatus status)FullHttpResponseFullHttpResponse. setStatus(HttpResponseStatus status)FullHttpResponseHttpObjectAggregator.AggregatedFullHttpResponse. setStatus(HttpResponseStatus status)FullHttpResponseDefaultFullHttpResponse. touch()FullHttpResponseDefaultFullHttpResponse. touch(java.lang.Object hint)FullHttpResponseFullHttpResponse. touch()FullHttpResponseFullHttpResponse. touch(java.lang.Object hint)FullHttpResponseHttpObjectAggregator.AggregatedFullHttpResponse. touch()FullHttpResponseHttpObjectAggregator.AggregatedFullHttpResponse. touch(java.lang.Object hint)Methods in io.netty.handler.codec.http with parameters of type FullHttpResponse Modifier and Type Method Description (package private) static java.lang.StringBuilderHttpMessageUtil. appendFullResponse(java.lang.StringBuilder buf, FullHttpResponse res)voidHttpClientUpgradeHandler.UpgradeCodec. upgradeTo(ChannelHandlerContext ctx, FullHttpResponse upgradeResponse)Performs an HTTP protocol upgrade from the source codec. -
Uses of FullHttpResponse in io.netty.handler.codec.http.websocketx
Methods in io.netty.handler.codec.http.websocketx that return FullHttpResponse Modifier and Type Method Description protected abstract FullHttpResponseWebSocketServerHandshaker. newHandshakeResponse(FullHttpRequest req, HttpHeaders responseHeaders)Returns a new {@link FullHttpResponse) which will be used for as response to the handshake request.protected FullHttpResponseWebSocketServerHandshaker00. newHandshakeResponse(FullHttpRequest req, HttpHeaders headers)Handle the web socket handshake for the web socket specification HyBi version 0 and lower.protected FullHttpResponseWebSocketServerHandshaker07. newHandshakeResponse(FullHttpRequest req, HttpHeaders headers)Handle the web socket handshake for the web socket specification HyBi version 7.protected FullHttpResponseWebSocketServerHandshaker08. newHandshakeResponse(FullHttpRequest req, HttpHeaders headers)Handle the web socket handshake for the web socket specification HyBi version 8 to 10.protected FullHttpResponseWebSocketServerHandshaker13. newHandshakeResponse(FullHttpRequest req, HttpHeaders headers)Handle the web socket handshake for the web socket specification HyBi versions 13-17.Methods in io.netty.handler.codec.http.websocketx with parameters of type FullHttpResponse Modifier and Type Method Description voidWebSocketClientHandshaker. finishHandshake(Channel channel, FullHttpResponse response)Validates and finishes the opening handshake initiated byWebSocketClientHandshaker.handshake(io.netty.channel.Channel)}.protected abstract voidWebSocketClientHandshaker. verify(FullHttpResponse response)Verify theFullHttpResponseand throws aWebSocketHandshakeExceptionif something is wrong.protected voidWebSocketClientHandshaker00. verify(FullHttpResponse response)Process server response:protected voidWebSocketClientHandshaker07. verify(FullHttpResponse response)Process server response:protected voidWebSocketClientHandshaker08. verify(FullHttpResponse response)Process server response:protected voidWebSocketClientHandshaker13. verify(FullHttpResponse response)Process server response: -
Uses of FullHttpResponse in io.netty.handler.codec.http2
Methods in io.netty.handler.codec.http2 that return FullHttpResponse Modifier and Type Method Description static FullHttpResponseHttpConversionUtil. toFullHttpResponse(int streamId, Http2Headers http2Headers, ByteBufAllocator alloc, boolean validateHttpHeaders)Create a new object to contain the response dataMethods in io.netty.handler.codec.http2 with parameters of type FullHttpResponse Modifier and Type Method Description voidHttp2ClientUpgradeCodec. upgradeTo(ChannelHandlerContext ctx, FullHttpResponse upgradeResponse) -
Uses of FullHttpResponse in io.netty.handler.codec.spdy
Methods in io.netty.handler.codec.spdy that return FullHttpResponse Modifier and Type Method Description private static FullHttpResponseSpdyHttpDecoder. createHttpResponse(SpdyHeadersFrame responseFrame, ByteBufAllocator alloc, boolean validateHeaders)
-