Methods to send/recv gssapi-wrapped messages

This commit is contained in:
Mike Gatny
2013-10-03 15:44:26 -05:00
committed by Chris Busbey
parent 1445516c41
commit eb2862525b
6 changed files with 108 additions and 4 deletions

View File

@@ -44,6 +44,8 @@ namespace zmq
// mechanism implementation
virtual int next_handshake_command (msg_t *msg_);
virtual int process_handshake_command (msg_t *msg_);
virtual int encode (msg_t *msg_);
virtual int decode (msg_t *msg_);
virtual int zap_msg_available ();
virtual bool is_handshake_complete () const;