public final class AuthenticationSASLContinue extends Object implements AuthenticationMessage
Constructor and Description |
---|
AuthenticationSASLContinue(io.netty.buffer.ByteBuf data)
Creates 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 null
public ByteBuffer getData()
Copyright © 2019. All rights reserved.