Uses of Class
zmq.io.net.Address
-
Packages that use Address Package Description zmq Provides low-level bindings for ØMQ.zmq.io zmq.io.mechanism zmq.io.mechanism.curve zmq.io.mechanism.gssapi zmq.io.mechanism.plain zmq.io.net.ipc zmq.io.net.norm zmq.io.net.pgm zmq.io.net.tcp zmq.io.net.tipc zmq.socket zmq.socket.reqrep zmq.util -
-
Uses of Address in zmq
Methods in zmq that return Address Modifier and Type Method Description static Address
Utils. getPeerIpAddress(java.nio.channels.SocketChannel fd)
Deprecated. -
Uses of Address in zmq.io
Fields in zmq.io declared as Address Modifier and Type Field Description private Address
SessionBase. addr
private Address
StreamEngine. peerAddress
Constructors in zmq.io with parameters of type Address Constructor Description SessionBase(IOThread ioThread, boolean connect, SocketBase socket, Options options, Address addr)
-
Uses of Address in zmq.io.mechanism
Fields in zmq.io.mechanism declared as Address Modifier and Type Field Description private Address
Mechanism. peerAddress
Methods in zmq.io.mechanism with parameters of type Address Modifier and Type Method Description abstract Mechanism
Mechanisms. create(SessionBase session, Address peerAddress, Options options)
Constructors in zmq.io.mechanism with parameters of type Address Constructor Description Mechanism(SessionBase session, Address peerAddress, Options options)
NullMechanism(SessionBase session, Address peerAddress, Options options)
-
Uses of Address in zmq.io.mechanism.curve
Constructors in zmq.io.mechanism.curve with parameters of type Address Constructor Description CurveServerMechanism(SessionBase session, Address peerAddress, Options options)
-
Uses of Address in zmq.io.mechanism.gssapi
Constructors in zmq.io.mechanism.gssapi with parameters of type Address Constructor Description GssapiServerMechanism(SessionBase session, Address peerAddress, Options options)
-
Uses of Address in zmq.io.mechanism.plain
Constructors in zmq.io.mechanism.plain with parameters of type Address Constructor Description PlainServerMechanism(SessionBase session, Address peerAddress, Options options)
-
Uses of Address in zmq.io.net.ipc
Constructors in zmq.io.net.ipc with parameters of type Address Constructor Description IpcConnecter(IOThread ioThread, SessionBase session, Options options, Address addr, boolean wait)
-
Uses of Address in zmq.io.net.norm
Methods in zmq.io.net.norm with parameters of type Address Modifier and Type Method Description boolean
NormEngine. init(Address addr, boolean b, boolean c)
-
Uses of Address in zmq.io.net.pgm
Methods in zmq.io.net.pgm with parameters of type Address Modifier and Type Method Description boolean
PgmReceiver. init(boolean udpEncapsulation, Address addr)
boolean
PgmSender. init(boolean udpEncapsulation, Address addr)
-
Uses of Address in zmq.io.net.tcp
Fields in zmq.io.net.tcp declared as Address Modifier and Type Field Description private Address
TcpConnecter. addr
private Address
SocksConnecter. proxyAddress
Methods in zmq.io.net.tcp that return Address Modifier and Type Method Description static Address
TcpUtils. getPeerIpAddress(java.nio.channels.SocketChannel channel)
Constructors in zmq.io.net.tcp with parameters of type Address Constructor Description SocksConnecter(IOThread ioThread, SessionBase session, Options options, Address addr, Address proxyAddr, boolean delayedStart)
TcpConnecter(IOThread ioThread, SessionBase session, Options options, Address addr, boolean delayedStart)
-
Uses of Address in zmq.io.net.tipc
Constructors in zmq.io.net.tipc with parameters of type Address Constructor Description TipcConnecter(IOThread ioThread, SessionBase session, Options options, Address addr, boolean wait)
-
Uses of Address in zmq.socket
Methods in zmq.socket with parameters of type Address Modifier and Type Method Description SessionBase
Sockets. create(IOThread ioThread, boolean connect, SocketBase socket, Options options, Address addr)
static SessionBase
Sockets. createSession(IOThread ioThread, boolean connect, SocketBase socket, Options options, Address addr)
-
Uses of Address in zmq.socket.reqrep
Constructors in zmq.socket.reqrep with parameters of type Address Constructor Description ReqSession(IOThread ioThread, boolean connect, SocketBase socket, Options options, Address addr)
-
Uses of Address in zmq.util
Methods in zmq.util that return Address Modifier and Type Method Description static Address
Utils. getPeerIpAddress(java.nio.channels.SocketChannel fd)
-