Package | Description |
---|---|
io.vertx.core.datagram | |
io.vertx.core.eventbus | |
io.vertx.core.http | |
io.vertx.core.net |
Modifier and Type | Class and Description |
---|---|
class |
DatagramSocketOptions
Options used to configure a datagram socket.
|
Modifier and Type | Class and Description |
---|---|
class |
EventBusOptions
Options to configure the event bus.
|
Modifier and Type | Class and Description |
---|---|
class |
HttpClientOptions
Options describing how an
HttpClient will make connections. |
class |
HttpServerOptions
Represents options used by an
HttpServer instance |
Modifier and Type | Class and Description |
---|---|
class |
ClientOptionsBase
Base class for Client options
|
class |
NetClientOptions
Options for configuring a
NetClient . |
class |
NetServerOptions
Options for configuring a
NetServer . |
class |
ServerOptionsBase |
class |
TCPSSLOptions
Base class.
|
Modifier and Type | Method and Description |
---|---|
NetworkOptions |
NetworkOptions.setLogActivity(boolean logActivity)
Set to true to enabled network activity logging: Netty's pipeline is configured for logging on Netty's logger.
|
NetworkOptions |
NetworkOptions.setReceiveBufferSize(int receiveBufferSize)
Set the TCP receive buffer size
|
NetworkOptions |
NetworkOptions.setReuseAddress(boolean reuseAddress)
Set the value of reuse address
|
NetworkOptions |
NetworkOptions.setReusePort(boolean reusePort)
Set the value of reuse port.
|
NetworkOptions |
NetworkOptions.setSendBufferSize(int sendBufferSize)
Set the TCP send buffer size
|
NetworkOptions |
NetworkOptions.setTrafficClass(int trafficClass)
Set the value of traffic class
|
Constructor and Description |
---|
NetworkOptions(NetworkOptions other)
Copy constructor
|
Copyright © 2021 Eclipse. All rights reserved.