public class TCP extends Object
| Constructor and Description |
|---|
TCP() |
| Modifier and Type | Method and Description |
|---|---|
static TCPClientBuilder |
client() |
static TCPClient |
connect(String host,
int port,
Protocol protocol) |
static TCPServer |
listen(Protocol protocol) |
static TCPServerBuilder |
server() |
public static TCPServerBuilder server()
public static TCPClientBuilder client()
Copyright © 2014–2015 Nikolche Mihajlovski and contributors. All rights reserved.