软件包 | 描述 |
---|---|
io.netty.channel |
核心频道API是异步和事件驱动的各种传输(如
NIO Channel)的抽象 。
|
io.netty.channel.epoll |
针对Linux的优化传输,使用
EPOLL Edge-Triggered Mode获得最高性能。
|
io.netty.channel.group |
一个通道注册表,帮助用户维护打开的 Channel 列表并对其执行批量操作。
|
io.netty.channel.kqueue |
BSD专用运输。
|
io.netty.channel.local |
一种虚拟传输,可在同一虚拟机中实现双方之间的通信。
|
io.netty.channel.nio |
基于
NIO的通道API实现 - 推荐用于大量连接(> = 1000)。
|
io.netty.channel.oio |
旧阻止基于I / O的通道API实现 - 建议用于少量连接(<1000)。
|
io.netty.channel.pool |
Channel 池的实现和API。
|
io.netty.handler.codec.http2 |
用于发送和接收HTTP / 2帧的处理程序。
|
io.netty.handler.proxy |
通过代理协议(如
SOCKS和
HTTP CONNECT tunneling)添加对客户端连接的支持
|
io.netty.handler.ssl |
SSL · TLS实施依据
SSLEngine
|
io.netty.handler.traffic |
流量整形处理器和动态统计的实现。
|
io.netty.resolver |
将表示端点名称的任意字符串解析为地址。
|
io.netty.resolver.dns |
Java的内置域名查找机制的一种替代方法,可以异步解析域名,同样支持任意DNS记录类型的查询。
|
io.netty.util |
在多个包中使用的实用程序类。
|
io.netty.util.concurrent |
并发/异步任务的实用程序类。
|
Class and Description |
---|
AbstractEventExecutorGroup
EventExecutorGroup 实现的抽象基类。
|
EventExecutorChooserFactory |
EventExecutorGroup |
MultithreadEventExecutorGroup
EventExecutorGroup 实现的抽象基类, 它们同时处理具有多个线程的任务。
|
RejectedExecutionHandler
类似于 RejectedExecutionHandler 但是特定于SingleThreadEventExecutor 。
|
Class and Description |
---|
EventExecutor
EventExecutor 是一个特殊的EventExecutorGroup ,它提供了一些方便的方法来查看Thread 是否在事件循环中执行。
|
Future
异步操作的结果。
|
GenericFutureListener
听取 Future 的结果。
|
Class and Description |
---|
AbstractEventExecutorGroup
EventExecutorGroup 实现的抽象基类。
|
EventExecutorChooserFactory |
EventExecutorGroup
EventExecutorGroup 负责通过其EventExecutorGroup.next() 方法提供EventExecutor 的使用方法。
|
MultithreadEventExecutorGroup
EventExecutorGroup 实现的抽象基类, 它们同时处理具有多个线程的任务。
|
RejectedExecutionHandler
类似于 RejectedExecutionHandler 但是特定于SingleThreadEventExecutor 。
|
Class and Description |
---|
AbstractEventExecutorGroup
EventExecutorGroup 实现的抽象基类。
|
EventExecutorGroup |
MultithreadEventExecutorGroup
EventExecutorGroup 实现的抽象基类, 它们同时处理具有多个线程的任务。
|
Class and Description |
---|
AbstractEventExecutor
EventExecutor 实现的抽象基类。
|
AbstractEventExecutorGroup
EventExecutorGroup 实现的抽象基类。
|
AbstractScheduledEventExecutor
希望支持调度的抽象基类 EventExecutor 。
|
EventExecutor
EventExecutor 是一个特殊的EventExecutorGroup ,它提供了一些方便的方法来查看Thread 是否在事件循环中执行。
|
EventExecutorChooserFactory |
EventExecutorGroup |
MultithreadEventExecutorGroup
EventExecutorGroup 实现的抽象基类, 它们同时处理具有多个线程的任务。
|
OrderedEventExecutor
用于 EventExecutor 的标记接口,将以有序/串行方式处理所有提交的任务。
|
RejectedExecutionHandler
类似于 RejectedExecutionHandler 但是特定于SingleThreadEventExecutor 。
|
SingleThreadEventExecutor
OrderedEventExecutor 的抽象基类,它在单个线程中执行所有提交的任务。
|
Class and Description |
---|
AbstractEventExecutorGroup
EventExecutorGroup 实现的抽象基类。
|
EventExecutorGroup
EventExecutorGroup 负责通过EventExecutorGroup.next() 方法提供EventExecutor 的使用方法。
|
Class and Description |
---|
Future
异步操作的结果。
|
Promise
特别 Future 这是可写的。
|
Class and Description |
---|
Future
异步操作的结果。
|
GenericFutureListener
听取 Future 的结果。
|
Promise
特别 Future 这是可写的。
|
Class and Description |
---|
Future
异步操作的结果。
|
Class and Description |
---|
Future
异步操作的结果。
|
Promise
特别 Future 这是可写的。
|
Class and Description |
---|
EventExecutor
EventExecutor 是一个特殊的EventExecutorGroup ,它带有一些方便的方法来查看Thread 是否在事件循环中执行。
|
Class and Description |
---|
EventExecutor
EventExecutor 是一个特殊的EventExecutorGroup ,它提供了一些方便的方法来查看Thread 是否在事件循环中执行。
|
Future
异步操作的结果。
|
Promise
特别 Future 这是可写的。
|
Class and Description |
---|
EventExecutor
EventExecutor 是一个特殊的EventExecutorGroup ,它提供了一些方便的方法来查看Thread 是否在事件循环中执行。
|
Future
异步操作的结果。
|
Promise
特别 Future 这是可写的。
|
Class and Description |
---|
Future
异步操作的结果。
|
Promise
特别 Future 这是可写的。
|
Copyright © 2008–2018 The Netty Project. All rights reserved.