| Package | Description |
|---|---|
| io.datakernel.eventloop | |
| io.datakernel.net |
| Modifier and Type | Field and Description |
|---|---|
static SocketSettings |
AbstractServer.DEFAULT_SOCKET_SETTINGS |
protected SocketSettings |
AbstractServer.socketSettings |
| Modifier and Type | Method and Description |
|---|---|
SocketSettings |
AbstractServer.getSocketSettings() |
| Modifier and Type | Method and Description |
|---|---|
void |
WorkerServer.doAccept(SocketChannel socketChannel,
InetSocketAddress localAddress,
InetAddress remoteAddress,
boolean ssl,
SocketSettings socketSettings) |
void |
AbstractServer.doAccept(SocketChannel socketChannel,
InetSocketAddress localAddress,
InetAddress remoteAddress,
boolean ssl,
SocketSettings socketSettings) |
S |
AbstractServer.withSocketSettings(SocketSettings socketSettings) |
static AsyncTcpSocketImpl |
AsyncTcpSocketImpl.wrapChannel(Eventloop eventloop,
SocketChannel socketChannel,
SocketSettings socketSettings) |
| Modifier and Type | Method and Description |
|---|---|
static SocketSettings |
SocketSettings.create() |
SocketSettings |
SocketSettings.withImplReadSize(MemSize implReadSize) |
SocketSettings |
SocketSettings.withImplReadTimeout(Duration implReadTimeout) |
SocketSettings |
SocketSettings.withImplWriteSize(MemSize implWriteSize) |
SocketSettings |
SocketSettings.withImplWriteTimeout(Duration implWriteTimeout) |
SocketSettings |
SocketSettings.withKeepAlive(boolean keepAlive) |
SocketSettings |
SocketSettings.withReceiveBufferSize(MemSize receiveBufferSize) |
SocketSettings |
SocketSettings.withReuseAddress(boolean reuseAddress) |
SocketSettings |
SocketSettings.withSendBufferSize(MemSize sendBufferSize) |
SocketSettings |
SocketSettings.withTcpNoDelay(boolean tcpNoDelay) |
| Modifier and Type | Method and Description |
|---|---|
BlockingSocketServer |
BlockingSocketServer.withSocketSettings(SocketSettings socketSettings) |
Copyright © 2019. All rights reserved.