Package | Description |
---|---|
com.hazelcast.internal.networking |
Contains the socket connection functionality.
|
Modifier and Type | Field and Description |
---|---|
static ChannelOption<Boolean> |
ChannelOption.DIRECT_BUF
If a direct buffer should be used or a regular buffer.
|
static ChannelOption<Boolean> |
ChannelOption.SO_KEEPALIVE
|
static ChannelOption<Integer> |
ChannelOption.SO_LINGER
|
static ChannelOption<Integer> |
ChannelOption.SO_RCVBUF
|
static ChannelOption<Boolean> |
ChannelOption.SO_REUSEADDR
|
static ChannelOption<Integer> |
ChannelOption.SO_SNDBUF
|
static ChannelOption<Integer> |
ChannelOption.SO_TIMEOUT
|
static ChannelOption<Boolean> |
ChannelOption.TCP_NODELAY
|
Modifier and Type | Method and Description |
---|---|
<T> T |
ChannelOptions.getOption(ChannelOption<T> option)
Gets an option value.
|
<T> ChannelOptions |
ChannelOptions.setOption(ChannelOption<T> option,
T value)
Sets an option value.
|
Copyright © 2019 Hazelcast, Inc.. All Rights Reserved.