| Package | Description |
|---|---|
| aQute.lib.link |
| Modifier and Type | Method and Description |
|---|---|
static <L,R> Closeable |
Link.server(String name,
Class<R> type,
int port,
String host,
Function<Link<L,R>,L> local,
boolean localOnly,
ExecutorService es)
Create a server.
|
static <L,R> Closeable |
Link.server(String name,
Class<R> type,
ServerSocket server,
Function<Link<L,R>,L> local,
boolean localOnly,
Executor es)
Create a server.
|
Copyright © 2021. All rights reserved.