| Modifier and Type | Method and Description |
|---|---|
static AeronServer |
AeronServer.create(AeronResources resources)
Creates
AeronServer. |
AeronServer |
AeronServer.handle(Function<? super AeronConnection,? extends org.reactivestreams.Publisher<Void>> handler)
Attach IO handler to react on connected client.
|
AeronServer |
AeronServer.options(String address,
int port,
int controlPort)
Shortcut server settings.
|
AeronServer |
AeronServer.options(UnaryOperator<AeronOptions> op)
Setting up
AeronServer options. |
Copyright © 2015–2019. All rights reserved.