Uses of Class
io.vertx.core.net.NetworkOptions
-
-
Uses of NetworkOptions in io.vertx.amqp
Subclasses of NetworkOptions in io.vertx.amqp Modifier and Type Class Description class
AmqpClientOptions
Configures the AMQP Client. -
Uses of NetworkOptions in io.vertx.core.datagram
Subclasses of NetworkOptions in io.vertx.core.datagram Modifier and Type Class Description class
DatagramSocketOptions
Options used to configure a datagram socket. -
Uses of NetworkOptions in io.vertx.core.eventbus
Subclasses of NetworkOptions in io.vertx.core.eventbus Modifier and Type Class Description class
EventBusOptions
Options to configure the event bus. -
Uses of NetworkOptions in io.vertx.core.http
Subclasses of NetworkOptions in io.vertx.core.http Modifier and Type Class Description class
HttpClientOptions
Options describing how anHttpClient
will make connections.class
HttpServerOptions
Represents options used by anHttpServer
instanceclass
WebSocketClientOptions
-
Uses of NetworkOptions in io.vertx.core.net
Subclasses of NetworkOptions in io.vertx.core.net Modifier and Type Class Description class
ClientOptionsBase
Base class for Client optionsclass
NetClientOptions
Options for configuring aNetClient
.class
NetServerOptions
Options for configuring aNetServer
.class
TCPSSLOptions
Base class.Methods in io.vertx.core.net that return NetworkOptions Modifier and Type Method Description NetworkOptions
NetworkOptions. setActivityLogDataFormat(ByteBufFormat activityLogDataFormat)
Set the value of Netty's logging handler's data format: Netty's pipeline is configured for logging on Netty's logger.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 sizeNetworkOptions
NetworkOptions. setReuseAddress(boolean reuseAddress)
Set the value of reuse addressNetworkOptions
NetworkOptions. setReusePort(boolean reusePort)
Set the value of reuse port.NetworkOptions
NetworkOptions. setSendBufferSize(int sendBufferSize)
Set the TCP send buffer sizeNetworkOptions
NetworkOptions. setTrafficClass(int trafficClass)
Set the value of traffic classConstructors in io.vertx.core.net with parameters of type NetworkOptions Constructor Description NetworkOptions(NetworkOptions other)
Copy constructor -
Uses of NetworkOptions in io.vertx.ext.consul
Subclasses of NetworkOptions in io.vertx.ext.consul Modifier and Type Class Description class
ConsulClientOptions
Options used to create Consul client. -
Uses of NetworkOptions in io.vertx.ext.mail
Subclasses of NetworkOptions in io.vertx.ext.mail Modifier and Type Class Description class
MailConfig
represents the configuration of a mail service with mail server hostname, port, security options, login options and login/password -
Uses of NetworkOptions in io.vertx.ext.shell.term
Subclasses of NetworkOptions in io.vertx.ext.shell.term Modifier and Type Class Description class
HttpTermOptions
The web term configuration options.class
TelnetTermOptions
Telnet terminal options configuration, extendsNetServerOptions
. -
Uses of NetworkOptions in io.vertx.ext.stomp
Subclasses of NetworkOptions in io.vertx.ext.stomp Modifier and Type Class Description class
StompClientOptions
Options used to configure a STOMP client.class
StompServerOptions
STOMP Server options. -
Uses of NetworkOptions in io.vertx.ext.web.client
Subclasses of NetworkOptions in io.vertx.ext.web.client Modifier and Type Class Description class
CachingWebClientOptions
class
WebClientOptions
-
Uses of NetworkOptions in io.vertx.mqtt
Subclasses of NetworkOptions in io.vertx.mqtt Modifier and Type Class Description class
MqttClientOptions
Represents options used by the MQTT client.class
MqttServerOptions
Represents options used by the MQTT server -
Uses of NetworkOptions in io.vertx.proton
Subclasses of NetworkOptions in io.vertx.proton with annotations of type with type parameters of type that implement declared as with annotations of type with type parameters of type with annotations of type with annotations of type with type parameters of type that return that return types with arguments of type with parameters of type with type arguments of type that throw with annotations of type with annotations of type with parameters of type with type arguments of type that throw Modifier and Type Class Description class
io.vertx.proton.ProtonClientOptions
-
Uses of NetworkOptions in io.vertx.rabbitmq
Subclasses of NetworkOptions in io.vertx.rabbitmq Modifier and Type Class Description class
RabbitMQOptions
RabbitMQ client options, most -
Uses of NetworkOptions in io.vertx.tracing.zipkin
Subclasses of NetworkOptions in io.vertx.tracing.zipkin Modifier and Type Class Description class
HttpSenderOptions
Options for reporting to a Zipkin server configured by default tohttp://localhost:9411/api/v2/spans
.
-