Uses of Interface
io.netty.buffer.ByteBufHolder
Packages that use ByteBufHolder
Package
Description
Abstraction of a byte buffer - the fundamental data structure
to represent a low-level binary and text message.
Optimized transport for linux which uses EPOLL Edge-Triggered Mode
for maximal performance.
Abstract SCTP socket interfaces which extend the core channel API.
Abstract TCP and UDP socket interfaces which extend the core channel API.
UDT Transport.
Unix specific transport.
Extensible decoder and its common implementations which deal with the
packet fragmentation and reassembly issue found in a stream-based transport
such as TCP/IP.
DNS codec.
Decodes an HAProxy proxy protocol header
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.
HTTP/3 implementation.
Common superset of ascii and binary classes.
Implementations and Interfaces for the Memcache Binary protocol.
Encoder, decoder and different Message Types for MQTT.
QUIC implementation
Encoder, decoder for Redis.
SMTP codec.
Encoder, decoder, session handler and their related message types for the SPDY protocol.
STOMP codec
-
Uses of ByteBufHolder in io.netty.buffer
Classes in io.netty.buffer that implement ByteBufHolderModifier and TypeClassDescriptionclassDefault implementation of aByteBufHolderthat holds it's data in aByteBuf.Methods in io.netty.buffer that return ByteBufHolderModifier and TypeMethodDescriptionByteBufHolder.copy()Creates a deep copy of thisByteBufHolder.DefaultByteBufHolder.copy()Creates a deep copy of thisByteBufHolder.ByteBufHolder.duplicate()Duplicates thisByteBufHolder.DefaultByteBufHolder.duplicate()Duplicates thisByteBufHolder.Returns a newByteBufHolderwhich contains the specifiedcontent.Returns a newByteBufHolderwhich contains the specifiedcontent.ByteBufHolder.retain()ByteBufHolder.retain(int increment) DefaultByteBufHolder.retain()DefaultByteBufHolder.retain(int increment) ByteBufHolder.retainedDuplicate()Duplicates thisByteBufHolder.DefaultByteBufHolder.retainedDuplicate()Duplicates thisByteBufHolder.ByteBufHolder.touch()DefaultByteBufHolder.touch() -
Uses of ByteBufHolder in io.netty.channel.epoll
Classes in io.netty.channel.epoll that implement ByteBufHolder -
Uses of ByteBufHolder in io.netty.channel.sctp
Classes in io.netty.channel.sctp that implement ByteBufHolder -
Uses of ByteBufHolder in io.netty.channel.socket
Classes in io.netty.channel.socket that implement ByteBufHolderModifier and TypeClassDescriptionclassThe message container that is used forDatagramChannelto communicate with the remote peer. -
Uses of ByteBufHolder in io.netty.channel.udt
Classes in io.netty.channel.udt that implement ByteBufHolderModifier and TypeClassDescriptionfinal classDeprecated.The UDT transport is no longer maintained and will be removed. -
Uses of ByteBufHolder in io.netty.channel.unix
Classes in io.netty.channel.unix that implement ByteBufHolderModifier and TypeClassDescriptionfinal classThe message container that is used forDomainDatagramChannelto communicate with the remote peer.classAllows to use GSO if the underlying OS supports it. -
Uses of ByteBufHolder in io.netty.handler.codec
Classes in io.netty.handler.codec with type parameters of type ByteBufHolderModifier and TypeClassDescriptionclassMessageAggregator<I, S, C extends ByteBufHolder, O extends ByteBufHolder>An abstractChannelHandlerthat aggregates a series of message objects into a single aggregated message.classMessageAggregator<I, S, C extends ByteBufHolder, O extends ByteBufHolder>An abstractChannelHandlerthat aggregates a series of message objects into a single aggregated message. -
Uses of ByteBufHolder in io.netty.handler.codec.dns
Subinterfaces of ByteBufHolder in io.netty.handler.codec.dnsModifier and TypeInterfaceDescriptioninterfaceA genericDnsRecordthat contains an undecodedRDATA.Classes in io.netty.handler.codec.dns that implement ByteBufHolderModifier and TypeClassDescriptionclassThe defaultDnsRawRecordimplementation. -
Uses of ByteBufHolder in io.netty.handler.codec.haproxy
Classes in io.netty.handler.codec.haproxy that implement ByteBufHolderModifier and TypeClassDescriptionfinal classRepresents aHAProxyTLVof the typeHAProxyTLV.Type.PP2_TYPE_SSL.classA Type-Length Value (TLV vector) that can be added to the PROXY protocol to include additional information like SSL information. -
Uses of ByteBufHolder in io.netty.handler.codec.http
Subinterfaces of ByteBufHolder in io.netty.handler.codec.httpModifier and TypeInterfaceDescriptioninterfaceCombinesHttpMessageandLastHttpContentinto one message.interfaceCombine theHttpRequestandFullHttpMessage, so the request is a complete HTTP request.interfaceCombination of aHttpResponseandFullHttpMessage.interfaceAn HTTP chunk which is used for HTTP chunked transfer-encoding.interfaceThe lastHttpContentwhich has trailing headers.Classes in io.netty.handler.codec.http that implement ByteBufHolderModifier and TypeClassDescriptionclassDefault implementation ofFullHttpRequest.classDefault implementation of aFullHttpResponse.classThe defaultHttpContentimplementation.classThe defaultLastHttpContentimplementation. -
Uses of ByteBufHolder in io.netty.handler.codec.http.multipart
Subinterfaces of ByteBufHolder in io.netty.handler.codec.http.multipartModifier and TypeInterfaceDescriptioninterfaceAttribute interfaceinterfaceFileUpload interface that could be in memory, on temporary file or any other implementations.interfaceExtended interface for InterfaceHttpDataClasses in io.netty.handler.codec.http.multipart that implement ByteBufHolderModifier and TypeClassDescriptionclassAbstract Disk HttpData implementationclassAbstract HttpData implementationclassAbstract Memory HttpData implementationclassDisk implementation of AttributesclassDisk FileUpload implementation that stores file into real filesclassMemory implementation of AttributesclassDefault FileUpload implementation that stores file into memory.
Warning: be aware of the memory limitation.classMixed implementation using both in Memory and in File with a limit of sizeclassMixed implementation using both in Memory and in File with a limit of size -
Uses of ByteBufHolder in io.netty.handler.codec.http.websocketx
Classes in io.netty.handler.codec.http.websocketx that implement ByteBufHolderModifier and TypeClassDescriptionclassWeb Socket frame containing binary data.classWeb Socket Frame for closing the connection.classWeb Socket continuation frame containing continuation text or binary data.classWeb Socket frame containing binary data.classWeb Socket frame containing binary data.classWeb Socket text frame.classBase class for web socket frames. -
Uses of ByteBufHolder in io.netty.handler.codec.http2
Subinterfaces of ByteBufHolder in io.netty.handler.codec.http2Modifier and TypeInterfaceDescriptioninterfaceHTTP/2 DATA frame.interfaceHTTP/2 GOAWAY frame.interfaceClasses in io.netty.handler.codec.http2 that implement ByteBufHolderModifier and TypeClassDescriptionfinal classThe defaultHttp2DataFrameimplementation.final classThe defaultHttp2GoAwayFrameimplementation.final class -
Uses of ByteBufHolder in io.netty.handler.codec.http3
Subinterfaces of ByteBufHolder in io.netty.handler.codec.http3Classes in io.netty.handler.codec.http3 that implement ByteBufHolderModifier and TypeClassDescriptionfinal classfinal class -
Uses of ByteBufHolder in io.netty.handler.codec.memcache
Subinterfaces of ByteBufHolder in io.netty.handler.codec.memcacheModifier and TypeInterfaceDescriptioninterfaceCombinesMemcacheMessageandLastMemcacheContentinto one message.interfaceTheMemcacheContentwhich signals the end of the content batch.interfaceAn Memcache content chunk.Classes in io.netty.handler.codec.memcache that implement ByteBufHolderModifier and TypeClassDescriptionclassThe default implementation for theLastMemcacheContent.classThe defaultMemcacheContentimplementation. -
Uses of ByteBufHolder in io.netty.handler.codec.memcache.binary
Subinterfaces of ByteBufHolder in io.netty.handler.codec.memcache.binaryModifier and TypeInterfaceDescriptioninterfaceABinaryMemcacheRequestthat also includes the content.interfaceABinaryMemcacheResponsethat also includes the content.Classes in io.netty.handler.codec.memcache.binary that implement ByteBufHolderModifier and TypeClassDescriptionclassThe default implementation of aFullBinaryMemcacheRequest.classThe default implementation of aFullBinaryMemcacheResponse. -
Uses of ByteBufHolder in io.netty.handler.codec.mqtt
Classes in io.netty.handler.codec.mqtt that implement ByteBufHolder -
Uses of ByteBufHolder in io.netty.handler.codec.quic
Subinterfaces of ByteBufHolder in io.netty.handler.codec.quicClasses in io.netty.handler.codec.quic that implement ByteBufHolder -
Uses of ByteBufHolder in io.netty.handler.codec.redis
Subinterfaces of ByteBufHolder in io.netty.handler.codec.redisModifier and TypeInterfaceDescriptioninterfaceA chunk of bulk strings which is used for Redis chunked transfer-encoding.interfaceA last chunk of Bulk Strings.Classes in io.netty.handler.codec.redis that implement ByteBufHolderModifier and TypeClassDescriptionclassA default implementation ofBulkStringRedisContent.final classA default implementation forLastBulkStringRedisContent.classAn aggregated bulk string of RESP. -
Uses of ByteBufHolder in io.netty.handler.codec.smtp
Subinterfaces of ByteBufHolder in io.netty.handler.codec.smtpModifier and TypeInterfaceDescriptioninterfaceThe last part of a sequence ofSmtpContents that are sent after aDATArequest.interfaceContent that is sent after theDATArequest.Classes in io.netty.handler.codec.smtp that implement ByteBufHolderModifier and TypeClassDescriptionfinal classDefault implementation ofLastSmtpContentthat does no validation of the raw data passed in.classDefault implementation ofSmtpContentthat does no validation of the raw data passed in. -
Uses of ByteBufHolder in io.netty.handler.codec.spdy
Subinterfaces of ByteBufHolder in io.netty.handler.codec.spdyModifier and TypeInterfaceDescriptioninterfaceA SPDY Protocol DATA FrameinterfaceA SPDY Control frame.Classes in io.netty.handler.codec.spdy that implement ByteBufHolder -
Uses of ByteBufHolder in io.netty.handler.codec.stomp
Subinterfaces of ByteBufHolder in io.netty.handler.codec.stompModifier and TypeInterfaceDescriptioninterfaceThe lastStompContentSubframewhich signals the end of the content batchinterfaceAn STOMP chunk which is used for STOMP chunked transfer-encoding.interfaceCombinesStompHeadersSubframeandLastStompContentSubframeinto one frame.Classes in io.netty.handler.codec.stomp that implement ByteBufHolderModifier and TypeClassDescriptionclassThe default implementation for theLastStompContentSubframe.classThe defaultStompContentSubframeimplementation.classDefault implementation ofStompFrame. -
Uses of ByteBufHolder in io.netty.handler.ssl
Classes in io.netty.handler.ssl that implement ByteBufHolderModifier and TypeClassDescriptionfinal classThis is a special purpose implementation of aPrivateKeywhich allows the user to pass PEM/PKCS#8 encoded key material straight intoOpenSslContextwithout having to parse and re-encode bytes in Java land.final classThis is a special purpose implementation of aX509Certificatewhich allows the user to pass PEM/PKCS#8 encoded data straight intoOpenSslContextwithout having to parse and re-encode bytes in Java land.
SegmentedDatagramPacket.