Uses of Interface
io.netty.handler.codec.http.FullHttpRequest
Packages that use FullHttpRequest
Package
Description
Encoder, decoder and their related message types for HTTP.
HTTP multipart support.
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.
-
Uses of FullHttpRequest in io.netty.handler.codec.http
Classes in io.netty.handler.codec.http that implement FullHttpRequestModifier and TypeClassDescriptionclass
Default implementation ofFullHttpRequest
.private static final class
Fields in io.netty.handler.codec.http declared as FullHttpRequestModifier and TypeFieldDescriptionprivate final FullHttpRequest
HttpServerUpgradeHandler.UpgradeEvent.upgradeRequest
Methods in io.netty.handler.codec.http that return FullHttpRequestModifier and TypeMethodDescriptionDefaultFullHttpRequest.copy()
FullHttpRequest.copy()
HttpObjectAggregator.AggregatedFullHttpRequest.copy()
DefaultFullHttpRequest.duplicate()
FullHttpRequest.duplicate()
HttpObjectAggregator.AggregatedFullHttpRequest.duplicate()
DefaultFullHttpRequest.retain()
DefaultFullHttpRequest.retain
(int increment) FullHttpRequest.retain()
FullHttpRequest.retain
(int increment) HttpObjectAggregator.AggregatedFullHttpRequest.retain()
HttpObjectAggregator.AggregatedFullHttpRequest.retain
(int increment) DefaultFullHttpRequest.retainedDuplicate()
FullHttpRequest.retainedDuplicate()
HttpObjectAggregator.AggregatedFullHttpRequest.retainedDuplicate()
DefaultFullHttpRequest.setMethod
(HttpMethod method) FullHttpRequest.setMethod
(HttpMethod method) HttpObjectAggregator.AggregatedFullHttpRequest.setMethod
(HttpMethod method) DefaultFullHttpRequest.setProtocolVersion
(HttpVersion version) FullHttpRequest.setProtocolVersion
(HttpVersion version) HttpObjectAggregator.AggregatedFullHttpRequest.setProtocolVersion
(HttpVersion version) DefaultFullHttpRequest.touch()
FullHttpRequest.touch()
HttpObjectAggregator.AggregatedFullHttpRequest.touch()
HttpServerUpgradeHandler.UpgradeEvent.upgradeRequest()
Gets the request that triggered the protocol upgrade.Methods in io.netty.handler.codec.http with parameters of type FullHttpRequestModifier and TypeMethodDescription(package private) static StringBuilder
HttpMessageUtil.appendFullRequest
(StringBuilder buf, FullHttpRequest req) boolean
HttpServerUpgradeHandler.UpgradeCodec.prepareUpgradeResponse
(ChannelHandlerContext ctx, FullHttpRequest upgradeRequest, HttpHeaders upgradeHeaders) Prepares theupgradeHeaders
for a protocol update based upon the contents ofupgradeRequest
.private boolean
HttpServerUpgradeHandler.upgrade
(ChannelHandlerContext ctx, FullHttpRequest request) Attempts to upgrade to the protocol(s) identified by theHttpHeaderNames.UPGRADE
header (if provided in the request).void
HttpServerUpgradeHandler.UpgradeCodec.upgradeTo
(ChannelHandlerContext ctx, FullHttpRequest upgradeRequest) Performs an HTTP protocol upgrade from the source codec.Constructors in io.netty.handler.codec.http with parameters of type FullHttpRequestModifierConstructorDescription(package private)
UpgradeEvent
(CharSequence protocol, FullHttpRequest upgradeRequest) -
Uses of FullHttpRequest in io.netty.handler.codec.http.multipart
Classes in io.netty.handler.codec.http.multipart that implement FullHttpRequestModifier and TypeClassDescriptionprivate static final class
Methods in io.netty.handler.codec.http.multipart that return FullHttpRequestModifier and TypeMethodDescriptionHttpPostRequestEncoder.WrappedFullHttpRequest.copy()
HttpPostRequestEncoder.WrappedFullHttpRequest.duplicate()
HttpPostRequestEncoder.WrappedFullHttpRequest.retain()
HttpPostRequestEncoder.WrappedFullHttpRequest.retain
(int increment) HttpPostRequestEncoder.WrappedFullHttpRequest.retainedDuplicate()
HttpPostRequestEncoder.WrappedFullHttpRequest.setMethod
(HttpMethod method) HttpPostRequestEncoder.WrappedFullHttpRequest.setProtocolVersion
(HttpVersion version) HttpPostRequestEncoder.WrappedFullHttpRequest.touch()
-
Uses of FullHttpRequest in io.netty.handler.codec.http.websocketx
Methods in io.netty.handler.codec.http.websocketx that return FullHttpRequestModifier and TypeMethodDescriptionprotected abstract FullHttpRequest
WebSocketClientHandshaker.newHandshakeRequest()
Returns a newinvalid @link
{@link FullHttpRequest) which will be used for the handshake.
protected FullHttpRequest
WebSocketClientHandshaker00.newHandshakeRequest()
Sends the opening request to the server:protected FullHttpRequest
WebSocketClientHandshaker07.newHandshakeRequest()
/**protected FullHttpRequest
WebSocketClientHandshaker08.newHandshakeRequest()
/**protected FullHttpRequest
WebSocketClientHandshaker13.newHandshakeRequest()
/**Methods in io.netty.handler.codec.http.websocketx with parameters of type FullHttpRequestModifier and TypeMethodDescriptionWebSocketServerHandshaker.handshake
(Channel channel, FullHttpRequest req) Performs the opening handshake.final ChannelFuture
WebSocketServerHandshaker.handshake
(Channel channel, FullHttpRequest req, HttpHeaders responseHeaders, ChannelPromise promise) Performs the opening handshake When call this method you MUST NOT retain theFullHttpRequest
which is passed in.protected abstract FullHttpResponse
WebSocketServerHandshaker.newHandshakeResponse
(FullHttpRequest req, HttpHeaders responseHeaders) Returns a newinvalid @link
{@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. -
Uses of FullHttpRequest in io.netty.handler.codec.http2
Methods in io.netty.handler.codec.http2 that return FullHttpRequestModifier and TypeMethodDescriptionstatic FullHttpRequest
HttpConversionUtil.toFullHttpRequest
(int streamId, Http2Headers http2Headers, ByteBufAllocator alloc, boolean validateHttpHeaders) Create a new object to contain the request datastatic FullHttpRequest
HttpConversionUtil.toFullHttpRequest
(int streamId, Http2Headers http2Headers, ByteBuf content, boolean validateHttpHeaders) Create a new object to contain the request dataMethods in io.netty.handler.codec.http2 with parameters of type FullHttpRequestModifier and TypeMethodDescriptionboolean
Http2ServerUpgradeCodec.prepareUpgradeResponse
(ChannelHandlerContext ctx, FullHttpRequest upgradeRequest, HttpHeaders headers) void
Http2ServerUpgradeCodec.upgradeTo
(ChannelHandlerContext ctx, FullHttpRequest upgradeRequest) -
Uses of FullHttpRequest in io.netty.handler.codec.spdy
Methods in io.netty.handler.codec.spdy that return FullHttpRequestModifier and TypeMethodDescriptionprivate static FullHttpRequest
SpdyHttpDecoder.createHttpRequest
(SpdyHeadersFrame requestFrame, ByteBufAllocator alloc)