Uses of Interface
io.netty.handler.codec.http.FullHttpRequest
Packages that use FullHttpRequest
Package
Description
Encoder, decoder and their related message types for HTTP.
Encoder, decoder, handshakers and their related message types for
Web Socket data frames.
-
Uses of FullHttpRequest in io.netty.handler.codec.http
Classes in io.netty.handler.codec.http that implement FullHttpRequestMethods in io.netty.handler.codec.http that return FullHttpRequestModifier and TypeMethodDescriptionDefaultFullHttpRequest.copy()FullHttpRequest.copy()DefaultFullHttpRequest.duplicate()FullHttpRequest.duplicate()DefaultFullHttpRequest.replace(io.netty.buffer.ByteBuf content) FullHttpRequest.replace(io.netty.buffer.ByteBuf content) DefaultFullHttpRequest.retain()DefaultFullHttpRequest.retain(int increment) FullHttpRequest.retain()FullHttpRequest.retain(int increment) DefaultFullHttpRequest.retainedDuplicate()FullHttpRequest.retainedDuplicate()DefaultFullHttpRequest.setMethod(HttpMethod method) FullHttpRequest.setMethod(HttpMethod method) DefaultFullHttpRequest.setProtocolVersion(HttpVersion version) FullHttpRequest.setProtocolVersion(HttpVersion version) DefaultFullHttpRequest.touch()FullHttpRequest.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 TypeMethodDescriptionbooleanHttpServerUpgradeHandler.UpgradeCodec.prepareUpgradeResponse(io.netty.channel.ChannelHandlerContext ctx, FullHttpRequest upgradeRequest, HttpHeaders upgradeHeaders) Prepares theupgradeHeadersfor a protocol update based upon the contents ofupgradeRequest.voidHttpServerUpgradeHandler.UpgradeCodec.upgradeTo(io.netty.channel.ChannelHandlerContext ctx, FullHttpRequest upgradeRequest) Performs an HTTP protocol upgrade from the source codec. -
Uses of FullHttpRequest in io.netty.handler.codec.http.websocketx
Methods in io.netty.handler.codec.http.websocketx that return FullHttpRequestModifier and TypeMethodDescriptionprotected abstract FullHttpRequestWebSocketClientHandshaker.newHandshakeRequest()Returns a newinvalid @link
{@link FullHttpRequest) which will be used for the handshake.protected FullHttpRequestWebSocketClientHandshaker00.newHandshakeRequest()Sends the opening request to the server:protected FullHttpRequestWebSocketClientHandshaker07.newHandshakeRequest()/**protected FullHttpRequestWebSocketClientHandshaker08.newHandshakeRequest()/**protected FullHttpRequestWebSocketClientHandshaker13.newHandshakeRequest()/**Methods in io.netty.handler.codec.http.websocketx with parameters of type FullHttpRequestModifier and TypeMethodDescriptionio.netty.channel.ChannelFutureWebSocketServerHandshaker.handshake(io.netty.channel.Channel channel, FullHttpRequest req) Performs the opening handshake.final io.netty.channel.ChannelFutureWebSocketServerHandshaker.handshake(io.netty.channel.Channel channel, FullHttpRequest req, HttpHeaders responseHeaders, io.netty.channel.ChannelPromise promise) Performs the opening handshake When call this method you MUST NOT retain theFullHttpRequestwhich is passed in.protected 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.