Uses of Class
io.vertx.core.net.NetworkOptions
Packages that use NetworkOptions
Package
Description
-
Uses of NetworkOptions in io.vertx.core.datagram
Subclasses of NetworkOptions in io.vertx.core.datagramModifier and TypeClassDescriptionclassOptions used to configure a datagram socket. -
Uses of NetworkOptions in io.vertx.core.eventbus
Subclasses of NetworkOptions in io.vertx.core.eventbus -
Uses of NetworkOptions in io.vertx.core.http
Subclasses of NetworkOptions in io.vertx.core.httpModifier and TypeClassDescriptionclassOptions describing how anHttpClientwill make connections.classRepresents options used by anHttpServerinstanceclass -
Uses of NetworkOptions in io.vertx.core.net
Subclasses of NetworkOptions in io.vertx.core.netModifier and TypeClassDescriptionclassBase class for Client optionsclassOptions for configuring aNetClient.classOptions for configuring aNetServer.classBase class.Methods in io.vertx.core.net that return NetworkOptionsModifier and TypeMethodDescriptionNetworkOptions.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.NetworkOptions.setLogActivity(boolean logActivity) Set to true to enabled network activity logging: Netty's pipeline is configured for logging on Netty's logger.abstract NetworkOptionsNetworkOptions.setReceiveBufferSize(int receiveBufferSize) Set the TCP receive buffer sizeabstract NetworkOptionsNetworkOptions.setReuseAddress(boolean reuseAddress) Set the value of reuse addressabstract NetworkOptionsNetworkOptions.setReusePort(boolean reusePort) Set the value of reuse port.abstract NetworkOptionsNetworkOptions.setSendBufferSize(int sendBufferSize) Set the TCP send buffer sizeabstract NetworkOptionsNetworkOptions.setTrafficClass(int trafficClass) Set the value of traffic classConstructors in io.vertx.core.net with parameters of type NetworkOptions