| Package | Description |
|---|---|
| io.datakernel.eventloop | |
| io.datakernel.net |
| Modifier and Type | Field and Description |
|---|---|
static ServerSocketSettings |
AbstractServer.DEFAULT_SERVER_SOCKET_SETTINGS |
protected ServerSocketSettings |
AbstractServer.serverSocketSettings |
| Modifier and Type | Method and Description |
|---|---|
ServerSocketSettings |
AbstractServer.getServerSocketSettings() |
| Modifier and Type | Method and Description |
|---|---|
ServerSocketChannel |
Eventloop.listen(InetSocketAddress address,
ServerSocketSettings serverSocketSettings,
AcceptCallback acceptCallback)
Creates
ServerSocketChannel that listens on InetSocketAddress. |
S |
AbstractServer.withServerSocketSettings(ServerSocketSettings serverSocketSettings) |
| Modifier and Type | Method and Description |
|---|---|
static ServerSocketSettings |
ServerSocketSettings.create(int backlog) |
ServerSocketSettings |
ServerSocketSettings.withBacklog(int backlog) |
ServerSocketSettings |
ServerSocketSettings.withReceiveBufferSize(MemSize receiveBufferSize) |
ServerSocketSettings |
ServerSocketSettings.withReuseAddress(boolean reuseAddress) |
| Modifier and Type | Method and Description |
|---|---|
BlockingSocketServer |
BlockingSocketServer.withServerSocketSettings(ServerSocketSettings socketSettings) |
Copyright © 2019. All rights reserved.