Class Options
java.lang.Object
zmq.Options
-
Field Summary
FieldsModifier and TypeFieldDescriptionlongbooleanintintbooleanbooleanbooleanbooleanstatic final intstatic final intbyte[]byte[]byte[]final Errnobooleanintbyte[]intintintbyte[]shortbooleanbooleanintlongintbooleanintintintintbooleanintintintfinal List<TcpAddress.TcpAddressMask> intintintintintint -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetSocketOpt(int option) static booleanparseBoolean(int option, Object optval) static byte[]parseBytes(int option, Object optval) static StringparseString(int option, Object optval) booleansetSocketOpt(int option, Object optval)
-
Field Details
-
sendHwm
public int sendHwm -
recvHwm
public int recvHwm -
affinity
public long affinity -
identitySize
public short identitySize -
identity
public byte[] identity -
sndbuf
public int sndbuf -
rcvbuf
public int rcvbuf -
tos
public int tos -
type
public int type -
linger
public int linger -
reconnectIvl
public int reconnectIvl -
reconnectIvlMax
public int reconnectIvlMax -
backlog
public int backlog -
maxMsgSize
public long maxMsgSize -
ipv6
public boolean ipv6 -
immediate
public boolean immediate -
filter
public boolean filter -
recvIdentity
public boolean recvIdentity -
rawSocket
public boolean rawSocket -
socksProxyAddress
-
tcpKeepAlive
public int tcpKeepAlive -
tcpKeepAliveCnt
public int tcpKeepAliveCnt -
tcpKeepAliveIdle
public int tcpKeepAliveIdle -
tcpKeepAliveIntvl
public int tcpKeepAliveIntvl -
tcpAcceptFilters
-
mechanism
-
asServer
public boolean asServer -
zapDomain
-
plainUsername
-
plainPassword
-
CURVE_KEYSIZE
public static final int CURVE_KEYSIZE- See Also:
-
CURVE_KEYSIZE_Z85
public static final int CURVE_KEYSIZE_Z85- See Also:
-
curvePublicKey
public byte[] curvePublicKey -
curveSecretKey
public byte[] curveSecretKey -
curveServerKey
public byte[] curveServerKey -
socketId
public int socketId -
conflate
public boolean conflate -
handshakeIvl
public int handshakeIvl -
heartbeatTtl
public int heartbeatTtl -
heartbeatInterval
public int heartbeatInterval -
heartbeatTimeout
public int heartbeatTimeout -
heartbeatContext
public byte[] heartbeatContext -
decoder
-
encoder
-
allocator
-
selectorChooser
-
helloMsg
-
canSendHelloMsg
public boolean canSendHelloMsg -
disconnectMsg
-
canReceiveDisconnectMsg
public boolean canReceiveDisconnectMsg -
hiccupMsg
-
canReceiveHiccupMsg
public boolean canReceiveHiccupMsg -
asType
public int asType -
peerLastRoutingId
public int peerLastRoutingId -
errno
-
-
Constructor Details
-
Options
public Options()
-
-
Method Details
-
setSocketOpt
-
getSocketOpt
-
parseBoolean
-
parseString
-
parseBytes
-