Uses of Class
io.vertx.core.net.NetworkOptions
-
Packages that use NetworkOptions Package Description io.vertx.core.datagram io.vertx.core.eventbus io.vertx.core.http io.vertx.core.net -
-
Uses of NetworkOptions in io.vertx.core.datagram
Subclasses of NetworkOptions in io.vertx.core.datagram Modifier and Type Class Description classDatagramSocketOptionsOptions 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 classEventBusOptionsOptions 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 classHttpClientOptionsOptions describing how anHttpClientwill make connections.classHttpServerOptionsRepresents options used by anHttpServerinstanceclassWebSocketClientOptions -
Uses of NetworkOptions in io.vertx.core.net
Subclasses of NetworkOptions in io.vertx.core.net Modifier and Type Class Description classClientOptionsBaseBase class for Client optionsclassNetClientOptionsOptions for configuring aNetClient.classNetServerOptionsOptions for configuring aNetServer.classTCPSSLOptionsBase class.Methods in io.vertx.core.net that return NetworkOptions Modifier and Type Method Description NetworkOptionsNetworkOptions. setActivityLogDataFormat(io.netty.handler.logging.ByteBufFormat activityLogDataFormat)Set the value of Netty's logging handler's data format: Netty's pipeline is configured for logging on Netty's logger.NetworkOptionsNetworkOptions. setLogActivity(boolean logActivity)Set to true to enabled network activity logging: Netty's pipeline is configured for logging on Netty's logger.NetworkOptionsNetworkOptions. setReceiveBufferSize(int receiveBufferSize)Set the TCP receive buffer sizeNetworkOptionsNetworkOptions. setReuseAddress(boolean reuseAddress)Set the value of reuse addressNetworkOptionsNetworkOptions. setReusePort(boolean reusePort)Set the value of reuse port.NetworkOptionsNetworkOptions. setSendBufferSize(int sendBufferSize)Set the TCP send buffer sizeNetworkOptionsNetworkOptions. 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
-