org.apache.qpid.proton.amqp.security
Interface SaslFrameBody.SaslFrameBodyHandler<E>
- Enclosing interface:
- SaslFrameBody
public static interface SaslFrameBody.SaslFrameBodyHandler<E>
|
Method Summary |
void |
handleChallenge(SaslChallenge saslChallenge,
Binary payload,
E context)
|
void |
handleInit(SaslInit saslInit,
Binary payload,
E context)
|
void |
handleMechanisms(SaslMechanisms saslMechanisms,
Binary payload,
E context)
|
void |
handleOutcome(SaslOutcome saslOutcome,
Binary payload,
E context)
|
void |
handleResponse(SaslResponse saslResponse,
Binary payload,
E context)
|
handleMechanisms
void handleMechanisms(SaslMechanisms saslMechanisms,
Binary payload,
E context)
handleInit
void handleInit(SaslInit saslInit,
Binary payload,
E context)
handleChallenge
void handleChallenge(SaslChallenge saslChallenge,
Binary payload,
E context)
handleResponse
void handleResponse(SaslResponse saslResponse,
Binary payload,
E context)
handleOutcome
void handleOutcome(SaslOutcome saslOutcome,
Binary payload,
E context)
Copyright © 2013 The Apache Software Foundation. All Rights Reserved.