public class Start extends ConnectionMethod
  • Constructor Details

    • Start

      public Start()
  • Method Details

    • accept

      public void accept(ConnectionMethodVisitor visitor)
      Specified by:
      accept in class ConnectionMethod
    • getVersionMajor

      public byte getVersionMajor()
    • setVersionMajor

      public void setVersionMajor(byte versionMajor)
    • getVersionMinor

      public byte getVersionMinor()
    • setVersionMinor

      public void setVersionMinor(byte versionMinor)
    • getServerProperties

      public Map<String,Object> getServerProperties()
    • setServerProperties

      public void setServerProperties(Map<String,Object> serverProperties)
    • getMechanisms

      public byte[] getMechanisms()
    • setMechanisms

      public void setMechanisms(byte[] mechanisms)
    • getLocales

      public byte[] getLocales()
    • setLocales

      public void setLocales(byte[] locales)
    • readBody

      protected void readBody(BitSupportDataInput in) throws IOException
      Specified by:
      readBody in class Method
      Throws:
      IOException
    • writeBody

      protected void writeBody(BitSupportDataOutput out) throws IOException
      Specified by:
      writeBody in class Method
      Throws:
      IOException
    • toString

      public String toString()
      Overrides:
      toString in class Method