public class Options extends Object
Modifier and Type | Field and Description |
---|---|
long |
affinity |
MsgAllocator |
allocator |
boolean |
asServer |
int |
backlog |
boolean |
conflate |
static int |
CURVE_KEYSIZE |
static int |
CURVE_KEYSIZE_Z85 |
byte[] |
curvePublicKey |
byte[] |
curveSecretKey |
byte[] |
curveServerKey |
Class<? extends IDecoder> |
decoder |
Class<? extends IEncoder> |
encoder |
Errno |
errno |
boolean |
filter |
int |
handshakeIvl |
byte[] |
heartbeatContext |
int |
heartbeatInterval |
int |
heartbeatTimeout |
int |
heartbeatTtl |
byte[] |
identity |
byte |
identitySize |
boolean |
immediate |
boolean |
ipv6 |
int |
linger |
long |
maxMsgSize |
Mechanisms |
mechanism |
String |
plainPassword |
String |
plainUsername |
boolean |
rawSocket |
int |
rcvbuf |
int |
reconnectIvl |
int |
reconnectIvlMax |
int |
recvHwm |
boolean |
recvIdentity |
SelectorProviderChooser |
selectorChooser |
int |
sendHwm |
int |
sndbuf |
int |
socketId |
String |
socksProxyAddress |
List<TcpAddress.TcpAddressMask> |
tcpAcceptFilters |
int |
tcpKeepAlive |
int |
tcpKeepAliveCnt |
int |
tcpKeepAliveIdle |
int |
tcpKeepAliveIntvl |
int |
tos |
int |
type |
String |
zapDomain |
Constructor and Description |
---|
Options() |
Modifier and Type | Method and Description |
---|---|
Object |
getSocketOpt(int option) |
static boolean |
parseBoolean(int option,
Object optval) |
static byte[] |
parseBytes(int option,
Object optval) |
static String |
parseString(int option,
Object optval) |
boolean |
setSocketOpt(int option,
Object optval) |
public int sendHwm
public int recvHwm
public long affinity
public byte identitySize
public byte[] identity
public int sndbuf
public int rcvbuf
public int tos
public int type
public int linger
public int reconnectIvl
public int reconnectIvlMax
public int backlog
public long maxMsgSize
public boolean ipv6
public boolean immediate
public boolean filter
public boolean recvIdentity
public boolean rawSocket
public String socksProxyAddress
public int tcpKeepAlive
public int tcpKeepAliveCnt
public int tcpKeepAliveIdle
public int tcpKeepAliveIntvl
public final List<TcpAddress.TcpAddressMask> tcpAcceptFilters
public Mechanisms mechanism
public boolean asServer
public String zapDomain
public String plainUsername
public String plainPassword
public static final int CURVE_KEYSIZE
public static final int CURVE_KEYSIZE_Z85
public byte[] curvePublicKey
public byte[] curveSecretKey
public byte[] curveServerKey
public int socketId
public boolean conflate
public int handshakeIvl
public int heartbeatTtl
public int heartbeatInterval
public int heartbeatTimeout
public byte[] heartbeatContext
public MsgAllocator allocator
public SelectorProviderChooser selectorChooser
public final Errno errno
Copyright © 2019. All rights reserved.