Package zmq.io.mechanism.plain
Class PlainClientMechanism
java.lang.Object
zmq.io.mechanism.Mechanism
zmq.io.mechanism.plain.PlainClientMechanism
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class zmq.io.mechanism.Mechanism
Mechanism.Status
-
Field Summary
FieldsFields inherited from class zmq.io.mechanism.Mechanism
options, session, statusCode, zapProperties, zmtpProperties
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
nextHandshakeCommand
(Msg msg) private int
processError
(Msg msg) int
private int
processReady
(Msg msg) private int
processWelcome
(Msg msg) private int
produceHello
(Msg msg) private int
produceInitiate
(Msg msg) status()
int
Methods inherited from class zmq.io.mechanism.Mechanism
addProperty, addProperty, addProperty, addProperty, compare, compare, decode, destroy, encode, getUserId, parseMetadata, parseMetadata, peerIdentity, property, receiveAndProcessZapReply, sendZapRequest, socketType
-
Field Details
-
state
-
-
Constructor Details
-
PlainClientMechanism
-
-
Method Details
-
nextHandshakeCommand
- Specified by:
nextHandshakeCommand
in classMechanism
-
processHandshakeCommand
- Specified by:
processHandshakeCommand
in classMechanism
-
status
-
zapMsgAvailable
public int zapMsgAvailable()- Specified by:
zapMsgAvailable
in classMechanism
-
produceHello
-
processWelcome
-
produceInitiate
-
processReady
-
processError
-