Class AuthenticationSASLContinue

java.lang.Object
io.r2dbc.postgresql.message.backend.AuthenticationSASLContinue
All Implemented Interfaces:
AuthenticationMessage, BackendMessage

public final class AuthenticationSASLContinue extends Object implements AuthenticationMessage
The AuthenticationSASLContinue message.
  • 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 - if data is null
  • Method Details

    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • getData

      public ByteBuffer getData()
      Returns SASL data, specific to the SASL mechanism being used.
      Returns:
      SASL data, specific to the SASL mechanism being used
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object