public static interface ClientAuthHandler.ClientAuthSender
Modifier and Type | Method and Description |
---|---|
void |
onError(Throwable cause)
Signal an error to the server and abort the authentication attempt.
|
void |
send(byte[] payload)
Send the server a message.
|
void send(byte[] payload)
void onError(Throwable cause)
Copyright © 2023 The Apache Software Foundation. All rights reserved.