程序包 | 说明 |
---|---|
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.socket.nio |
NIO-based socket channel
API implementation - recommended for a large number of connections (>= 1000).
|
io.netty.handler.codec.http |
Benchmarks for
io.netty.handler.codec.http . |
io.netty.handler.ssl |
SSL ·
TLS implementation based on
SSLEngine |
io.netty.handler.ssl.util |
Utility classes that helps easier development of TLS/SSL applications.
|
io.netty.testsuite.transport.socket |
Test suite classes for socket
|
io.netty.testsuite.util |
Utility classes that help testing a network application.
|
io.netty.util |
Benchmarks for
io.netty.util . |
io.netty.util.internal |
Internal-use-only utilities which is not allowed to be used
outside Netty.
|
构造器和说明 |
---|
ChannelException(java.lang.String message,
java.lang.Throwable cause,
boolean shared) |
限定符和类型 | 类和说明 |
---|---|
class |
NioChannelOption<T>
Provides
ChannelOption over a given SocketOption which is then passed through the underlying
NetworkChannel . |
限定符和类型 | 方法和说明 |
---|---|
ChannelFuture |
NioDatagramChannel.block(java.net.InetAddress multicastAddress,
java.net.NetworkInterface networkInterface,
java.net.InetAddress sourceToBlock,
ChannelPromise promise)
Block the given sourceToBlock address for the given multicastAddress on the given networkInterface
|
protected void |
NioServerSocketChannel.doBind(java.net.SocketAddress localAddress) |
protected void |
NioSocketChannel.doShutdownOutput() |
ChannelFuture |
NioDatagramChannel.joinGroup(java.net.InetAddress multicastAddress,
java.net.NetworkInterface networkInterface,
java.net.InetAddress source,
ChannelPromise promise) |
ChannelFuture |
NioDatagramChannel.leaveGroup(java.net.InetAddress multicastAddress,
java.net.NetworkInterface networkInterface,
java.net.InetAddress source,
ChannelPromise promise) |
限定符和类型 | 类和说明 |
---|---|
class |
HttpStatusValueOfBenchmark |
限定符和类型 | 方法和说明 |
---|---|
javax.net.ssl.SSLParameters |
ReferenceCountedOpenSslEngine.getSSLParameters() |
void |
ReferenceCountedOpenSslEngine.setSSLParameters(javax.net.ssl.SSLParameters sslParameters) |
限定符和类型 | 方法和说明 |
---|---|
void |
LazyX509Certificate.verify(java.security.PublicKey key,
java.security.Provider sigProvider) |
限定符和类型 | 方法和说明 |
---|---|
static void |
DatagramUnicastIPv6Test.assumeIpv6Supported() |
限定符和类型 | 方法和说明 |
---|---|
static java.lang.String |
TestUtils.testMethodName(TestInfo testInfo)
Returns the method name of the current test.
|
限定符和类型 | 方法和说明 |
---|---|
void |
AsciiStringCaseConversionBenchmark.init() |
限定符和类型 | 方法和说明 |
---|---|
static void |
ThrowableUtil.addSuppressed(java.lang.Throwable target,
java.lang.Throwable suppressed) |
static void |
SocketUtils.bind(java.nio.channels.DatagramChannel networkChannel,
java.net.SocketAddress address) |
static void |
SocketUtils.bind(java.nio.channels.SocketChannel socketChannel,
java.net.SocketAddress address) |
static java.io.File |
PlatformDependent.createTempFile(java.lang.String prefix,
java.lang.String suffix,
java.io.File directory) |
static java.lang.Throwable[] |
ThrowableUtil.getSuppressed(java.lang.Throwable source) |
static java.net.InetAddress |
SocketUtils.loopbackAddress() |
static <C> java.util.Deque<C> |
PlatformDependent.newConcurrentDeque()
Returns a new concurrent
Deque . |