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 TypeClassDescriptionclassDefault implementation ofFullHttpRequest.private static final classFields in io.netty.handler.codec.http declared as FullHttpRequestModifier and TypeFieldDescriptionprivate final FullHttpRequestHttpServerUpgradeHandler.UpgradeEvent.upgradeRequestMethods 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 StringBuilderHttpMessageUtil.appendFullRequest(StringBuilder buf, FullHttpRequest req) booleanHttpServerUpgradeHandler.UpgradeCodec.prepareUpgradeResponse(ChannelHandlerContext ctx, FullHttpRequest upgradeRequest, HttpHeaders upgradeHeaders) Prepares theupgradeHeadersfor a protocol update based upon the contents ofupgradeRequest.private booleanHttpServerUpgradeHandler.upgrade(ChannelHandlerContext ctx, FullHttpRequest request) Attempts to upgrade to the protocol(s) identified by theHttpHeaderNames.UPGRADEheader (if provided in the request).voidHttpServerUpgradeHandler.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 classMethods 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 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) -
Uses of FullHttpRequest in io.netty.handler.codec.spdy
Methods in io.netty.handler.codec.spdy that return FullHttpRequestModifier and TypeMethodDescriptionprivate static FullHttpRequestSpdyHttpDecoder.createHttpRequest(SpdyHeadersFrame requestFrame, ByteBufAllocator alloc)