Uses of Interface
io.netty.handler.codec.http.FullHttpResponse
Packages that use FullHttpResponse
Package
Description
Encoder, decoder and their related message types for HTTP.
Encoder, decoder, handshakers and their related message types for
Web Socket data frames.
Handlers for sending and receiving HTTP/2 frames.
Encoder, decoder, session handler and their related message types for the SPDY protocol.
Certificate validation using OCSP
-
Uses of FullHttpResponse in io.netty.handler.codec.http
Classes in io.netty.handler.codec.http that implement FullHttpResponseModifier and TypeClassDescriptionclassDefault implementation of aFullHttpResponse.private static final classFields in io.netty.handler.codec.http declared as FullHttpResponseModifier and TypeFieldDescriptionprivate static final FullHttpResponseHttpServerExpectContinueHandler.ACCEPTprivate static final FullHttpResponseHttpObjectAggregator.CONTINUEprivate static final FullHttpResponseHttpObjectAggregator.EXPECTATION_FAILEDprivate static final FullHttpResponseHttpServerExpectContinueHandler.EXPECTATION_FAILEDprivate static final FullHttpResponseHttpObjectAggregator.TOO_LARGEprivate static final FullHttpResponseHttpObjectAggregator.TOO_LARGE_CLOSEMethods in io.netty.handler.codec.http that return FullHttpResponseModifier and TypeMethodDescriptionDefaultFullHttpResponse.copy()FullHttpResponse.copy()HttpObjectAggregator.AggregatedFullHttpResponse.copy()private FullHttpResponseHttpServerUpgradeHandler.createUpgradeResponse(CharSequence upgradeProtocol) Creates the 101 Switching Protocols response message.DefaultFullHttpResponse.duplicate()FullHttpResponse.duplicate()HttpObjectAggregator.AggregatedFullHttpResponse.duplicate()DefaultFullHttpResponse.retain()DefaultFullHttpResponse.retain(int increment) FullHttpResponse.retain()FullHttpResponse.retain(int increment) HttpObjectAggregator.AggregatedFullHttpResponse.retain()HttpObjectAggregator.AggregatedFullHttpResponse.retain(int increment) DefaultFullHttpResponse.retainedDuplicate()FullHttpResponse.retainedDuplicate()HttpObjectAggregator.AggregatedFullHttpResponse.retainedDuplicate()DefaultFullHttpResponse.setProtocolVersion(HttpVersion version) FullHttpResponse.setProtocolVersion(HttpVersion version) HttpObjectAggregator.AggregatedFullHttpResponse.setProtocolVersion(HttpVersion version) DefaultFullHttpResponse.setStatus(HttpResponseStatus status) FullHttpResponse.setStatus(HttpResponseStatus status) HttpObjectAggregator.AggregatedFullHttpResponse.setStatus(HttpResponseStatus status) DefaultFullHttpResponse.touch()FullHttpResponse.touch()HttpObjectAggregator.AggregatedFullHttpResponse.touch()Methods in io.netty.handler.codec.http with parameters of type FullHttpResponseModifier and TypeMethodDescription(package private) static StringBuilderHttpMessageUtil.appendFullResponse(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 FullHttpResponseModifier and TypeMethodDescriptionprotected abstract FullHttpResponseWebSocketServerHandshaker.newHandshakeResponse(FullHttpRequest req, HttpHeaders responseHeaders) Returns a newinvalid @link
{@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 FullHttpResponseModifier and TypeMethodDescriptionfinal 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 FullHttpResponseModifier and TypeMethodDescriptionstatic FullHttpResponseHttpConversionUtil.toFullHttpResponse(int streamId, Http2Headers http2Headers, ByteBufAllocator alloc, boolean validateHttpHeaders) Create a new object to contain the response datastatic FullHttpResponseHttpConversionUtil.toFullHttpResponse(int streamId, Http2Headers http2Headers, ByteBuf content, boolean validateHttpHeaders) Create a new object to contain the response dataMethods in io.netty.handler.codec.http2 with parameters of type FullHttpResponseModifier and TypeMethodDescriptionvoidHttp2ClientUpgradeCodec.upgradeTo(ChannelHandlerContext ctx, FullHttpResponse upgradeResponse) -
Uses of FullHttpResponse in io.netty.handler.codec.spdy
Methods in io.netty.handler.codec.spdy that return FullHttpResponseModifier and TypeMethodDescriptionprivate FullHttpResponseSpdyHttpDecoder.createHttpResponse(SpdyHeadersFrame responseFrame, ByteBufAllocator alloc) -
Uses of FullHttpResponse in io.netty.handler.ssl.ocsp
Methods in io.netty.handler.ssl.ocsp with parameters of type FullHttpResponseModifier and TypeMethodDescriptionprotected voidOcspHttpHandler.channelRead0(ChannelHandlerContext ctx, FullHttpResponse response)