Class SASLResponse
java.lang.Object
io.r2dbc.postgresql.message.frontend.SASLResponse
- All Implemented Interfaces:
FrontendMessage
The SASLResponse message.
-
Nested Class Summary
Nested classes/interfaces inherited from interface FrontendMessage
FrontendMessage.DirectEncoder -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
SASLResponse
Create a new message.- Parameters:
data- SASL mechanism specific message data- Throws:
IllegalArgumentException- ifdataisnull
-
-
Method Details
-
encode
Description copied from interface:FrontendMessageEncode a message into aByteBuf.- Specified by:
encodein interfaceFrontendMessage- Parameters:
byteBufAllocator- the byteBufAllocator to use to get aByteBufto write into- Returns:
- a
Publisherthat produces theByteBufcontaining the encoded message
-
equals
-
hashCode
-
toString
-