Class AuthSwitchResponsePacket

  • All Implemented Interfaces:
    WritePacket

    public class AuthSwitchResponsePacket
    extends java.lang.Object
    implements WritePacket
    • Constructor Summary

      Constructors 
      Constructor Description
      AuthSwitchResponsePacket​(int sequenceNumber, java.lang.String password, byte[] seed)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String toString()  
      void writeTo​(ByteWriter writer)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • AuthSwitchResponsePacket

        public AuthSwitchResponsePacket​(int sequenceNumber,
                                        java.lang.String password,
                                        byte[] seed)
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object