Skip navigation links
A B C D E F G H I L M N P Q R S T U V W 

A

ackEachInsert() - Static method in interface io.netty.incubator.codec.http3.QpackDecoderStateSyncStrategy
Returns a QpackDecoderStateSyncStrategy that will acknowledge each entry added via QpackDecoderStateSyncStrategy.entryAdded(int) unless a prior QpackDecoderStateSyncStrategy.sectionAcknowledged(int) call has implicitly acknowledged the addition.
authority(CharSequence) - Method in class io.netty.incubator.codec.http3.DefaultHttp3Headers
 
authority() - Method in class io.netty.incubator.codec.http3.DefaultHttp3Headers
 
authority(CharSequence) - Method in interface io.netty.incubator.codec.http3.Http3Headers
authority() - Method in interface io.netty.incubator.codec.http3.Http3Headers
Gets the Http3Headers.PseudoHeaderName.AUTHORITY header or null if there is no such header

B

bind(ChannelHandlerContext, SocketAddress, ChannelPromise) - Method in class io.netty.incubator.codec.http3.Http3FrameToHttpObjectCodec
 

C

channelActive(ChannelHandlerContext) - Method in class io.netty.incubator.codec.http3.Http3ConnectionHandler
 
channelRead(ChannelHandlerContext, Object) - Method in class io.netty.incubator.codec.http3.Http3ConnectionHandler
 
channelRead(ChannelHandlerContext, Http3HeadersFrame, boolean) - Method in class io.netty.incubator.codec.http3.Http3FrameToHttpObjectCodec
 
channelRead(ChannelHandlerContext, Http3DataFrame, boolean) - Method in class io.netty.incubator.codec.http3.Http3FrameToHttpObjectCodec
 
channelRead(ChannelHandlerContext, Object) - Method in class io.netty.incubator.codec.http3.Http3RequestStreamInboundHandler
 
channelRead(ChannelHandlerContext, Http3HeadersFrame, boolean) - Method in class io.netty.incubator.codec.http3.Http3RequestStreamInboundHandler
Called once a Http3HeadersFrame is ready for this stream to process.
channelRead(ChannelHandlerContext, Http3DataFrame, boolean) - Method in class io.netty.incubator.codec.http3.Http3RequestStreamInboundHandler
Called once a Http3DataFrame is ready for this stream to process.
channelRead(ChannelHandlerContext, Http3UnknownFrame) - Method in class io.netty.incubator.codec.http3.Http3RequestStreamInboundHandler
Called once a Http3UnknownFrame is ready for this stream to process.
clear() - Method in class io.netty.incubator.codec.http3.DefaultHttp3Headers
 
close(ChannelHandlerContext, ChannelPromise) - Method in class io.netty.incubator.codec.http3.Http3FrameToHttpObjectCodec
 
connect(ChannelHandlerContext, SocketAddress, SocketAddress, ChannelPromise) - Method in class io.netty.incubator.codec.http3.Http3FrameToHttpObjectCodec
 
contains(CharSequence, CharSequence) - Method in class io.netty.incubator.codec.http3.DefaultHttp3Headers
 
contains(CharSequence, CharSequence, boolean) - Method in class io.netty.incubator.codec.http3.DefaultHttp3Headers
 
contains(CharSequence, CharSequence, boolean) - Method in interface io.netty.incubator.codec.http3.Http3Headers
Returns true if a header with the name and value exists, false otherwise.
controlStream(ChannelHandlerContext) - Method in class io.netty.incubator.codec.http3.Http3RequestStreamInboundHandler
Return the local control stream for this HTTP/3 connection.
controlStreamListener() - Method in class io.netty.incubator.codec.http3.Http3ServerPushStreamManager
A ChannelInboundHandler to be added to the QuicChannel associated with this Http3ServerPushStreamManager to listen to control stream frames.
copy() - Method in class io.netty.incubator.codec.http3.DefaultHttp3DataFrame
 
copy() - Method in class io.netty.incubator.codec.http3.DefaultHttp3UnknownFrame
 
copy() - Method in interface io.netty.incubator.codec.http3.Http3DataFrame
 
copy() - Method in interface io.netty.incubator.codec.http3.Http3UnknownFrame
 
copyOf(Http3SettingsFrame) - Static method in class io.netty.incubator.codec.http3.DefaultHttp3SettingsFrame
Creates a new DefaultHttp3SettingsFrame which is a copy of the given settings.

D

DefaultHttp3CancelPushFrame - Class in io.netty.incubator.codec.http3
 
DefaultHttp3CancelPushFrame(long) - Constructor for class io.netty.incubator.codec.http3.DefaultHttp3CancelPushFrame
 
DefaultHttp3DataFrame - Class in io.netty.incubator.codec.http3
 
DefaultHttp3DataFrame(ByteBuf) - Constructor for class io.netty.incubator.codec.http3.DefaultHttp3DataFrame
 
DefaultHttp3GoAwayFrame - Class in io.netty.incubator.codec.http3
 
DefaultHttp3GoAwayFrame(long) - Constructor for class io.netty.incubator.codec.http3.DefaultHttp3GoAwayFrame
 
DefaultHttp3Headers - Class in io.netty.incubator.codec.http3
 
DefaultHttp3Headers() - Constructor for class io.netty.incubator.codec.http3.DefaultHttp3Headers
Create a new instance.
DefaultHttp3Headers(boolean) - Constructor for class io.netty.incubator.codec.http3.DefaultHttp3Headers
Create a new instance.
DefaultHttp3Headers(boolean, int) - Constructor for class io.netty.incubator.codec.http3.DefaultHttp3Headers
Create a new instance.
DefaultHttp3HeadersFrame - Class in io.netty.incubator.codec.http3
 
DefaultHttp3HeadersFrame() - Constructor for class io.netty.incubator.codec.http3.DefaultHttp3HeadersFrame
 
DefaultHttp3HeadersFrame(Http3Headers) - Constructor for class io.netty.incubator.codec.http3.DefaultHttp3HeadersFrame
 
DefaultHttp3MaxPushIdFrame - Class in io.netty.incubator.codec.http3
 
DefaultHttp3MaxPushIdFrame(long) - Constructor for class io.netty.incubator.codec.http3.DefaultHttp3MaxPushIdFrame
 
DefaultHttp3PushPromiseFrame - Class in io.netty.incubator.codec.http3
 
DefaultHttp3PushPromiseFrame(long) - Constructor for class io.netty.incubator.codec.http3.DefaultHttp3PushPromiseFrame
 
DefaultHttp3PushPromiseFrame(long, Http3Headers) - Constructor for class io.netty.incubator.codec.http3.DefaultHttp3PushPromiseFrame
 
DefaultHttp3SettingsFrame - Class in io.netty.incubator.codec.http3
 
DefaultHttp3SettingsFrame() - Constructor for class io.netty.incubator.codec.http3.DefaultHttp3SettingsFrame
 
DefaultHttp3UnknownFrame - Class in io.netty.incubator.codec.http3
 
DefaultHttp3UnknownFrame(long, ByteBuf) - Constructor for class io.netty.incubator.codec.http3.DefaultHttp3UnknownFrame
 
deregister(ChannelHandlerContext, ChannelPromise) - Method in class io.netty.incubator.codec.http3.Http3FrameToHttpObjectCodec
 
disconnect(ChannelHandlerContext, ChannelPromise) - Method in class io.netty.incubator.codec.http3.Http3FrameToHttpObjectCodec
 
duplicate() - Method in class io.netty.incubator.codec.http3.DefaultHttp3DataFrame
 
duplicate() - Method in class io.netty.incubator.codec.http3.DefaultHttp3UnknownFrame
 
duplicate() - Method in interface io.netty.incubator.codec.http3.Http3DataFrame
 
duplicate() - Method in interface io.netty.incubator.codec.http3.Http3UnknownFrame
 

E

entryAdded(int) - Method in interface io.netty.incubator.codec.http3.QpackDecoderStateSyncStrategy
When a header field entry is added to the decoder dynamic table.
equals(Object) - Method in class io.netty.incubator.codec.http3.DefaultHttp3CancelPushFrame
 
equals(Object) - Method in class io.netty.incubator.codec.http3.DefaultHttp3GoAwayFrame
 
equals(Object) - Method in class io.netty.incubator.codec.http3.DefaultHttp3Headers
 
equals(Object) - Method in class io.netty.incubator.codec.http3.DefaultHttp3HeadersFrame
 
equals(Object) - Method in class io.netty.incubator.codec.http3.DefaultHttp3MaxPushIdFrame
 
equals(Object) - Method in class io.netty.incubator.codec.http3.DefaultHttp3PushPromiseFrame
 
equals(Object) - Method in class io.netty.incubator.codec.http3.DefaultHttp3SettingsFrame
 
equals(Object) - Method in class io.netty.incubator.codec.http3.DefaultHttp3UnknownFrame
 
errorCode() - Method in exception io.netty.incubator.codec.http3.Http3Exception
Returns the related Http3ErrorCode.
exceptionCaught(ChannelHandlerContext, Throwable) - Method in class io.netty.incubator.codec.http3.Http3RequestStreamInboundHandler
 

F

flush(ChannelHandlerContext) - Method in class io.netty.incubator.codec.http3.Http3FrameToHttpObjectCodec
 

G

get(long) - Method in class io.netty.incubator.codec.http3.DefaultHttp3SettingsFrame
 
get(long) - Method in interface io.netty.incubator.codec.http3.Http3SettingsFrame
Get a setting from the frame.
getLocalControlStream(Channel) - Static method in class io.netty.incubator.codec.http3.Http3
Returns the local initiated control stream for the HTTP/3 connection.
getOrDefault(long, long) - Method in interface io.netty.incubator.codec.http3.Http3SettingsFrame
Get a setting from the frame.
getPseudoHeader(CharSequence) - Static method in enum io.netty.incubator.codec.http3.Http3Headers.PseudoHeaderName
Returns the Http3Headers.PseudoHeaderName corresponding to the specified header name.

H

handleHttp3Exception(ChannelHandlerContext, Http3Exception) - Method in class io.netty.incubator.codec.http3.Http3RequestStreamInboundHandler
Called once a Http3Exception should be handled.
handleQuicException(ChannelHandlerContext, QuicException) - Method in class io.netty.incubator.codec.http3.Http3RequestStreamInboundHandler
Called once a QuicException should be handled.
handlerAdded(ChannelHandlerContext) - Method in class io.netty.incubator.codec.http3.Http3ConnectionHandler
 
hashCode() - Method in class io.netty.incubator.codec.http3.DefaultHttp3CancelPushFrame
 
hashCode() - Method in class io.netty.incubator.codec.http3.DefaultHttp3GoAwayFrame
 
hashCode() - Method in class io.netty.incubator.codec.http3.DefaultHttp3Headers
 
hashCode() - Method in class io.netty.incubator.codec.http3.DefaultHttp3HeadersFrame
 
hashCode() - Method in class io.netty.incubator.codec.http3.DefaultHttp3MaxPushIdFrame
 
hashCode() - Method in class io.netty.incubator.codec.http3.DefaultHttp3PushPromiseFrame
 
hashCode() - Method in class io.netty.incubator.codec.http3.DefaultHttp3SettingsFrame
 
hashCode() - Method in class io.netty.incubator.codec.http3.DefaultHttp3UnknownFrame
 
hasPseudoHeaderFormat(CharSequence) - Static method in enum io.netty.incubator.codec.http3.Http3Headers.PseudoHeaderName
Indicates whether the specified header follows the pseudo-header format (begins with ':' character)
headers() - Method in class io.netty.incubator.codec.http3.DefaultHttp3HeadersFrame
 
headers() - Method in class io.netty.incubator.codec.http3.DefaultHttp3PushPromiseFrame
 
headers() - Method in interface io.netty.incubator.codec.http3.Http3HeadersFrame
Returns the carried headers.
headers() - Method in interface io.netty.incubator.codec.http3.Http3PushPromiseFrame
Returns the carried headers.
Http3 - Class in io.netty.incubator.codec.http3
Contains utility methods that help to bootstrap server / clients with HTTP3 support.
HTTP3_SETTINGS_MAX_FIELD_SECTION_SIZE - Static variable in interface io.netty.incubator.codec.http3.Http3SettingsFrame
HTTP3_SETTINGS_QPACK_BLOCKED_STREAMS - Static variable in interface io.netty.incubator.codec.http3.Http3SettingsFrame
HTTP3_SETTINGS_QPACK_MAX_TABLE_CAPACITY - Static variable in interface io.netty.incubator.codec.http3.Http3SettingsFrame
Http3CancelPushFrame - Interface in io.netty.incubator.codec.http3
Http3ClientConnectionHandler - Class in io.netty.incubator.codec.http3
 
Http3ClientConnectionHandler() - Constructor for class io.netty.incubator.codec.http3.Http3ClientConnectionHandler
Create a new instance.
Http3ClientConnectionHandler(ChannelHandler, LongFunction<ChannelHandler>, LongFunction<ChannelHandler>, Http3SettingsFrame, boolean) - Constructor for class io.netty.incubator.codec.http3.Http3ClientConnectionHandler
Create a new instance.
Http3ConnectionHandler - Class in io.netty.incubator.codec.http3
Handler that handles HTTP3 connections.
Http3ControlStreamFrame - Interface in io.netty.incubator.codec.http3
Marker interface for frames that can be sent and received on a HTTP3 control stream.
Http3DataFrame - Interface in io.netty.incubator.codec.http3
See DATA.
Http3ErrorCode - Enum in io.netty.incubator.codec.http3
Http3Exception - Exception in io.netty.incubator.codec.http3
An exception related to violate the HTTP3 spec.
Http3Exception(Http3ErrorCode, String) - Constructor for exception io.netty.incubator.codec.http3.Http3Exception
Create a new instance.
Http3Exception(Http3ErrorCode, String, Throwable) - Constructor for exception io.netty.incubator.codec.http3.Http3Exception
Create a new instance.
Http3Frame - Interface in io.netty.incubator.codec.http3
Marker interface that is implemented by all HTTP3 frames.
Http3FrameToHttpObjectCodec - Class in io.netty.incubator.codec.http3
This handler converts from Http3RequestStreamFrame to HttpObject, and back.
Http3FrameToHttpObjectCodec(boolean, boolean) - Constructor for class io.netty.incubator.codec.http3.Http3FrameToHttpObjectCodec
 
Http3FrameToHttpObjectCodec(boolean) - Constructor for class io.netty.incubator.codec.http3.Http3FrameToHttpObjectCodec
 
Http3GoAwayFrame - Interface in io.netty.incubator.codec.http3
See GOAWAY.
Http3Headers - Interface in io.netty.incubator.codec.http3
 
Http3Headers.PseudoHeaderName - Enum in io.netty.incubator.codec.http3
HTTP/2 (and HTTP/3) pseudo-headers names.
Http3HeadersFrame - Interface in io.netty.incubator.codec.http3
See HEADERS.
Http3HeadersValidationException - Exception in io.netty.incubator.codec.http3
Thrown if Http3Headers validation fails for some reason.
Http3HeadersValidationException(String) - Constructor for exception io.netty.incubator.codec.http3.Http3HeadersValidationException
Create a new instance.
Http3HeadersValidationException(String, Throwable) - Constructor for exception io.netty.incubator.codec.http3.Http3HeadersValidationException
Create a new instance.
Http3MaxPushIdFrame - Interface in io.netty.incubator.codec.http3
Http3PushPromiseFrame - Interface in io.netty.incubator.codec.http3
Http3PushStreamClientInitializer - Class in io.netty.incubator.codec.http3
Abstract base class that users can extend to init HTTP/3 push-streams for clients.
Http3PushStreamClientInitializer() - Constructor for class io.netty.incubator.codec.http3.Http3PushStreamClientInitializer
 
Http3PushStreamFrame - Interface in io.netty.incubator.codec.http3
Marker interface for frames that can be sent and received on a HTTP3 push stream.
Http3PushStreamServerInitializer - Class in io.netty.incubator.codec.http3
Abstract base class that users can extend to init HTTP/3 push-streams for servers.
Http3PushStreamServerInitializer(long) - Constructor for class io.netty.incubator.codec.http3.Http3PushStreamServerInitializer
 
Http3RequestStreamFrame - Interface in io.netty.incubator.codec.http3
Marker interface for frames that can be sent and received on a HTTP3 request stream.
Http3RequestStreamInboundHandler - Class in io.netty.incubator.codec.http3
ChannelInboundHandlerAdapter which makes it easy to handle HTTP3 request streams.
Http3RequestStreamInboundHandler() - Constructor for class io.netty.incubator.codec.http3.Http3RequestStreamInboundHandler
 
Http3RequestStreamInitializer - Class in io.netty.incubator.codec.http3
Abstract base class that users can extend to init HTTP/3 request-streams.
Http3RequestStreamInitializer() - Constructor for class io.netty.incubator.codec.http3.Http3RequestStreamInitializer
 
Http3ServerConnectionHandler - Class in io.netty.incubator.codec.http3
Handler that handles HTTP3 for the server-side.
Http3ServerConnectionHandler(ChannelHandler) - Constructor for class io.netty.incubator.codec.http3.Http3ServerConnectionHandler
Create a new instance.
Http3ServerConnectionHandler(ChannelHandler, ChannelHandler, LongFunction<ChannelHandler>, Http3SettingsFrame, boolean) - Constructor for class io.netty.incubator.codec.http3.Http3ServerConnectionHandler
Create a new instance.
Http3ServerPushStreamManager - Class in io.netty.incubator.codec.http3
A manager for push streams for a server.
Http3ServerPushStreamManager(QuicChannel) - Constructor for class io.netty.incubator.codec.http3.Http3ServerPushStreamManager
Creates a new instance.
Http3ServerPushStreamManager(QuicChannel, int) - Constructor for class io.netty.incubator.codec.http3.Http3ServerPushStreamManager
Creates a new instance.
Http3SettingsFrame - Interface in io.netty.incubator.codec.http3
Http3UnknownFrame - Interface in io.netty.incubator.codec.http3
HttpConversionUtil - Class in io.netty.incubator.codec.http3
Provides utility methods and constants for the HTTP/3 to HTTP conversion
HttpConversionUtil.ExtensionHeaderNames - Enum in io.netty.incubator.codec.http3
Provides the HTTP header extensions used to carry HTTP/3 information in HTTP objects

I

id() - Method in class io.netty.incubator.codec.http3.DefaultHttp3CancelPushFrame
 
id() - Method in class io.netty.incubator.codec.http3.DefaultHttp3GoAwayFrame
 
id() - Method in class io.netty.incubator.codec.http3.DefaultHttp3MaxPushIdFrame
 
id() - Method in class io.netty.incubator.codec.http3.DefaultHttp3PushPromiseFrame
 
id() - Method in interface io.netty.incubator.codec.http3.Http3CancelPushFrame
Returns the push id that identifies the server push that is being cancelled.
id() - Method in interface io.netty.incubator.codec.http3.Http3GoAwayFrame
Returns the id.
id() - Method in interface io.netty.incubator.codec.http3.Http3MaxPushIdFrame
Returns the maximum value for a Push ID that the server can use.
id() - Method in interface io.netty.incubator.codec.http3.Http3PushPromiseFrame
Returns the push id.
initChannel(QuicStreamChannel) - Method in class io.netty.incubator.codec.http3.Http3PushStreamClientInitializer
 
initChannel(QuicStreamChannel) - Method in class io.netty.incubator.codec.http3.Http3PushStreamServerInitializer
 
initChannel(QuicStreamChannel) - Method in class io.netty.incubator.codec.http3.Http3RequestStreamInitializer
 
initPushStream(QuicStreamChannel) - Method in class io.netty.incubator.codec.http3.Http3PushStreamClientInitializer
Initialize the QuicStreamChannel to handle Http3PushStreamFrames.
initPushStream(QuicStreamChannel) - Method in class io.netty.incubator.codec.http3.Http3PushStreamServerInitializer
Initialize the QuicStreamChannel to handle Http3PushStreamFrames.
initRequestStream(QuicStreamChannel) - Method in class io.netty.incubator.codec.http3.Http3RequestStreamInitializer
Init the QuicStreamChannel to handle Http3RequestStreamFrames.
io.netty.incubator.codec.http3 - package io.netty.incubator.codec.http3
HTTP/3 implementation.
isGoAwayReceived() - Method in class io.netty.incubator.codec.http3.Http3ConnectionHandler
Returns true if we received a GOAWAY frame from the remote peer.
isPseudoHeader(CharSequence) - Static method in enum io.netty.incubator.codec.http3.Http3Headers.PseudoHeaderName
Indicates whether the given header name is a valid HTTP/3 pseudo header.
isPushAllowed() - Method in class io.netty.incubator.codec.http3.Http3ServerPushStreamManager
Returns true if server push is allowed at this point.
isRequestOnly() - Method in enum io.netty.incubator.codec.http3.Http3Headers.PseudoHeaderName
Indicates whether the pseudo-header is to be used in a request context.
isSharable() - Method in class io.netty.incubator.codec.http3.Http3ConnectionHandler
Always returns false as it keeps state.
isSharable() - Method in class io.netty.incubator.codec.http3.Http3RequestStreamInboundHandler
Always returns true as this handler and sub-types are not sharable, due internal state.
iterator() - Method in class io.netty.incubator.codec.http3.DefaultHttp3SettingsFrame
 
iterator() - Method in interface io.netty.incubator.codec.http3.Http3Headers
Returns an iterator over all HTTP/3 headers.

L

length() - Method in interface io.netty.incubator.codec.http3.Http3UnknownFrame
Return the payload length of the frame.

M

method(CharSequence) - Method in class io.netty.incubator.codec.http3.DefaultHttp3Headers
 
method() - Method in class io.netty.incubator.codec.http3.DefaultHttp3Headers
 
method(CharSequence) - Method in interface io.netty.incubator.codec.http3.Http3Headers
method() - Method in interface io.netty.incubator.codec.http3.Http3Headers
Gets the Http3Headers.PseudoHeaderName.METHOD header or null if there is no such header
MIN_INITIAL_MAX_STREAM_DATA_UNIDIRECTIONAL - Static variable in class io.netty.incubator.codec.http3.Http3
MIN_INITIAL_MAX_STREAMS_UNIDIRECTIONAL - Static variable in class io.netty.incubator.codec.http3.Http3

N

newCodec(Http3RequestStreamCodecState, Http3RequestStreamCodecState) - Method in class io.netty.incubator.codec.http3.Http3ConnectionHandler
Returns a new codec that will encode and decode Http3Frames for this HTTP/3 connection.
newHeaderEntry(int, CharSequence, CharSequence, DefaultHeaders.HeaderEntry<CharSequence, CharSequence>) - Method in class io.netty.incubator.codec.http3.DefaultHttp3Headers
 
newPushStream(long, ChannelHandler) - Method in class io.netty.incubator.codec.http3.Http3ServerPushStreamManager
Returns a new HTTP/3 push-stream that will use the given ChannelHandler to dispatch Http3PushStreamFrames too.
newPushStream(long, ChannelHandler, Promise<QuicStreamChannel>) - Method in class io.netty.incubator.codec.http3.Http3ServerPushStreamManager
Returns a new HTTP/3 push-stream that will use the given ChannelHandler to dispatch Http3PushStreamFrames too.
newPushStream(long, ChannelHandler, UnaryOperator<QuicStreamChannelBootstrap>, Promise<QuicStreamChannel>) - Method in class io.netty.incubator.codec.http3.Http3ServerPushStreamManager
Returns a new HTTP/3 push-stream that will use the given ChannelHandler to dispatch Http3PushStreamFrames too.
newQuicClientCodecBuilder() - Static method in class io.netty.incubator.codec.http3.Http3
Returns a new QuicClientCodecBuilder that has preconfigured for HTTP3.
newQuicServerCodecBuilder() - Static method in class io.netty.incubator.codec.http3.Http3
Returns a new QuicServerCodecBuilder that has preconfigured for HTTP3.
newRequestStream(QuicChannel, ChannelHandler) - Static method in class io.netty.incubator.codec.http3.Http3
Returns a new HTTP/3 request-stream that will use the given ChannelHandler to dispatch Http3RequestStreamFrames too.
newRequestStreamBootstrap(QuicChannel, ChannelHandler) - Static method in class io.netty.incubator.codec.http3.Http3
Returns a new HTTP/3 request-stream bootstrap that will use the given ChannelHandler to dispatch Http3RequestStreamFrames too.

P

path(CharSequence) - Method in class io.netty.incubator.codec.http3.DefaultHttp3Headers
 
path() - Method in class io.netty.incubator.codec.http3.DefaultHttp3Headers
 
path(CharSequence) - Method in interface io.netty.incubator.codec.http3.Http3Headers
path() - Method in interface io.netty.incubator.codec.http3.Http3Headers
Gets the Http3Headers.PseudoHeaderName.PATH header or null if there is no such header
put(long, Long) - Method in class io.netty.incubator.codec.http3.DefaultHttp3SettingsFrame
 
put(long, Long) - Method in interface io.netty.incubator.codec.http3.Http3SettingsFrame
Put a setting in the frame.

Q

QpackDecoderStateSyncStrategy - Interface in io.netty.incubator.codec.http3
A strategy that determines when to send acknowledgment of new table entries on the QPACK decoder stream.
QpackException - Exception in io.netty.incubator.codec.http3
Exception thrown if an error happens during QPACK processing.

R

read(ChannelHandlerContext) - Method in class io.netty.incubator.codec.http3.Http3FrameToHttpObjectCodec
 
replace(ByteBuf) - Method in class io.netty.incubator.codec.http3.DefaultHttp3DataFrame
 
replace(ByteBuf) - Method in class io.netty.incubator.codec.http3.DefaultHttp3UnknownFrame
 
replace(ByteBuf) - Method in interface io.netty.incubator.codec.http3.Http3DataFrame
 
replace(ByteBuf) - Method in interface io.netty.incubator.codec.http3.Http3UnknownFrame
 
reserveNextPushId() - Method in class io.netty.incubator.codec.http3.Http3ServerPushStreamManager
Reserves a push ID to be used to create a new push stream subsequently.
retain() - Method in class io.netty.incubator.codec.http3.DefaultHttp3DataFrame
 
retain(int) - Method in class io.netty.incubator.codec.http3.DefaultHttp3DataFrame
 
retain() - Method in class io.netty.incubator.codec.http3.DefaultHttp3UnknownFrame
 
retain(int) - Method in class io.netty.incubator.codec.http3.DefaultHttp3UnknownFrame
 
retain() - Method in interface io.netty.incubator.codec.http3.Http3DataFrame
 
retain(int) - Method in interface io.netty.incubator.codec.http3.Http3DataFrame
 
retain() - Method in interface io.netty.incubator.codec.http3.Http3UnknownFrame
 
retain(int) - Method in interface io.netty.incubator.codec.http3.Http3UnknownFrame
 
retainedDuplicate() - Method in class io.netty.incubator.codec.http3.DefaultHttp3DataFrame
 
retainedDuplicate() - Method in class io.netty.incubator.codec.http3.DefaultHttp3UnknownFrame
 
retainedDuplicate() - Method in interface io.netty.incubator.codec.http3.Http3DataFrame
 
retainedDuplicate() - Method in interface io.netty.incubator.codec.http3.Http3UnknownFrame
 

S

scheme(CharSequence) - Method in class io.netty.incubator.codec.http3.DefaultHttp3Headers
 
scheme() - Method in class io.netty.incubator.codec.http3.DefaultHttp3Headers
 
scheme(CharSequence) - Method in interface io.netty.incubator.codec.http3.Http3Headers
scheme() - Method in interface io.netty.incubator.codec.http3.Http3Headers
Gets the Http3Headers.PseudoHeaderName.SCHEME header or null if there is no such header
sectionAcknowledged(int) - Method in interface io.netty.incubator.codec.http3.QpackDecoderStateSyncStrategy
Callback when an encoded header field section is decoded successfully by the decoder.
status(CharSequence) - Method in class io.netty.incubator.codec.http3.DefaultHttp3Headers
 
status() - Method in class io.netty.incubator.codec.http3.DefaultHttp3Headers
 
status(CharSequence) - Method in interface io.netty.incubator.codec.http3.Http3Headers
status() - Method in interface io.netty.incubator.codec.http3.Http3Headers
Gets the Http3Headers.PseudoHeaderName.STATUS header or null if there is no such header
supportedApplicationProtocols() - Static method in class io.netty.incubator.codec.http3.Http3
Returns the supported protocols for H3.

T

text() - Method in enum io.netty.incubator.codec.http3.HttpConversionUtil.ExtensionHeaderNames
 
toString() - Method in class io.netty.incubator.codec.http3.DefaultHttp3CancelPushFrame
 
toString() - Method in class io.netty.incubator.codec.http3.DefaultHttp3DataFrame
 
toString() - Method in class io.netty.incubator.codec.http3.DefaultHttp3GoAwayFrame
 
toString() - Method in class io.netty.incubator.codec.http3.DefaultHttp3HeadersFrame
 
toString() - Method in class io.netty.incubator.codec.http3.DefaultHttp3MaxPushIdFrame
 
toString() - Method in class io.netty.incubator.codec.http3.DefaultHttp3PushPromiseFrame
 
toString() - Method in class io.netty.incubator.codec.http3.DefaultHttp3SettingsFrame
 
toString() - Method in class io.netty.incubator.codec.http3.DefaultHttp3UnknownFrame
 
touch() - Method in class io.netty.incubator.codec.http3.DefaultHttp3DataFrame
 
touch(Object) - Method in class io.netty.incubator.codec.http3.DefaultHttp3DataFrame
 
touch() - Method in class io.netty.incubator.codec.http3.DefaultHttp3UnknownFrame
 
touch(Object) - Method in class io.netty.incubator.codec.http3.DefaultHttp3UnknownFrame
 
touch() - Method in interface io.netty.incubator.codec.http3.Http3DataFrame
 
touch(Object) - Method in interface io.netty.incubator.codec.http3.Http3DataFrame
 
touch() - Method in interface io.netty.incubator.codec.http3.Http3UnknownFrame
 
touch(Object) - Method in interface io.netty.incubator.codec.http3.Http3UnknownFrame
 
type() - Method in class io.netty.incubator.codec.http3.DefaultHttp3UnknownFrame
 
type() - Method in interface io.netty.incubator.codec.http3.Http3CancelPushFrame
 
type() - Method in interface io.netty.incubator.codec.http3.Http3DataFrame
 
type() - Method in interface io.netty.incubator.codec.http3.Http3Frame
The type of the frame.
type() - Method in interface io.netty.incubator.codec.http3.Http3GoAwayFrame
 
type() - Method in interface io.netty.incubator.codec.http3.Http3HeadersFrame
 
type() - Method in interface io.netty.incubator.codec.http3.Http3MaxPushIdFrame
 
type() - Method in interface io.netty.incubator.codec.http3.Http3PushPromiseFrame
 
type() - Method in interface io.netty.incubator.codec.http3.Http3SettingsFrame
 

U

userEventTriggered(ChannelHandlerContext, Object) - Method in class io.netty.incubator.codec.http3.Http3RequestStreamInboundHandler
 

V

value() - Method in enum io.netty.incubator.codec.http3.Http3Headers.PseudoHeaderName
 
valueIterator(CharSequence) - Method in interface io.netty.incubator.codec.http3.Http3Headers
Equivalent to Headers.getAll(Object) but no intermediate list is generated.
valueOf(String) - Static method in enum io.netty.incubator.codec.http3.Http3ErrorCode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.netty.incubator.codec.http3.Http3Headers.PseudoHeaderName
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.netty.incubator.codec.http3.HttpConversionUtil.ExtensionHeaderNames
Returns the enum constant of this type with the specified name.
values() - Static method in enum io.netty.incubator.codec.http3.Http3ErrorCode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.netty.incubator.codec.http3.Http3Headers.PseudoHeaderName
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.netty.incubator.codec.http3.HttpConversionUtil.ExtensionHeaderNames
Returns an array containing the constants of this enum type, in the order they are declared.

W

write(ChannelHandlerContext, Object, ChannelPromise) - Method in class io.netty.incubator.codec.http3.Http3FrameToHttpObjectCodec
Encode from an HttpObject to an Http3RequestStreamFrame.
A B C D E F G H I L M N P Q R S T U V W 
Skip navigation links

Copyright © 2020–2022 The Netty Project. All rights reserved.