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)
Start this server.
|
maxFrameLength
Mono<T> start(ServerTransport.ConnectionAcceptor acceptor)
acceptor
- to process a newly accepted connections with