- allowSkip
void allowSkip(bool allowSkip)
Undocumented in source. Be warned that the author may not have intended to support it.
- client
void client()
Undocumented in source. Be warned that the author may not have intended to support it.
- done
void done(hunt.proton.engine.Sasl.SaslOutcome outcome)
Undocumented in source. Be warned that the author may not have intended to support it.
- fail
void fail()
Undocumented in source. Be warned that the author may not have intended to support it.
- getChallengeResponse
Binary getChallengeResponse()
Undocumented in source. Be warned that the author may not have intended to support it.
- getChosenMechanism
Symbol getChosenMechanism()
Undocumented in source. Be warned that the author may not have intended to support it.
- getHostname
string getHostname()
Undocumented in source. Be warned that the author may not have intended to support it.
- getOutcome
hunt.proton.engine.Sasl.SaslOutcome getOutcome()
Undocumented in source. Be warned that the author may not have intended to support it.
- getRemoteMechanisms
string[] getRemoteMechanisms()
Undocumented in source. Be warned that the author may not have intended to support it.
- getState
SaslState getState()
Undocumented in source. Be warned that the author may not have intended to support it.
- handle
void handle(SaslFrameBody o, Binary payload)
Undocumented in source. Be warned that the author may not have intended to support it.
- handleChallenge
void handleChallenge(SaslChallenge saslChallenge, Binary payload, Void context)
Undocumented in source. Be warned that the author may not have intended to support it.
- handleInit
void handleInit(SaslInit saslInit, Binary payload, Void context)
Undocumented in source. Be warned that the author may not have intended to support it.
- handleMechanisms
void handleMechanisms(SaslMechanisms saslMechanisms, Binary payload, Void context)
Undocumented in source. Be warned that the author may not have intended to support it.
- handleOutcome
void handleOutcome(hunt.proton.amqp.security.SaslOutcome.SaslOutcome saslOutcome, Binary payload, Void context)
Undocumented in source. Be warned that the author may not have intended to support it.
- handleResponse
void handleResponse(SaslResponse saslResponse, Binary payload, Void context)
Undocumented in source. Be warned that the author may not have intended to support it.
- invoke
void invoke(SaslFrameBodyHandler!Void handler, Binary payload, Void context)
Undocumented in source. Be warned that the author may not have intended to support it.
- isDone
bool isDone()
Undocumented in source. Be warned that the author may not have intended to support it.
- pending
int pending()
Undocumented in source. Be warned that the author may not have intended to support it.
- plain
void plain(String username, String password)
Undocumented in source. Be warned that the author may not have intended to support it.
- processHeader
int processHeader()
Undocumented in source. Be warned that the author may not have intended to support it.
- recv
int recv(byte[] bytes, int offset, int size)
Undocumented in source. Be warned that the author may not have intended to support it.
- send
int send(byte[] bytes, int offset, int size)
Undocumented in source. Be warned that the author may not have intended to support it.
- server
void server()
Undocumented in source. Be warned that the author may not have intended to support it.
- setChallengeResponse
void setChallengeResponse(Binary challengeResponse)
Undocumented in source. Be warned that the author may not have intended to support it.
- setListener
void setListener(SaslListener saslListener)
Undocumented in source. Be warned that the author may not have intended to support it.
- setMechanism
void setMechanism(Symbol mechanism)
Undocumented in source. Be warned that the author may not have intended to support it.
- setMechanisms
void setMechanisms(string[] mechanisms)
Undocumented in source. Be warned that the author may not have intended to support it.
- setPending
void setPending(ByteBuffer pending)
Undocumented in source. Be warned that the author may not have intended to support it.
- setRemoteHostname
void setRemoteHostname(string hostname)
Undocumented in source. Be warned that the author may not have intended to support it.
- setResponse
void setResponse(Binary initialResponse)
Undocumented in source. Be warned that the author may not have intended to support it.
- wrap
TransportWrapper wrap(TransportInput input, TransportOutput output)
Undocumented in source. Be warned that the author may not have intended to support it.