程序包 | 说明 |
---|---|
io.netty.buffer |
Benchmarks for
io.netty.buffer . |
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.kqueue |
BSD specific transport.
|
io.netty.channel.nio |
NIO-based channel
API implementation - recommended for a large number of connections (>= 1000).
|
io.netty.channel.oio |
Old blocking I/O based channel API implementation - recommended for
a small number of connections (< 1000).
|
io.netty.channel.rxtx |
A serial and parallel port communication transport based on RXTX.
|
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.socket.nio |
NIO-based socket channel
API implementation - recommended for a large number of connections (>= 1000).
|
io.netty.channel.socket.oio |
Old blocking I/O based socket channel API implementation - recommended for
a small number of connections (< 1000).
|
io.netty.channel.udt |
UDT Transport.
|
io.netty.channel.udt.nio |
UDT Transport for NIO Channels.
|
io.netty.channel.unix |
Unix specific transport.
|
io.netty.example.factorial | |
io.netty.example.http.websocketx.benchmarkserver |
This package contains a benchmark application for websockets.
|
io.netty.example.http.websocketx.server |
This package contains an example web socket web server.
|
io.netty.example.http2 | |
io.netty.example.http2.helloworld.server | |
io.netty.example.http2.tiles | |
io.netty.example.portunification | |
io.netty.example.stomp.websocket | |
io.netty.example.udt.echo.bytes |
Examples show how to use UDT Byte Streams.
|
io.netty.example.udt.echo.rendezvousBytes |
Examples show how to use UDT Byte Streams Rendezvous.
|
io.netty.handler.codec |
Benchmarks for
io.netty.handler.codec . |
io.netty.handler.codec.base64 | |
io.netty.handler.codec.bytes |
Encoder and decoder which transform an array of bytes into a
ByteBuf and vice versa. |
io.netty.handler.codec.compression | |
io.netty.handler.codec.dns |
DNS codec.
|
io.netty.handler.codec.haproxy |
Decodes an HAProxy proxy protocol header
|
io.netty.handler.codec.http |
Benchmarks for
io.netty.handler.codec.http . |
io.netty.handler.codec.http.multipart |
Benchmarks for
io.netty.handler.codec.http.multipart . |
io.netty.handler.codec.http.websocketx |
Encoder, decoder, handshakers and their related message types for
Web Socket data frames.
|
io.netty.handler.codec.http2 |
Benchmarks for
io.netty.handler.codec.http2 . |
io.netty.handler.codec.json |
JSON specific codecs.
|
io.netty.handler.codec.marshalling |
Decoder and Encoder which uses JBoss Marshalling.
|
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 |
Benchmarks for
io.netty.handler.codec.mqtt . |
io.netty.handler.codec.protobuf |
Encoder and decoder which transform a
Google Protocol Buffers
com.google.protobuf.Message and com.google.protobuf.nano.MessageNano into a
ByteBuf and vice versa. |
io.netty.handler.codec.redis |
Encoder, decoder for Redis.
|
io.netty.handler.codec.rtsp |
An RTSP
extension based on the HTTP codec.
|
io.netty.handler.codec.sctp |
Decoder and encoders to manage message completion and multi-streaming codec in SCTP/IP.
|
io.netty.handler.codec.serialization |
Encoder, decoder and their compatibility stream implementations which
transform a
Serializable object into a byte buffer and
vice versa. |
io.netty.handler.codec.smtp |
SMTP codec.
|
io.netty.handler.codec.socks |
Encoder, decoder and their related message types for Socks.
|
io.netty.handler.codec.socksx |
Encoder, decoder and their related message types for SOCKS protocol.
|
io.netty.handler.codec.socksx.v4 |
Encoder, decoder and their related message types for SOCKSv4 protocol.
|
io.netty.handler.codec.socksx.v5 |
Encoder, decoder and their related message types for SOCKSv5 protocol.
|
io.netty.handler.codec.spdy |
Encoder, decoder, session handler and their related message types for the SPDY protocol.
|
io.netty.handler.codec.stomp |
STOMP codec
|
io.netty.handler.codec.string |
Encoder and decoder which transform a
String into a
ByteBuf and vice versa. |
io.netty.handler.codec.xml |
XML codec provides asynchronous and non-blocking XML parser based on the
Aalto XML parser.
|
io.netty.handler.ssl |
SSL ·
TLS implementation based on
SSLEngine |
io.netty.handler.stream |
Writes very large data stream asynchronously neither spending a lot of
memory nor getting
OutOfMemoryError . |
io.netty.testsuite.transport |
Common test suite classes.
|
io.netty.testsuite.transport.sctp |
Test suite classes for sctp transport
|
io.netty.testsuite.transport.socket |
Test suite classes for socket
|
类和说明 |
---|
AbstractByteBuf
A skeletal implementation of a buffer.
|
AbstractByteBufAllocator
Skeletal
ByteBufAllocator implementation to extend. |
AbstractByteBufGetCharSequenceBenchmark.ByteBufType |
AbstractByteBufNoCleanerBenchmark.ByteBufType |
AbstractDerivedByteBuf
已过时。
Do not use.
|
AbstractReferenceCountedByteBuf
Abstract base class for
ByteBuf implementations that count references. |
ByteBuf
A random and sequential accessible sequence of zero or more bytes (octets).
|
ByteBufAccessBenchmark.ByteBufType |
ByteBufAllocator
Implementations are responsible to allocate buffers.
|
ByteBufAllocatorMetric |
ByteBufAllocatorMetricProvider |
ByteBufConvertible
An interface that can be implemented by any object that know how to turn itself into a
ByteBuf . |
ByteBufHolder
A packet which is send or receive.
|
ByteBufProcessor
已过时。
Use
ByteProcessor . |
ByteBufUtilDecodeStringBenchmark.ByteBufType |
CompositeByteBuf
A virtual buffer which shows multiple buffers as a single merged buffer.
|
CompositeByteBufRandomAccessBenchmark.ByteBufType |
CompositeByteBufSequentialBenchmark.ByteBufType |
CompositeByteBufWriteOutBenchmark.ByteBufType |
PoolArenaMetric
Expose metrics for an arena.
|
PoolChunkListMetric
Metrics for a list of chunks.
|
PooledByteBufAllocator |
PooledByteBufAllocatorMetric
Exposed metric for
PooledByteBufAllocator . |
PoolSubpageMetric
Metrics for a sub-page.
|
SizeClassesMetric
Expose metrics for an SizeClasses.
|
SwappedByteBuf
已过时。
use the Little Endian accessors, e.g.
getShortLE , getIntLE
instead. |
UnpooledByteBufAllocator
Simplistic
ByteBufAllocator implementation that does not pool anything. |
UnpooledDirectByteBuf
A NIO
ByteBuffer based buffer. |
UnpooledHeapByteBuf
Big endian Java heap buffer implementation.
|
类和说明 |
---|
ByteBuf
A random and sequential accessible sequence of zero or more bytes (octets).
|
ByteBufAllocator
Implementations are responsible to allocate buffers.
|
CompositeByteBuf
A virtual buffer which shows multiple buffers as a single merged buffer.
|
类和说明 |
---|
ByteBufAllocator
Implementations are responsible to allocate buffers.
|
类和说明 |
---|
ByteBufAllocator
Implementations are responsible to allocate buffers.
|
类和说明 |
---|
ByteBuf
A random and sequential accessible sequence of zero or more bytes (octets).
|
类和说明 |
---|
ByteBuf
A random and sequential accessible sequence of zero or more bytes (octets).
|
类和说明 |
---|
ByteBufAllocator
Implementations are responsible to allocate buffers.
|
类和说明 |
---|
ByteBuf
A random and sequential accessible sequence of zero or more bytes (octets).
|
ByteBufAllocator
Implementations are responsible to allocate buffers.
|
ByteBufHolder
A packet which is send or receive.
|
DefaultByteBufHolder
Default implementation of a
ByteBufHolder that holds it's data in a ByteBuf . |
类和说明 |
---|
ByteBuf
A random and sequential accessible sequence of zero or more bytes (octets).
|
ByteBufAllocator
Implementations are responsible to allocate buffers.
|
ByteBufHolder
A packet which is send or receive.
|
类和说明 |
---|
ByteBuf
A random and sequential accessible sequence of zero or more bytes (octets).
|
类和说明 |
---|
ByteBuf
A random and sequential accessible sequence of zero or more bytes (octets).
|
ByteBufAllocator
Implementations are responsible to allocate buffers.
|
类和说明 |
---|
ByteBuf
A random and sequential accessible sequence of zero or more bytes (octets).
|
ByteBufAllocator
Implementations are responsible to allocate buffers.
|
ByteBufHolder
A packet which is send or receive.
|
DefaultByteBufHolder
Default implementation of a
ByteBufHolder that holds it's data in a ByteBuf . |
类和说明 |
---|
ByteBuf
A random and sequential accessible sequence of zero or more bytes (octets).
|
类和说明 |
---|
ByteBuf
A random and sequential accessible sequence of zero or more bytes (octets).
|
ByteBufAllocator
Implementations are responsible to allocate buffers.
|
ByteBufHolder
A packet which is send or receive.
|
CompositeByteBuf
A virtual buffer which shows multiple buffers as a single merged buffer.
|
类和说明 |
---|
ByteBuf
A random and sequential accessible sequence of zero or more bytes (octets).
|
类和说明 |
---|
ByteBuf
A random and sequential accessible sequence of zero or more bytes (octets).
|
类和说明 |
---|
ByteBuf
A random and sequential accessible sequence of zero or more bytes (octets).
|
类和说明 |
---|
ByteBuf
A random and sequential accessible sequence of zero or more bytes (octets).
|
类和说明 |
---|
ByteBuf
A random and sequential accessible sequence of zero or more bytes (octets).
|
类和说明 |
---|
ByteBuf
A random and sequential accessible sequence of zero or more bytes (octets).
|
类和说明 |
---|
ByteBuf
A random and sequential accessible sequence of zero or more bytes (octets).
|
类和说明 |
---|
ByteBuf
A random and sequential accessible sequence of zero or more bytes (octets).
|
类和说明 |
---|
ByteBuf
A random and sequential accessible sequence of zero or more bytes (octets).
|
类和说明 |
---|
ByteBuf
A random and sequential accessible sequence of zero or more bytes (octets).
|
类和说明 |
---|
ByteBuf
A random and sequential accessible sequence of zero or more bytes (octets).
|
ByteBufAllocator
Implementations are responsible to allocate buffers.
|
ByteBufHolder
A packet which is send or receive.
|
类和说明 |
---|
ByteBuf
A random and sequential accessible sequence of zero or more bytes (octets).
|
ByteBufAllocator
Implementations are responsible to allocate buffers.
|
类和说明 |
---|
ByteBuf
A random and sequential accessible sequence of zero or more bytes (octets).
|
类和说明 |
---|
ByteBuf
A random and sequential accessible sequence of zero or more bytes (octets).
|
类和说明 |
---|
ByteBuf
A random and sequential accessible sequence of zero or more bytes (octets).
|
ByteBufHolder
A packet which is send or receive.
|
类和说明 |
---|
ByteBuf
A random and sequential accessible sequence of zero or more bytes (octets).
|
ByteBufHolder
A packet which is send or receive.
|
DefaultByteBufHolder
Default implementation of a
ByteBufHolder that holds it's data in a ByteBuf . |
类和说明 |
---|
ByteBuf
A random and sequential accessible sequence of zero or more bytes (octets).
|
ByteBufAllocator
Implementations are responsible to allocate buffers.
|
ByteBufHolder
A packet which is send or receive.
|
类和说明 |
---|
ByteBuf
A random and sequential accessible sequence of zero or more bytes (octets).
|
ByteBufAllocator
Implementations are responsible to allocate buffers.
|
ByteBufHolder
A packet which is send or receive.
|
类和说明 |
---|
ByteBuf
A random and sequential accessible sequence of zero or more bytes (octets).
|
ByteBufAllocator
Implementations are responsible to allocate buffers.
|
ByteBufHolder
A packet which is send or receive.
|
DefaultByteBufHolder
Default implementation of a
ByteBufHolder that holds it's data in a ByteBuf . |
类和说明 |
---|
ByteBuf
A random and sequential accessible sequence of zero or more bytes (octets).
|
ByteBufAllocator
Implementations are responsible to allocate buffers.
|
ByteBufHolder
A packet which is send or receive.
|
DefaultByteBufHolder
Default implementation of a
ByteBufHolder that holds it's data in a ByteBuf . |
类和说明 |
---|
ByteBuf
A random and sequential accessible sequence of zero or more bytes (octets).
|
类和说明 |
---|
ByteBuf
A random and sequential accessible sequence of zero or more bytes (octets).
|
类和说明 |
---|
ByteBuf
A random and sequential accessible sequence of zero or more bytes (octets).
|
ByteBufHolder
A packet which is send or receive.
|
类和说明 |
---|
ByteBuf
A random and sequential accessible sequence of zero or more bytes (octets).
|
ByteBufHolder
A packet which is send or receive.
|
类和说明 |
---|
ByteBuf
A random and sequential accessible sequence of zero or more bytes (octets).
|
ByteBufHolder
A packet which is send or receive.
|
类和说明 |
---|
ByteBuf
A random and sequential accessible sequence of zero or more bytes (octets).
|
类和说明 |
---|
ByteBuf
A random and sequential accessible sequence of zero or more bytes (octets).
|
ByteBufHolder
A packet which is send or receive.
|
DefaultByteBufHolder
Default implementation of a
ByteBufHolder that holds it's data in a ByteBuf . |
类和说明 |
---|
ByteBuf
A random and sequential accessible sequence of zero or more bytes (octets).
|
类和说明 |
---|
ByteBuf
A random and sequential accessible sequence of zero or more bytes (octets).
|
类和说明 |
---|
ByteBuf
A random and sequential accessible sequence of zero or more bytes (octets).
|
类和说明 |
---|
ByteBuf
A random and sequential accessible sequence of zero or more bytes (octets).
|
ByteBufHolder
A packet which is send or receive.
|
DefaultByteBufHolder
Default implementation of a
ByteBufHolder that holds it's data in a ByteBuf . |
类和说明 |
---|
ByteBuf
A random and sequential accessible sequence of zero or more bytes (octets).
|
类和说明 |
---|
ByteBuf
A random and sequential accessible sequence of zero or more bytes (octets).
|
类和说明 |
---|
ByteBuf
A random and sequential accessible sequence of zero or more bytes (octets).
|
类和说明 |
---|
ByteBuf
A random and sequential accessible sequence of zero or more bytes (octets).
|
类和说明 |
---|
ByteBuf
A random and sequential accessible sequence of zero or more bytes (octets).
|
ByteBufAllocator
Implementations are responsible to allocate buffers.
|
ByteBufHolder
A packet which is send or receive.
|
类和说明 |
---|
ByteBuf
A random and sequential accessible sequence of zero or more bytes (octets).
|
ByteBufHolder
A packet which is send or receive.
|
DefaultByteBufHolder
Default implementation of a
ByteBufHolder that holds it's data in a ByteBuf . |
类和说明 |
---|
ByteBuf
A random and sequential accessible sequence of zero or more bytes (octets).
|
类和说明 |
---|
ByteBuf
A random and sequential accessible sequence of zero or more bytes (octets).
|
类和说明 |
---|
ByteBuf
A random and sequential accessible sequence of zero or more bytes (octets).
|
ByteBufAllocator
Implementations are responsible to allocate buffers.
|
类和说明 |
---|
ByteBuf
A random and sequential accessible sequence of zero or more bytes (octets).
|
ByteBufAllocator
Implementations are responsible to allocate buffers.
|
类和说明 |
---|
ByteBufAllocator
Implementations are responsible to allocate buffers.
|
类和说明 |
---|
ByteBufAllocator
Implementations are responsible to allocate buffers.
|
类和说明 |
---|
ByteBuf
A random and sequential accessible sequence of zero or more bytes (octets).
|
ByteBufAllocator
Implementations are responsible to allocate buffers.
|