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 TCP and UDP socket interfaces which extend the core channel API.
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.
Common superset of ascii and binary classes.
Implementations and Interfaces for the Memcache Binary protocol.
Encoder, decoder and different Message Types for MQTT.
Encoder, decoder for Redis.
SMTP codec.
Encoder, decoder, session handler and their related message types for the SPDY protocol.
STOMP codec
Logs the I/O events for debugging purpose.
-
Uses of ByteBufHolder in io.netty.buffer
Classes in io.netty.buffer that implement ByteBufHolderModifier and TypeClassDescriptionclass
Default implementation of aByteBufHolder
that 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 newByteBufHolder
which contains the specifiedcontent
.Returns a newByteBufHolder
which 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.socket
Classes in io.netty.channel.socket that implement ByteBufHolderModifier and TypeClassDescriptionclass
The message container that is used forDatagramChannel
to communicate with the remote peer. -
Uses of ByteBufHolder in io.netty.channel.unix
Classes in io.netty.channel.unix that implement ByteBufHolderModifier and TypeClassDescriptionfinal class
The message container that is used forDomainDatagramChannel
to communicate with the remote peer.class
Allows 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 TypeClassDescriptionclass
MessageAggregator<I,
S, C extends ByteBufHolder, O extends ByteBufHolder> An abstractChannelHandler
that aggregates a series of message objects into a single aggregated message.class
MessageAggregator<I,
S, C extends ByteBufHolder, O extends ByteBufHolder> An abstractChannelHandler
that aggregates a series of message objects into a single aggregated message.Fields in io.netty.handler.codec declared as ByteBufHolder -
Uses of ByteBufHolder in io.netty.handler.codec.dns
Subinterfaces of ByteBufHolder in io.netty.handler.codec.dnsModifier and TypeInterfaceDescriptioninterface
A genericDnsRecord
that contains an undecodedRDATA
.Classes in io.netty.handler.codec.dns that implement ByteBufHolderModifier and TypeClassDescriptionclass
The defaultDnsRawRecord
implementation. -
Uses of ByteBufHolder in io.netty.handler.codec.haproxy
Classes in io.netty.handler.codec.haproxy that implement ByteBufHolderModifier and TypeClassDescriptionfinal class
Represents aHAProxyTLV
of the typeHAProxyTLV.Type.PP2_TYPE_SSL
.class
A 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 TypeInterfaceDescriptioninterface
CombinesHttpMessage
andLastHttpContent
into one message.interface
Combine theHttpRequest
andFullHttpMessage
, so the request is a complete HTTP request.interface
Combination of aHttpResponse
andFullHttpMessage
.interface
An HTTP chunk which is used for HTTP chunked transfer-encoding.interface
The lastHttpContent
which has trailing headers.Classes in io.netty.handler.codec.http that implement ByteBufHolderModifier and TypeClassDescription(package private) final class
class
Default implementation ofFullHttpRequest
.class
Default implementation of aFullHttpResponse
.class
The defaultHttpContent
implementation.class
The defaultLastHttpContent
implementation.private static class
private static final class
private static final class
-
Uses of ByteBufHolder in io.netty.handler.codec.http.multipart
Subinterfaces of ByteBufHolder in io.netty.handler.codec.http.multipartModifier and TypeInterfaceDescriptioninterface
Attribute interfaceinterface
FileUpload interface that could be in memory, on temporary file or any other implementations.interface
Extended interface for InterfaceHttpDataClasses in io.netty.handler.codec.http.multipart that implement ByteBufHolderModifier and TypeClassDescriptionclass
Abstract Disk HttpData implementationclass
Abstract HttpData implementationclass
Abstract Memory HttpData implementation(package private) class
AbstractMixedHttpData<D extends HttpData>
class
Disk implementation of Attributesclass
Disk FileUpload implementation that stores file into real filesprivate static final class
class
Memory implementation of Attributesclass
Default FileUpload implementation that stores file into memory.
Warning: be aware of the memory limitation.class
Mixed implementation using both in Memory and in File with a limit of sizeclass
Mixed 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 TypeClassDescriptionclass
Web Socket frame containing binary data.class
Web Socket Frame for closing the connection.class
Web Socket continuation frame containing continuation text or binary data.class
Web Socket frame containing binary data.class
Web Socket frame containing binary data.class
Web Socket text frame.class
Base class for web socket frames. -
Uses of ByteBufHolder in io.netty.handler.codec.http2
Subinterfaces of ByteBufHolder in io.netty.handler.codec.http2Modifier and TypeInterfaceDescriptioninterface
HTTP/2 DATA frame.interface
HTTP/2 GOAWAY frame.interface
Classes in io.netty.handler.codec.http2 that implement ByteBufHolderModifier and TypeClassDescriptionfinal class
The defaultHttp2DataFrame
implementation.final class
The defaultHttp2GoAwayFrame
implementation.final class
-
Uses of ByteBufHolder in io.netty.handler.codec.memcache
Subinterfaces of ByteBufHolder in io.netty.handler.codec.memcacheModifier and TypeInterfaceDescriptioninterface
CombinesMemcacheMessage
andLastMemcacheContent
into one message.interface
TheMemcacheContent
which signals the end of the content batch.interface
An Memcache content chunk.Classes in io.netty.handler.codec.memcache that implement ByteBufHolderModifier and TypeClassDescriptionclass
The default implementation for theLastMemcacheContent
.class
The defaultMemcacheContent
implementation. -
Uses of ByteBufHolder in io.netty.handler.codec.memcache.binary
Subinterfaces of ByteBufHolder in io.netty.handler.codec.memcache.binaryModifier and TypeInterfaceDescriptioninterface
ABinaryMemcacheRequest
that also includes the content.interface
ABinaryMemcacheResponse
that also includes the content.Classes in io.netty.handler.codec.memcache.binary that implement ByteBufHolderModifier and TypeClassDescriptionclass
The default implementation of aFullBinaryMemcacheRequest
.class
The 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.redis
Subinterfaces of ByteBufHolder in io.netty.handler.codec.redisModifier and TypeInterfaceDescriptioninterface
A chunk of bulk strings which is used for Redis chunked transfer-encoding.interface
A last chunk of Bulk Strings.Classes in io.netty.handler.codec.redis that implement ByteBufHolderModifier and TypeClassDescriptionclass
A default implementation ofBulkStringRedisContent
.final class
A default implementation forLastBulkStringRedisContent
.class
An aggregated bulk string of RESP. -
Uses of ByteBufHolder in io.netty.handler.codec.smtp
Subinterfaces of ByteBufHolder in io.netty.handler.codec.smtpModifier and TypeInterfaceDescriptioninterface
The last part of a sequence ofSmtpContent
s that are sent after aDATA
request.interface
Content that is sent after theDATA
request.Classes in io.netty.handler.codec.smtp that implement ByteBufHolderModifier and TypeClassDescriptionfinal class
Default implementation ofLastSmtpContent
that does no validation of the raw data passed in.class
Default implementation ofSmtpContent
that 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.spdyClasses 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 TypeInterfaceDescriptioninterface
The lastStompContentSubframe
which signals the end of the content batchinterface
An STOMP chunk which is used for STOMP chunked transfer-encoding.interface
CombinesStompHeadersSubframe
andLastStompContentSubframe
into one frame.Classes in io.netty.handler.codec.stomp that implement ByteBufHolderModifier and TypeClassDescriptionclass
The default implementation for theLastStompContentSubframe
.class
The defaultStompContentSubframe
implementation.class
Default implementation ofStompFrame
. -
Uses of ByteBufHolder in io.netty.handler.logging
Methods in io.netty.handler.logging with parameters of type ByteBufHolderModifier and TypeMethodDescriptionprivate String
LoggingHandler.formatByteBufHolder
(ChannelHandlerContext ctx, String eventName, ByteBufHolder msg) Generates the default log message of the specified event whose argument is aByteBufHolder
. -
Uses of ByteBufHolder in io.netty.handler.ssl
Subinterfaces of ByteBufHolder in io.netty.handler.sslModifier and TypeInterfaceDescription(package private) interface
A marker interface for PEM encoded values.Classes in io.netty.handler.ssl that implement ByteBufHolderModifier and TypeClassDescriptionfinal class
This is a special purpose implementation of aPrivateKey
which allows the user to pass PEM/PKCS#8 encoded key material straight intoOpenSslContext
without having to parse and re-encode bytes in Java land.(package private) class
A PEM encoded value.final class
This is a special purpose implementation of aX509Certificate
which allows the user to pass PEM/PKCS#8 encoded data straight intoOpenSslContext
without having to parse and re-encode bytes in Java land.
SegmentedDatagramPacket
.