Uses of Interface
io.netty.buffer.ByteBufHolder
-
Packages that use ByteBufHolder Package Description io.netty.buffer Abstraction of a byte buffer - the fundamental data structure to represent a low-level binary and text message.io.netty.channel.epoll Optimized transport for linux which uses EPOLL Edge-Triggered Mode for maximal performance.io.netty.channel.sctp Abstract SCTP socket interfaces which extend the core channel API.io.netty.channel.socket Abstract TCP and UDP socket interfaces which extend the core channel API.io.netty.channel.udt UDT Transport.io.netty.channel.unix Unix specific transport.io.netty.handler.codec 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.io.netty.handler.codec.dns DNS codec.io.netty.handler.codec.haproxy Decodes an HAProxy proxy protocol headerio.netty.handler.codec.http Encoder, decoder and their related message types for HTTP.io.netty.handler.codec.http.multipart HTTP multipart support.io.netty.handler.codec.http.websocketx Encoder, decoder, handshakers and their related message types for Web Socket data frames.io.netty.handler.codec.http2 Handlers for sending and receiving HTTP/2 frames.io.netty.handler.codec.http3 HTTP/3 implementation.io.netty.handler.codec.memcache Common superset of ascii and binary classes.io.netty.handler.codec.memcache.binary Implementations and Interfaces for the Memcache Binary protocol.io.netty.handler.codec.mqtt Encoder, decoder and different Message Types for MQTT.io.netty.handler.codec.quic QUIC implementationio.netty.handler.codec.redis Encoder, decoder for Redis.io.netty.handler.codec.smtp SMTP codec.io.netty.handler.codec.spdy Encoder, decoder, session handler and their related message types for the SPDY protocol.io.netty.handler.codec.stomp STOMP codecio.netty.handler.ssl SSL · TLS implementation based onSSLEngine -
-
Uses of ByteBufHolder in io.netty.buffer
Classes in io.netty.buffer that implement ByteBufHolder Modifier and Type Class Description classDefaultByteBufHolderDefault implementation of aByteBufHolderthat holds it's data in aByteBuf.Methods in io.netty.buffer that return ByteBufHolder Modifier and Type Method Description ByteBufHolderByteBufHolder. copy()Creates a deep copy of thisByteBufHolder.ByteBufHolderDefaultByteBufHolder. copy()Creates a deep copy of thisByteBufHolder.ByteBufHolderByteBufHolder. duplicate()Duplicates thisByteBufHolder.ByteBufHolderDefaultByteBufHolder. duplicate()Duplicates thisByteBufHolder.ByteBufHolderByteBufHolder. replace(ByteBuf content)Returns a newByteBufHolderwhich contains the specifiedcontent.ByteBufHolderDefaultByteBufHolder. replace(ByteBuf content)Returns a newByteBufHolderwhich contains the specifiedcontent.ByteBufHolderByteBufHolder. retain()ByteBufHolderByteBufHolder. retain(int increment)ByteBufHolderDefaultByteBufHolder. retain()ByteBufHolderDefaultByteBufHolder. retain(int increment)ByteBufHolderByteBufHolder. retainedDuplicate()Duplicates thisByteBufHolder.ByteBufHolderDefaultByteBufHolder. retainedDuplicate()Duplicates thisByteBufHolder.ByteBufHolderByteBufHolder. touch()ByteBufHolderByteBufHolder. touch(java.lang.Object hint)ByteBufHolderDefaultByteBufHolder. touch()ByteBufHolderDefaultByteBufHolder. touch(java.lang.Object hint) -
Uses of ByteBufHolder in io.netty.channel.epoll
Classes in io.netty.channel.epoll that implement ByteBufHolder Modifier and Type Class Description classSegmentedDatagramPacketDeprecated. -
Uses of ByteBufHolder in io.netty.channel.sctp
Classes in io.netty.channel.sctp that implement ByteBufHolder Modifier and Type Class Description classSctpMessageRepresentation of SCTP Data Chunk -
Uses of ByteBufHolder in io.netty.channel.socket
Classes in io.netty.channel.socket that implement ByteBufHolder Modifier and Type Class Description classDatagramPacketThe 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 ByteBufHolder Modifier and Type Class Description classUdtMessageDeprecated.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 ByteBufHolder Modifier and Type Class Description classDomainDatagramPacketThe message container that is used forDomainDatagramChannelto communicate with the remote peer.classSegmentedDatagramPacketAllows 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 ByteBufHolder Modifier and Type Class Description classMessageAggregator<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.dns Modifier and Type Interface Description interfaceDnsRawRecordA genericDnsRecordthat contains an undecodedRDATA.Classes in io.netty.handler.codec.dns that implement ByteBufHolder Modifier and Type Class Description classDefaultDnsRawRecordThe defaultDnsRawRecordimplementation. -
Uses of ByteBufHolder in io.netty.handler.codec.haproxy
Classes in io.netty.handler.codec.haproxy that implement ByteBufHolder Modifier and Type Class Description classHAProxySSLTLVRepresents aHAProxyTLVof the typeHAProxyTLV.Type.PP2_TYPE_SSL.classHAProxyTLVA 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.http Modifier and Type Interface Description interfaceFullHttpMessageCombinesHttpMessageandLastHttpContentinto one message.interfaceFullHttpRequestCombine theHttpRequestandFullHttpMessage, so the request is a complete HTTP request.interfaceFullHttpResponseCombination of aHttpResponseandFullHttpMessage.interfaceHttpContentAn HTTP chunk which is used for HTTP chunked transfer-encoding.interfaceLastHttpContentThe lastHttpContentwhich has trailing headers.Classes in io.netty.handler.codec.http that implement ByteBufHolder Modifier and Type Class Description classDefaultFullHttpRequestDefault implementation ofFullHttpRequest.classDefaultFullHttpResponseDefault implementation of aFullHttpResponse.classDefaultHttpContentThe defaultHttpContentimplementation.classDefaultLastHttpContentThe defaultLastHttpContentimplementation. -
Uses of ByteBufHolder in io.netty.handler.codec.http.multipart
Subinterfaces of ByteBufHolder in io.netty.handler.codec.http.multipart Modifier and Type Interface Description interfaceAttributeAttribute interfaceinterfaceFileUploadFileUpload interface that could be in memory, on temporary file or any other implementations.interfaceHttpDataExtended interface for InterfaceHttpDataClasses in io.netty.handler.codec.http.multipart that implement ByteBufHolder Modifier and Type Class Description classAbstractDiskHttpDataAbstract Disk HttpData implementationclassAbstractHttpDataAbstract HttpData implementationclassAbstractMemoryHttpDataAbstract Memory HttpData implementationclassDiskAttributeDisk implementation of AttributesclassDiskFileUploadDisk FileUpload implementation that stores file into real filesclassMemoryAttributeMemory implementation of AttributesclassMemoryFileUploadDefault FileUpload implementation that stores file into memory.
Warning: be aware of the memory limitation.classMixedAttributeMixed implementation using both in Memory and in File with a limit of sizeclassMixedFileUploadMixed 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 ByteBufHolder Modifier and Type Class Description classBinaryWebSocketFrameWeb Socket frame containing binary data.classCloseWebSocketFrameWeb Socket Frame for closing the connection.classContinuationWebSocketFrameWeb Socket continuation frame containing continuation text or binary data.classPingWebSocketFrameWeb Socket frame containing binary data.classPongWebSocketFrameWeb Socket frame containing binary data.classTextWebSocketFrameWeb Socket text frame.classWebSocketFrameBase class for web socket frames. -
Uses of ByteBufHolder in io.netty.handler.codec.http2
Subinterfaces of ByteBufHolder in io.netty.handler.codec.http2 Modifier and Type Interface Description interfaceHttp2DataFrameHTTP/2 DATA frame.interfaceHttp2GoAwayFrameHTTP/2 GOAWAY frame.interfaceHttp2UnknownFrameClasses in io.netty.handler.codec.http2 that implement ByteBufHolder Modifier and Type Class Description classDefaultHttp2DataFrameThe defaultHttp2DataFrameimplementation.classDefaultHttp2GoAwayFrameThe defaultHttp2GoAwayFrameimplementation.classDefaultHttp2UnknownFrame -
Uses of ByteBufHolder in io.netty.handler.codec.http3
Subinterfaces of ByteBufHolder in io.netty.handler.codec.http3 Modifier and Type Interface Description interfaceHttp3DataFrameSee DATA.interfaceHttp3UnknownFrameClasses in io.netty.handler.codec.http3 that implement ByteBufHolder Modifier and Type Class Description classDefaultHttp3DataFrameclassDefaultHttp3UnknownFrame -
Uses of ByteBufHolder in io.netty.handler.codec.memcache
Subinterfaces of ByteBufHolder in io.netty.handler.codec.memcache Modifier and Type Interface Description interfaceFullMemcacheMessageCombinesMemcacheMessageandLastMemcacheContentinto one message.interfaceLastMemcacheContentTheMemcacheContentwhich signals the end of the content batch.interfaceMemcacheContentAn Memcache content chunk.Classes in io.netty.handler.codec.memcache that implement ByteBufHolder Modifier and Type Class Description classDefaultLastMemcacheContentThe default implementation for theLastMemcacheContent.classDefaultMemcacheContentThe defaultMemcacheContentimplementation. -
Uses of ByteBufHolder in io.netty.handler.codec.memcache.binary
Subinterfaces of ByteBufHolder in io.netty.handler.codec.memcache.binary Modifier and Type Interface Description interfaceFullBinaryMemcacheRequestABinaryMemcacheRequestthat also includes the content.interfaceFullBinaryMemcacheResponseABinaryMemcacheResponsethat also includes the content.Classes in io.netty.handler.codec.memcache.binary that implement ByteBufHolder Modifier and Type Class Description classDefaultFullBinaryMemcacheRequestThe default implementation of aFullBinaryMemcacheRequest.classDefaultFullBinaryMemcacheResponseThe default implementation of aFullBinaryMemcacheResponse. -
Uses of ByteBufHolder in io.netty.handler.codec.mqtt
Classes in io.netty.handler.codec.mqtt that implement ByteBufHolder Modifier and Type Class Description classMqttPublishMessageSee MQTTV3.1/publish -
Uses of ByteBufHolder in io.netty.handler.codec.quic
Subinterfaces of ByteBufHolder in io.netty.handler.codec.quic Modifier and Type Interface Description interfaceQuicStreamFrameA QUIC STREAM_FRAME.Classes in io.netty.handler.codec.quic that implement ByteBufHolder Modifier and Type Class Description classDefaultQuicStreamFrame -
Uses of ByteBufHolder in io.netty.handler.codec.redis
Subinterfaces of ByteBufHolder in io.netty.handler.codec.redis Modifier and Type Interface Description interfaceBulkStringRedisContentA chunk of bulk strings which is used for Redis chunked transfer-encoding.interfaceLastBulkStringRedisContentA last chunk of Bulk Strings.Classes in io.netty.handler.codec.redis that implement ByteBufHolder Modifier and Type Class Description classDefaultBulkStringRedisContentA default implementation ofBulkStringRedisContent.classDefaultLastBulkStringRedisContentA default implementation forLastBulkStringRedisContent.classFullBulkStringRedisMessageAn aggregated bulk string of RESP. -
Uses of ByteBufHolder in io.netty.handler.codec.smtp
Subinterfaces of ByteBufHolder in io.netty.handler.codec.smtp Modifier and Type Interface Description interfaceLastSmtpContentThe last part of a sequence ofSmtpContents that are sent after aDATArequest.interfaceSmtpContentContent that is sent after theDATArequest.Classes in io.netty.handler.codec.smtp that implement ByteBufHolder Modifier and Type Class Description classDefaultLastSmtpContentDefault implementation ofLastSmtpContentthat does no validation of the raw data passed in.classDefaultSmtpContentDefault 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.spdy Modifier and Type Interface Description interfaceSpdyDataFrameA SPDY Protocol DATA FrameinterfaceSpdyUnknownFrameA SPDY Control frame.Classes in io.netty.handler.codec.spdy that implement ByteBufHolder Modifier and Type Class Description classDefaultSpdyDataFrameThe defaultSpdyDataFrameimplementation.classDefaultSpdyUnknownFrame -
Uses of ByteBufHolder in io.netty.handler.codec.stomp
Subinterfaces of ByteBufHolder in io.netty.handler.codec.stomp Modifier and Type Interface Description interfaceLastStompContentSubframeThe lastStompContentSubframewhich signals the end of the content batchinterfaceStompContentSubframeAn STOMP chunk which is used for STOMP chunked transfer-encoding.interfaceStompFrameCombinesStompHeadersSubframeandLastStompContentSubframeinto one frame.Classes in io.netty.handler.codec.stomp that implement ByteBufHolder Modifier and Type Class Description classDefaultLastStompContentSubframeThe default implementation for theLastStompContentSubframe.classDefaultStompContentSubframeThe defaultStompContentSubframeimplementation.classDefaultStompFrameDefault implementation ofStompFrame. -
Uses of ByteBufHolder in io.netty.handler.ssl
Classes in io.netty.handler.ssl that implement ByteBufHolder Modifier and Type Class Description classPemPrivateKeyThis 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.classPemX509CertificateThis 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.
-