| Modifier and Type | Method and Description |
|---|---|
VertxTcpProtocol |
VertxTcpProtocol.copy() |
VertxTcpProtocol |
VertxTcpProtocol.withAcceptBacklog(int backlog)
Sets the accept backlog, returning the protocol for method chaining.
|
VertxTcpProtocol |
VertxTcpProtocol.withClientAuthRequired(boolean required)
Sets whether client authentication is required.
|
VertxTcpProtocol |
VertxTcpProtocol.withClientTrustAll(boolean trustAll)
Sets whether to trust all server certs, returning the protocol for method chaining.
|
VertxTcpProtocol |
VertxTcpProtocol.withConnectTimeout(int connectTimeout)
Sets the connection timeout, returning the protocol for method chaining.
|
VertxTcpProtocol |
VertxTcpProtocol.withReceiveBufferSize(int bufferSize)
Sets the receive buffer size, returning the protocol for method chaining.
|
VertxTcpProtocol |
VertxTcpProtocol.withSendBufferSize(int bufferSize)
Sets the send buffer size, returning the protocol for method chaining.
|
VertxTcpProtocol |
VertxTcpProtocol.withSsl(boolean useSsl)
Sets whether to use SSL encryption, returning the protocol for method chaining.
|
VertxTcpProtocol |
VertxTcpProtocol.withVertx(io.vertx.core.Vertx vertx)
Sets the Vert.x instance, returning the configuration for method chaining.
|
| Constructor and Description |
|---|
VertxTcpProtocolClient(String host,
int port,
VertxTcpProtocol protocol) |
VertxTcpProtocolServer(String host,
int port,
VertxTcpProtocol protocol) |
Copyright © 2013-2015. All Rights Reserved.