public final class AuthenticationSASLContinue extends Object implements AuthenticationMessage
| Constructor and Description |
|---|
AuthenticationSASLContinue(io.netty.buffer.ByteBuf data)
Create a new message.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
ByteBuffer |
getData()
Returns SASL data, specific to the SASL mechanism being used.
|
int |
hashCode() |
String |
toString() |
public AuthenticationSASLContinue(io.netty.buffer.ByteBuf data)
data - SASL data, specific to the SASL mechanism being usedIllegalArgumentException - if data is nullpublic ByteBuffer getData()
Copyright © 2023. All rights reserved.