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.
Handlers for sending and receiving HTTP/2 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.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(ChannelHandlerContext ctx, FullHttpRequest upgradeRequest, HttpHeaders upgradeHeaders) Prepares theupgradeHeadersfor a protocol update based upon the contents ofupgradeRequest.voidHttpServerUpgradeHandler.UpgradeCodec.upgradeTo(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 TypeMethodDescriptionWebSocketServerHandshaker.handshake(Channel channel, FullHttpRequest req) Performs the opening handshake.final ChannelFutureWebSocketServerHandshaker.handshake(Channel channel, FullHttpRequest req, HttpHeaders responseHeaders, 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. -
Uses of FullHttpRequest in io.netty.handler.codec.http2
Methods in io.netty.handler.codec.http2 that return FullHttpRequestModifier and TypeMethodDescriptionstatic FullHttpRequestHttpConversionUtil.toFullHttpRequest(int streamId, Http2Headers http2Headers, ByteBufAllocator alloc, boolean validateHttpHeaders) Create a new object to contain the request datastatic FullHttpRequestHttpConversionUtil.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 TypeMethodDescriptionbooleanHttp2ServerUpgradeCodec.prepareUpgradeResponse(ChannelHandlerContext ctx, FullHttpRequest upgradeRequest, HttpHeaders headers) voidHttp2ServerUpgradeCodec.upgradeTo(ChannelHandlerContext ctx, FullHttpRequest upgradeRequest)