Uses of Enum
io.vertx.core.net.ProxyType
Packages that use ProxyType
-
Uses of ProxyType in io.vertx.core.net
Fields in io.vertx.core.net declared as ProxyTypeModifier and TypeFieldDescriptionstatic final ProxyTypeProxyOptions.DEFAULT_TYPEThe default proxy type (HTTP)Methods in io.vertx.core.net that return ProxyTypeModifier and TypeMethodDescriptionProxyOptions.getType()Get proxy type.static ProxyTypeReturns the enum constant of this type with the specified name.static ProxyType[]ProxyType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.vertx.core.net with parameters of type ProxyTypeModifier and TypeMethodDescriptionSet proxy type.