Interface SaslFrameVisitor
- All Known Implementing Classes:
SaslFrameVisitorAdapter
public interface SaslFrameVisitor
The SaslFrame visitor.
- Version:
- AMQP Version v100. Generation Date: Wed Apr 18 14:09:32 CEST 2012
- Author:
- IIT Software GmbH, Bremen/Germany, (c) 2012, All Rights Reserved
-
Method Summary
Modifier and TypeMethodDescriptionvoid
visit
(SaslChallengeFrame impl) Visitor method for a SaslChallengeFrame type object.void
visit
(SaslInitFrame impl) Visitor method for a SaslInitFrame type object.void
visit
(SaslMechanismsFrame impl) Visitor method for a SaslMechanismsFrame type object.void
visit
(SaslOutcomeFrame impl) Visitor method for a SaslOutcomeFrame type object.void
visit
(SaslResponseFrame impl) Visitor method for a SaslResponseFrame type object.void
visit
(HeartbeatFrame impl) Visitor method for a HeartbeatFrame type object.
-
Method Details
-
visit
Visitor method for a SaslMechanismsFrame type object.- Parameters:
impl
- a SaslMechanismsFrame type object
-
visit
Visitor method for a SaslInitFrame type object.- Parameters:
impl
- a SaslInitFrame type object
-
visit
Visitor method for a SaslChallengeFrame type object.- Parameters:
impl
- a SaslChallengeFrame type object
-
visit
Visitor method for a SaslResponseFrame type object.- Parameters:
impl
- a SaslResponseFrame type object
-
visit
Visitor method for a SaslOutcomeFrame type object.- Parameters:
impl
- a SaslOutcomeFrame type object
-
visit
Visitor method for a HeartbeatFrame type object.- Parameters:
impl
- a HeartbeatFrame type object
-