Class GSSResponse
java.lang.Object
io.r2dbc.postgresql.message.frontend.GSSResponse
- All Implemented Interfaces:
FrontendMessage
The GSSResponse message.
-
Nested Class Summary
Nested classes/interfaces inherited from interface FrontendMessage
FrontendMessage.DirectEncoder -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
GSSResponse
Create a new message.- Parameters:
data- GSSAPI/SSPI 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
-