Package | Description |
---|---|
io.vertx.core.net |
== Writing TCP servers and clients
Vert.x allows you to easily write non blocking TCP clients and servers.
|
Modifier and Type | Field and Description |
---|---|
static ProxyType |
ProxyOptions.DEFAULT_TYPE
The default proxy type (HTTP)
|
Modifier and Type | Method and Description |
---|---|
ProxyType |
ProxyOptions.getType()
Get proxy type.
|
static ProxyType |
ProxyType.valueOf(String name)
Returns 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.
|
Modifier and Type | Method and Description |
---|---|
ProxyOptions |
ProxyOptions.setType(ProxyType type)
Set proxy type.
|
Copyright © 2017. All rights reserved.