| Modifier and Type | Interface and Description |
|---|---|
static interface |
ServerTransport.ConnectionAcceptor
A contract to accept a new
DuplexConnection. |
| Modifier and Type | Method and Description |
|---|---|
Mono<T> |
start(ServerTransport.ConnectionAcceptor acceptor,
int mtu)
Starts this server.
|
Mono<T> start(ServerTransport.ConnectionAcceptor acceptor, int mtu)
acceptor - An acceptor to process a newly accepted DuplexConnectionmtu - The mtu used for fragmentation - if set to zero fragmentation will be disabledNullPointerException - if acceptor is null