Package | Description |
---|---|
reactor.io.net.config |
Configuration of the various TCP parameters for clients and servers.
|
reactor.io.net.impl.netty |
Implementations of the various TCP abstractions based on Netty.
|
reactor.io.net.impl.zmq |
Modifier and Type | Class and Description |
---|---|
class |
CommonSocketOptions<SO extends CommonSocketOptions<? super SO>>
Encapsulates common socket options.
|
Modifier and Type | Class and Description |
---|---|
class |
ClientSocketOptions |
class |
ServerSocketOptions
Encapsulates configuration options for server sockets.
|
Modifier and Type | Class and Description |
---|---|
class |
NettyClientSocketOptions |
class |
NettyServerSocketOptions
Extends standard
ServerSocketOptions with Netty-specific options. |
Modifier and Type | Class and Description |
---|---|
class |
ZeroMQClientSocketOptions
ClientSocketOptions that include ZeroMQ-specific configuration options. |
class |
ZeroMQServerSocketOptions
ServerSocketOptions that include ZeroMQ-specific configuration options. |
Copyright © 2016. All rights reserved.