Class
PostgresMessageEncoder
final class PostgresMessageEncoder
Topics
Initializers
init(logger:)Creates a newPostgresMessageEncoder.
Instance Methods
encode(data:out:)SeeMessageToByteEncoder.
Type Aliases
PostgresMessageEncoder.OutboundInSeeMessageToByteEncoder.
Relationships
Conforms To
NIOCore.MessageToByteEncoder
See Also
Deprecated APIs
PostgresDatabasePostgresDataPostgresDataConvertiblePostgresQueryResultPostgresJSONCodablePostgresJSONBCodablePostgresMessageDecoderPostgresRequestProtocol to encapsulate a function call on the Postgres serverPostgresMessageA frontend or backend Postgres message.PostgresMessageTypePostgresFormatCodePostgresListenContextContext for receiving NotificationResponse messages on a connection, used for PostgreSQL’sLISTEN/NOTIFYsupport.PreparedQuerySASLAuthenticationManagerSASLAuthenticationMechanismThe protocol to which all SASL mechanism implementations must conform. It is the responsibility of each individual implementation to provide an API for creating instances of itself which are able to retrieve information from the caller (such as usernames and passwords) by some mechanism.