SASLResponse

internal class SASLResponse(clientFinalMessage: String) : FrontendMessage

Next client response in the SASL mechanism (usually sending client-final-message).

Constructors

Link copied to clipboard
constructor(clientFinalMessage: String)

Functions

Link copied to clipboard
open override fun encode(out: PgOutputStream)

Writes the entire message frame to the stream (including type marker and length).