Class NullMechanism
java.lang.Object
zmq.io.mechanism.Mechanism
zmq.io.mechanism.NullMechanism
-
Nested Class Summary
Nested classes/interfaces inherited from class Mechanism
Mechanism.Status -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final Stringprivate booleanprivate booleanprivate static final Stringprivate static final Stringprivate booleanprivate booleanprivate booleanprivate booleanprivate booleanFields inherited from class Mechanism
options, session, statusCode, zapProperties, zmtpProperties -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintnextHandshakeCommand(Msg msg) private intprocessErrorCommand(Msg msg) intprivate intprocessReadyCommand(Msg msg) status()intMethods inherited from class Mechanism
addProperty, addProperty, addProperty, addProperty, compare, compare, decode, destroy, encode, getUserId, handleErrorReason, parseErrorMessage, parseMetadata, parseMetadata, peerIdentity, property, receiveAndProcessZapReply, sendZapRequest, socketType
-
Field Details
-
OK
- See Also:
-
READY
- See Also:
-
ERROR
- See Also:
-
readyCommandSent
private boolean readyCommandSent -
errorCommandSent
private boolean errorCommandSent -
readyCommandReceived
private boolean readyCommandReceived -
errorCommandReceived
private boolean errorCommandReceived -
zapConnected
private boolean zapConnected -
zapRequestSent
private boolean zapRequestSent -
zapReplyReceived
private boolean zapReplyReceived
-
-
Constructor Details
-
NullMechanism
NullMechanism(SessionBase session, Address peerAddress, Options options)
-
-
Method Details
-
nextHandshakeCommand
- Specified by:
nextHandshakeCommandin classMechanism
-
processHandshakeCommand
- Specified by:
processHandshakeCommandin classMechanism
-
processReadyCommand
-
processErrorCommand
-
zapMsgAvailable
public int zapMsgAvailable()- Specified by:
zapMsgAvailablein classMechanism
-
status
-