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.socket Abstract TCP and UDP socket interfaces which extend the core channel API.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.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.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.logging Logs the I/O events for debugging purpose.io.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.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.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.Fields in io.netty.handler.codec declared as ByteBufHolder Modifier and Type Field Description private OMessageAggregator. currentMessage -
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 (package private) classComposedLastHttpContentclassDefaultFullHttpRequestDefault implementation ofFullHttpRequest.classDefaultFullHttpResponseDefault implementation of aFullHttpResponse.classDefaultHttpContentThe defaultHttpContentimplementation.classDefaultLastHttpContentThe defaultLastHttpContentimplementation.private static classHttpObjectAggregator.AggregatedFullHttpMessageprivate static classHttpObjectAggregator.AggregatedFullHttpRequestprivate static classHttpObjectAggregator.AggregatedFullHttpResponse -
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 filesprivate static classHttpPostRequestEncoder.WrappedFullHttpRequestclassMemoryAttributeMemory 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.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.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 FrameClasses in io.netty.handler.codec.spdy that implement ByteBufHolder Modifier and Type Class Description classDefaultSpdyDataFrameThe defaultSpdyDataFrameimplementation. -
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.logging
Methods in io.netty.handler.logging with parameters of type ByteBufHolder Modifier and Type Method Description private java.lang.StringLoggingHandler. formatByteBufHolder(ChannelHandlerContext ctx, java.lang.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.ssl Modifier and Type Interface Description (package private) interfacePemEncodedA marker interface for PEM encoded values.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.(package private) classPemValueA PEM encoded value.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.
-