Uses of Class
io.vertx.core.net.NetworkOptions
Packages that use NetworkOptions
Package
Description
-
Uses of NetworkOptions in io.vertx.amqp
Subclasses of NetworkOptions in io.vertx.amqp -
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(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 -
Uses of NetworkOptions in io.vertx.ext.consul
Subclasses of NetworkOptions in io.vertx.ext.consul -
Uses of NetworkOptions in io.vertx.ext.mail
Subclasses of NetworkOptions in io.vertx.ext.mailModifier and TypeClassDescriptionclassrepresents 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.termModifier and TypeClassDescriptionclassThe web term configuration options.classTelnet terminal options configuration, extendsNetServerOptions. -
Uses of NetworkOptions in io.vertx.ext.stomp
Subclasses of NetworkOptions in io.vertx.ext.stompModifier and TypeClassDescriptionclassOptions used to configure a STOMP client.classSTOMP Server options. -
Uses of NetworkOptions in io.vertx.ext.web.client
Subclasses of NetworkOptions in io.vertx.ext.web.client -
Uses of NetworkOptions in io.vertx.mqtt
Subclasses of NetworkOptions in io.vertx.mqttModifier and TypeClassDescriptionclassRepresents options used by the MQTT client.classRepresents options used by the MQTT server -
Uses of NetworkOptions in io.vertx.proton
Subclasses of NetworkOptions in io.vertx.protonModifier and TypeClassDescriptionclassio.vertx.proton.ProtonClientOptions -
Uses of NetworkOptions in io.vertx.rabbitmq
Subclasses of NetworkOptions in io.vertx.rabbitmq -
Uses of NetworkOptions in io.vertx.tracing.zipkin
Subclasses of NetworkOptions in io.vertx.tracing.zipkinModifier and TypeClassDescriptionclassOptions for reporting to a Zipkin server configured by default tohttp://localhost:9411/api/v2/spans.