Uses of Class
zmq.io.net.Address
Packages that use Address
Package
Description
Provides low-level bindings for ØMQ.
-
Uses of Address in zmq
Modifier and TypeMethodDescriptionstatic Address
Utils.getPeerIpAddress
(SocketChannel fd) Deprecated. -
Uses of Address in zmq.io
Modifier and TypeFieldDescriptionprivate final Address
SessionBase.addr
private final Address
StreamEngine.peerAddress
ModifierConstructorDescriptionHelloMsgSession
(IOThread ioThread, boolean connect, SocketBase socket, Options options, Address addr) 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 AddressMethods in zmq.io.mechanism with parameters of type AddressModifier and TypeMethodDescriptionabstract Mechanism
Mechanisms.create
(SessionBase session, Address peerAddress, Options options) Constructors in zmq.io.mechanism with parameters of type AddressModifierConstructorDescriptionprotected
Mechanism
(SessionBase session, Address peerAddress, Options options) (package private)
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 AddressModifierConstructorDescriptionCurveServerMechanism
(SessionBase session, Address peerAddress, Options options) -
Uses of Address in zmq.io.mechanism.gssapi
Constructors in zmq.io.mechanism.gssapi with parameters of type AddressModifierConstructorDescriptionGssapiServerMechanism
(SessionBase session, Address peerAddress, Options options) -
Uses of Address in zmq.io.mechanism.plain
Constructors in zmq.io.mechanism.plain with parameters of type AddressModifierConstructorDescriptionPlainServerMechanism
(SessionBase session, Address peerAddress, Options options) -
Uses of Address in zmq.io.net
Methods in zmq.io.net with parameters of type Address -
Uses of Address in zmq.io.net.ipc
Constructors in zmq.io.net.ipc with parameters of type AddressModifierConstructorDescriptionIpcConnecter
(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 -
Uses of Address in zmq.io.net.pgm
Methods in zmq.io.net.pgm with parameters of type Address -
Uses of Address in zmq.io.net.tcp
Fields in zmq.io.net.tcp declared as AddressModifier and TypeFieldDescriptionprivate final Address
TcpConnecter.addr
private Address
SocksConnecter.proxyAddress
Methods in zmq.io.net.tcp that return AddressModifier and TypeMethodDescriptionstatic Address
TcpUtils.getPeerIpAddress
(SocketChannel channel) Constructors in zmq.io.net.tcp with parameters of type AddressModifierConstructorDescriptionSocksConnecter
(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 AddressModifierConstructorDescriptionTipcConnecter
(IOThread ioThread, SessionBase session, Options options, Address addr, boolean wait) -
Uses of Address in zmq.socket
Methods in zmq.socket with parameters of type AddressModifier and TypeMethodDescriptionSockets.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.radiodish
Constructors in zmq.socket.radiodish with parameters of type AddressModifierConstructorDescriptionDishSession
(IOThread ioThread, boolean connect, SocketBase socket, Options options, Address addr) RadioSession
(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 AddressModifierConstructorDescriptionReqSession
(IOThread ioThread, boolean connect, SocketBase socket, Options options, Address addr) -
Uses of Address in zmq.util