public class TcpServer extends Object
| Constructor and Description |
|---|
TcpServer(URIEndpointObject endpointObject) |
| Modifier and Type | Method and Description |
|---|---|
protected TcpServerConnection |
createTcpServerConnection() |
protected int |
getConnectionLimit() |
void |
init(io.vertx.core.Vertx vertx,
String sslKey,
AsyncResultCallback<InetSocketAddress> callback) |
public TcpServer(URIEndpointObject endpointObject)
public void init(io.vertx.core.Vertx vertx,
String sslKey,
AsyncResultCallback<InetSocketAddress> callback)
protected int getConnectionLimit()
protected TcpServerConnection createTcpServerConnection()
Copyright © 2017–2021 The Apache Software Foundation. All rights reserved.