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 zmq.io.net.ipc zmq.io.net.norm zmq.io.net.pgm zmq.io.net.tcp zmq.io.net.tipc zmq.socket zmq.socket.radiodish zmq.socket.reqrep zmq.util -
-
Uses of Address in zmq
Methods in zmq that return Address Modifier and Type Method Description static AddressUtils. 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 AddressSessionBase. addrprivate AddressStreamEngine. peerAddressConstructors in zmq.io with parameters of type Address Constructor Description HelloMsgSession(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 Address Modifier and Type Field Description private AddressMechanism. peerAddressMethods in zmq.io.mechanism with parameters of type Address Modifier and Type Method Description abstract MechanismMechanisms. 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
Methods in zmq.io.net with parameters of type Address Modifier and Type Method Description voidNetProtocol. resolve(Address paddr, boolean ipv6) -
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 booleanNormEngine. 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 booleanPgmReceiver. init(boolean udpEncapsulation, Address addr)booleanPgmSender. 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 AddressTcpConnecter. addrprivate AddressSocksConnecter. proxyAddressMethods in zmq.io.net.tcp that return Address Modifier and Type Method Description static AddressTcpUtils. 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 SessionBaseSockets. create(IOThread ioThread, boolean connect, SocketBase socket, Options options, Address addr)static SessionBaseSockets. 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 Address Constructor Description DishSession(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 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 AddressUtils. getPeerIpAddress(java.nio.channels.SocketChannel fd)
-