Class AuthenticationSASLContinue
java.lang.Object
io.r2dbc.postgresql.message.backend.AuthenticationSASLContinue
- All Implemented Interfaces:
AuthenticationMessage, BackendMessage
The AuthenticationSASLContinue message.
-
Constructor Summary
ConstructorsConstructorDescriptionAuthenticationSASLContinue(io.netty.buffer.ByteBuf data) Create a new message. -
Method Summary
-
Constructor Details
-
AuthenticationSASLContinue
public AuthenticationSASLContinue(io.netty.buffer.ByteBuf data) Create a new message.- Parameters:
data- SASL data, specific to the SASL mechanism being used- Throws:
IllegalArgumentException- ifdataisnull
-
-
Method Details
-
equals
-
getData
Returns SASL data, specific to the SASL mechanism being used.- Returns:
- SASL data, specific to the SASL mechanism being used
-
hashCode
-
toString
-