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.io.netty.handler.ssl.ocsp Certificate validation using OCSP -
-
Uses of FullHttpResponse in io.netty.handler.codec.http
Classes in io.netty.handler.codec.http that implement FullHttpResponse Modifier and Type Class Description class
DefaultFullHttpResponse
Default implementation of aFullHttpResponse
.private static class
HttpObjectAggregator.AggregatedFullHttpResponse
Fields in io.netty.handler.codec.http declared as FullHttpResponse Modifier and Type Field Description private static FullHttpResponse
HttpServerExpectContinueHandler. ACCEPT
private static FullHttpResponse
HttpObjectAggregator. CONTINUE
private static FullHttpResponse
HttpObjectAggregator. EXPECTATION_FAILED
private static FullHttpResponse
HttpServerExpectContinueHandler. EXPECTATION_FAILED
private static FullHttpResponse
HttpObjectAggregator. TOO_LARGE
private static FullHttpResponse
HttpObjectAggregator. TOO_LARGE_CLOSE
Methods in io.netty.handler.codec.http that return FullHttpResponse Modifier and Type Method Description FullHttpResponse
DefaultFullHttpResponse. copy()
FullHttpResponse
FullHttpResponse. copy()
FullHttpResponse
HttpObjectAggregator.AggregatedFullHttpResponse. copy()
private FullHttpResponse
HttpServerUpgradeHandler. createUpgradeResponse(java.lang.CharSequence upgradeProtocol)
Creates the 101 Switching Protocols response message.FullHttpResponse
DefaultFullHttpResponse. duplicate()
FullHttpResponse
FullHttpResponse. duplicate()
FullHttpResponse
HttpObjectAggregator.AggregatedFullHttpResponse. duplicate()
FullHttpResponse
DefaultFullHttpResponse. replace(ByteBuf content)
FullHttpResponse
FullHttpResponse. replace(ByteBuf content)
FullHttpResponse
HttpObjectAggregator.AggregatedFullHttpResponse. replace(ByteBuf content)
FullHttpResponse
DefaultFullHttpResponse. retain()
FullHttpResponse
DefaultFullHttpResponse. retain(int increment)
FullHttpResponse
FullHttpResponse. retain()
FullHttpResponse
FullHttpResponse. retain(int increment)
FullHttpResponse
HttpObjectAggregator.AggregatedFullHttpResponse. retain()
FullHttpResponse
HttpObjectAggregator.AggregatedFullHttpResponse. retain(int increment)
FullHttpResponse
DefaultFullHttpResponse. retainedDuplicate()
FullHttpResponse
FullHttpResponse. retainedDuplicate()
FullHttpResponse
HttpObjectAggregator.AggregatedFullHttpResponse. retainedDuplicate()
FullHttpResponse
DefaultFullHttpResponse. setProtocolVersion(HttpVersion version)
FullHttpResponse
FullHttpResponse. setProtocolVersion(HttpVersion version)
FullHttpResponse
HttpObjectAggregator.AggregatedFullHttpResponse. setProtocolVersion(HttpVersion version)
FullHttpResponse
DefaultFullHttpResponse. setStatus(HttpResponseStatus status)
FullHttpResponse
FullHttpResponse. setStatus(HttpResponseStatus status)
FullHttpResponse
HttpObjectAggregator.AggregatedFullHttpResponse. setStatus(HttpResponseStatus status)
FullHttpResponse
DefaultFullHttpResponse. touch()
FullHttpResponse
DefaultFullHttpResponse. touch(java.lang.Object hint)
FullHttpResponse
FullHttpResponse. touch()
FullHttpResponse
FullHttpResponse. touch(java.lang.Object hint)
FullHttpResponse
HttpObjectAggregator.AggregatedFullHttpResponse. touch()
FullHttpResponse
HttpObjectAggregator.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.StringBuilder
HttpMessageUtil. appendFullResponse(java.lang.StringBuilder buf, FullHttpResponse res)
void
HttpClientUpgradeHandler.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 FullHttpResponse
WebSocketServerHandshaker. newHandshakeResponse(FullHttpRequest req, HttpHeaders responseHeaders)
Returns a new {@link FullHttpResponse) which will be used for as response to the handshake request.protected FullHttpResponse
WebSocketServerHandshaker00. newHandshakeResponse(FullHttpRequest req, HttpHeaders headers)
Handle the web socket handshake for the web socket specification HyBi version 0 and lower.protected FullHttpResponse
WebSocketServerHandshaker07. newHandshakeResponse(FullHttpRequest req, HttpHeaders headers)
Handle the web socket handshake for the web socket specification HyBi version 7.protected FullHttpResponse
WebSocketServerHandshaker08. newHandshakeResponse(FullHttpRequest req, HttpHeaders headers)
Handle the web socket handshake for the web socket specification HyBi version 8 to 10.protected FullHttpResponse
WebSocketServerHandshaker13. 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 void
WebSocketClientHandshaker. finishHandshake(Channel channel, FullHttpResponse response)
Validates and finishes the opening handshake initiated byWebSocketClientHandshaker.handshake(io.netty.channel.Channel)
}.protected abstract void
WebSocketClientHandshaker. verify(FullHttpResponse response)
Verify theFullHttpResponse
and throws aWebSocketHandshakeException
if something is wrong.protected void
WebSocketClientHandshaker00. verify(FullHttpResponse response)
Process server response:protected void
WebSocketClientHandshaker07. verify(FullHttpResponse response)
Process server response:protected void
WebSocketClientHandshaker08. verify(FullHttpResponse response)
Process server response:protected void
WebSocketClientHandshaker13. 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 FullHttpResponse
HttpConversionUtil. toFullHttpResponse(int streamId, Http2Headers http2Headers, ByteBufAllocator alloc, boolean validateHttpHeaders)
Create a new object to contain the response datastatic FullHttpResponse
HttpConversionUtil. 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 FullHttpResponse Modifier and Type Method Description void
Http2ClientUpgradeCodec. 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 FullHttpResponse
SpdyHttpDecoder. 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 FullHttpResponse Modifier and Type Method Description protected void
OcspHttpHandler. channelRead0(ChannelHandlerContext ctx, FullHttpResponse response)
-