Uses of Interface
io.netty.util.ReferenceCounted
-
Packages that use ReferenceCounted 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 The core channel API which is asynchronous and event-driven abstraction of various transports such as a NIO Channel.io.netty.channel.epoll Optimized transport for linux which uses EPOLL Edge-Triggered Mode for maximal performance.io.netty.channel.nio NIO-based channel API implementation - recommended for a large number of connections (>= 1000).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.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 onSSLEngineio.netty.util Utility classes used across multiple packages.io.netty.util.internal Internal-use-only utilities which is not allowed to be used outside Netty. -
-
Uses of ReferenceCounted in io.netty.buffer
Subinterfaces of ReferenceCounted in io.netty.buffer Modifier and Type Interface Description interfaceByteBufHolderA packet which is send or receive.Classes in io.netty.buffer that implement ReferenceCounted Modifier and Type Class Description classAbstractByteBufA skeletal implementation of a buffer.classAbstractDerivedByteBufDeprecated.Do not use.classAbstractReferenceCountedByteBufAbstract base class forByteBufimplementations that count references.classByteBufA random and sequential accessible sequence of zero or more bytes (octets).classCompositeByteBufA virtual buffer which shows multiple buffers as a single merged buffer.classDefaultByteBufHolderDefault implementation of aByteBufHolderthat holds it's data in aByteBuf.classDuplicatedByteBufDeprecated.Do not use.classEmptyByteBufAn emptyByteBufwhose capacity and maximum capacity are all0.classReadOnlyByteBufDeprecated.Do not use.classSlicedByteBufDeprecated.Do not use.classSwappedByteBufDeprecated.use the Little Endian accessors, e.g.classUnpooledDirectByteBufA NIOByteBufferbased buffer.classUnpooledHeapByteBufBig endian Java heap buffer implementation.classUnpooledUnsafeDirectByteBufA NIOByteBufferbased buffer.classUnpooledUnsafeHeapByteBufBig endian Java heap buffer implementation.classWrappedByteBufWraps anotherByteBuf. -
Uses of ReferenceCounted in io.netty.channel
Subinterfaces of ReferenceCounted in io.netty.channel Modifier and Type Interface Description interfaceAddressedEnvelope<M,A extends java.net.SocketAddress>A message that wraps another message with a sender address and a recipient address.interfaceFileRegionA region of a file that is sent via aChannelwhich supports zero-copy file transfer.Classes in io.netty.channel that implement ReferenceCounted Modifier and Type Class Description classDefaultAddressedEnvelope<M,A extends java.net.SocketAddress>The defaultAddressedEnvelopeimplementation.classDefaultFileRegion -
Uses of ReferenceCounted in io.netty.channel.epoll
Classes in io.netty.channel.epoll that implement ReferenceCounted Modifier and Type Class Description classSegmentedDatagramPacketDeprecated. -
Uses of ReferenceCounted in io.netty.channel.nio
Methods in io.netty.channel.nio with parameters of type ReferenceCounted Modifier and Type Method Description protected ByteBufAbstractNioChannel. newDirectBuffer(ReferenceCounted holder, ByteBuf buf)Returns an off-heap copy of the specifiedByteBuf, and releases the specified holder. -
Uses of ReferenceCounted in io.netty.channel.sctp
Classes in io.netty.channel.sctp that implement ReferenceCounted Modifier and Type Class Description classSctpMessageRepresentation of SCTP Data Chunk -
Uses of ReferenceCounted in io.netty.channel.socket
Classes in io.netty.channel.socket that implement ReferenceCounted Modifier and Type Class Description classDatagramPacketThe message container that is used forDatagramChannelto communicate with the remote peer. -
Uses of ReferenceCounted in io.netty.channel.udt
Classes in io.netty.channel.udt that implement ReferenceCounted Modifier and Type Class Description classUdtMessageDeprecated.The UDT transport is no longer maintained and will be removed. -
Uses of ReferenceCounted in io.netty.channel.unix
Classes in io.netty.channel.unix that implement ReferenceCounted 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 ReferenceCounted in io.netty.handler.codec.dns
Subinterfaces of ReferenceCounted in io.netty.handler.codec.dns Modifier and Type Interface Description interfaceDnsMessageThe superclass which contains core information concerning aDnsQueryand aDnsResponse.interfaceDnsQueryA DNS query message.interfaceDnsRawRecordA genericDnsRecordthat contains an undecodedRDATA.interfaceDnsResponseA DNS response message.Classes in io.netty.handler.codec.dns that implement ReferenceCounted Modifier and Type Class Description classAbstractDnsMessageA skeletal implementation ofDnsMessage.classDatagramDnsQueryADnsQueryimplementation for UDP/IP.classDatagramDnsResponseADnsResponseimplementation for UDP/IP.classDefaultDnsQueryThe defaultDnsQueryimplementation.classDefaultDnsRawRecordThe defaultDnsRawRecordimplementation.classDefaultDnsResponseThe defaultDnsResponseimplementation. -
Uses of ReferenceCounted in io.netty.handler.codec.haproxy
Classes in io.netty.handler.codec.haproxy that implement ReferenceCounted Modifier and Type Class Description classHAProxyMessageMessage container for decoded HAProxy proxy protocol parametersclassHAProxySSLTLVRepresents 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 ReferenceCounted in io.netty.handler.codec.http
Subinterfaces of ReferenceCounted 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 ReferenceCounted Modifier and Type Class Description classDefaultFullHttpRequestDefault implementation ofFullHttpRequest.classDefaultFullHttpResponseDefault implementation of aFullHttpResponse.classDefaultHttpContentThe defaultHttpContentimplementation.classDefaultLastHttpContentThe defaultLastHttpContentimplementation.static classHttpServerUpgradeHandler.UpgradeEventUser event that is fired to notify about the completion of an HTTP upgrade to another protocol. -
Uses of ReferenceCounted in io.netty.handler.codec.http.multipart
Subinterfaces of ReferenceCounted 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 InterfaceHttpDatainterfaceInterfaceHttpDataInterface for all Objects that could be encoded/decoded using HttpPostRequestEncoder/DecoderClasses in io.netty.handler.codec.http.multipart that implement ReferenceCounted 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 ReferenceCounted in io.netty.handler.codec.http.websocketx
Classes in io.netty.handler.codec.http.websocketx that implement ReferenceCounted 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 ReferenceCounted in io.netty.handler.codec.http2
Subinterfaces of ReferenceCounted 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 ReferenceCounted Modifier and Type Class Description classDefaultHttp2DataFrameThe defaultHttp2DataFrameimplementation.classDefaultHttp2GoAwayFrameThe defaultHttp2GoAwayFrameimplementation.classDefaultHttp2UnknownFrame -
Uses of ReferenceCounted in io.netty.handler.codec.http3
Subinterfaces of ReferenceCounted in io.netty.handler.codec.http3 Modifier and Type Interface Description interfaceHttp3DataFrameSee DATA.interfaceHttp3UnknownFrameClasses in io.netty.handler.codec.http3 that implement ReferenceCounted Modifier and Type Class Description classDefaultHttp3DataFrameclassDefaultHttp3UnknownFrame -
Uses of ReferenceCounted in io.netty.handler.codec.memcache
Subinterfaces of ReferenceCounted 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.interfaceMemcacheMessageMarker interface for both ascii and binary messages.Classes in io.netty.handler.codec.memcache that implement ReferenceCounted Modifier and Type Class Description classAbstractMemcacheObjectThe defaultMemcacheObjectimplementation.classDefaultLastMemcacheContentThe default implementation for theLastMemcacheContent.classDefaultMemcacheContentThe defaultMemcacheContentimplementation. -
Uses of ReferenceCounted in io.netty.handler.codec.memcache.binary
Subinterfaces of ReferenceCounted in io.netty.handler.codec.memcache.binary Modifier and Type Interface Description interfaceBinaryMemcacheMessageAn interface that defines a binary Memcache message, providing common properties forBinaryMemcacheRequestandBinaryMemcacheResponse.interfaceBinaryMemcacheRequestRepresents a fullBinaryMemcacheRequest, which contains the header and optional key and extras.interfaceBinaryMemcacheResponseRepresents a fullBinaryMemcacheResponse, which contains the header and optional key and extras.interfaceFullBinaryMemcacheRequestABinaryMemcacheRequestthat also includes the content.interfaceFullBinaryMemcacheResponseABinaryMemcacheResponsethat also includes the content.Classes in io.netty.handler.codec.memcache.binary that implement ReferenceCounted Modifier and Type Class Description classAbstractBinaryMemcacheMessageDefault implementation of aBinaryMemcacheMessage.classDefaultBinaryMemcacheRequestThe default implementation of theBinaryMemcacheRequest.classDefaultBinaryMemcacheResponseThe default implementation of theBinaryMemcacheResponse.classDefaultFullBinaryMemcacheRequestThe default implementation of aFullBinaryMemcacheRequest.classDefaultFullBinaryMemcacheResponseThe default implementation of aFullBinaryMemcacheResponse. -
Uses of ReferenceCounted in io.netty.handler.codec.mqtt
Classes in io.netty.handler.codec.mqtt that implement ReferenceCounted Modifier and Type Class Description classMqttPublishMessageSee MQTTV3.1/publish -
Uses of ReferenceCounted in io.netty.handler.codec.quic
Subinterfaces of ReferenceCounted in io.netty.handler.codec.quic Modifier and Type Interface Description interfaceQuicStreamFrameA QUIC STREAM_FRAME.Classes in io.netty.handler.codec.quic that implement ReferenceCounted Modifier and Type Class Description classDefaultQuicStreamFrame -
Uses of ReferenceCounted in io.netty.handler.codec.redis
Subinterfaces of ReferenceCounted 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 ReferenceCounted Modifier and Type Class Description classArrayRedisMessageArrays of RESP.classDefaultBulkStringRedisContentA default implementation ofBulkStringRedisContent.classDefaultLastBulkStringRedisContentA default implementation forLastBulkStringRedisContent.classFullBulkStringRedisMessageAn aggregated bulk string of RESP. -
Uses of ReferenceCounted in io.netty.handler.codec.smtp
Subinterfaces of ReferenceCounted 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 ReferenceCounted 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 ReferenceCounted in io.netty.handler.codec.spdy
Subinterfaces of ReferenceCounted 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 ReferenceCounted Modifier and Type Class Description classDefaultSpdyDataFrameThe defaultSpdyDataFrameimplementation.classDefaultSpdyUnknownFrame -
Uses of ReferenceCounted in io.netty.handler.codec.stomp
Subinterfaces of ReferenceCounted 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 ReferenceCounted Modifier and Type Class Description classDefaultLastStompContentSubframeThe default implementation for theLastStompContentSubframe.classDefaultStompContentSubframeThe defaultStompContentSubframeimplementation.classDefaultStompFrameDefault implementation ofStompFrame. -
Uses of ReferenceCounted in io.netty.handler.ssl
Classes in io.netty.handler.ssl that implement ReferenceCounted Modifier and Type Class Description classOpenSslClientContextA client-sideSslContextwhich uses OpenSSL's SSL/TLS implementation.classOpenSslContextThis class will use a finalizer to ensure native resources are automatically cleaned up.classOpenSslEngineImplements aSSLEngineusing OpenSSL BIO abstractions.classOpenSslServerContextA server-sideSslContextwhich uses OpenSSL's SSL/TLS implementation.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.classReferenceCountedOpenSslClientContextA client-sideSslContextwhich uses OpenSSL's SSL/TLS implementation.classReferenceCountedOpenSslContextAn implementation ofSslContextwhich works with libraries that support the OpenSsl C library API.classReferenceCountedOpenSslEngineImplements aSSLEngineusing OpenSSL BIO abstractions.classReferenceCountedOpenSslServerContextA server-sideSslContextwhich uses OpenSSL's SSL/TLS implementation.Methods in io.netty.handler.ssl that return ReferenceCounted Modifier and Type Method Description ReferenceCountedReferenceCountedOpenSslContext. retain()ReferenceCountedReferenceCountedOpenSslContext. retain(int increment)ReferenceCountedReferenceCountedOpenSslEngine. retain()ReferenceCountedReferenceCountedOpenSslEngine. retain(int increment)ReferenceCountedReferenceCountedOpenSslContext. touch()ReferenceCountedReferenceCountedOpenSslContext. touch(java.lang.Object hint)ReferenceCountedReferenceCountedOpenSslEngine. touch()ReferenceCountedReferenceCountedOpenSslEngine. touch(java.lang.Object hint) -
Uses of ReferenceCounted in io.netty.util
Classes in io.netty.util that implement ReferenceCounted Modifier and Type Class Description classAbstractReferenceCountedAbstract base class for classes wants to implementReferenceCounted.Methods in io.netty.util that return ReferenceCounted Modifier and Type Method Description ReferenceCountedAbstractReferenceCounted. retain()ReferenceCountedAbstractReferenceCounted. retain(int increment)ReferenceCountedReferenceCounted. retain()Increases the reference count by1.ReferenceCountedReferenceCounted. retain(int increment)Increases the reference count by the specifiedincrement.ReferenceCountedAbstractReferenceCounted. touch()ReferenceCountedReferenceCounted. touch()Records the current access location of this object for debugging purposes.ReferenceCountedReferenceCounted. touch(java.lang.Object hint)Records the current access location of this object with an additional arbitrary information for debugging purposes. -
Uses of ReferenceCounted in io.netty.util.internal
Classes in io.netty.util.internal with type parameters of type ReferenceCounted Modifier and Type Class Description classAtomicReferenceCountUpdater<T extends ReferenceCounted>classReferenceCountUpdater<T extends ReferenceCounted>Common logic forReferenceCountedimplementationsclassUnsafeReferenceCountUpdater<T extends ReferenceCounted>classVarHandleReferenceCountUpdater<T extends ReferenceCounted>Methods in io.netty.util.internal with type parameters of type ReferenceCounted Modifier and Type Method Description static <T extends ReferenceCounted>
ReferenceCountUpdater.UpdaterTypeReferenceCountUpdater. updaterTypeOf(java.lang.Class<T> clz, java.lang.String fieldName)Method parameters in io.netty.util.internal with type arguments of type ReferenceCounted Modifier and Type Method Description static longReferenceCountUpdater. getUnsafeOffset(java.lang.Class<? extends ReferenceCounted> clz, java.lang.String fieldName)
-