Class PacketUserauthInfoResponse


  • public class PacketUserauthInfoResponse
    extends java.lang.Object
    PacketUserauthInfoResponse.
    Version:
    $Id: PacketUserauthInfoResponse.java,v 1.1 2007/10/15 12:49:55 cplattne Exp $
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) byte[] payload  
      (package private) java.lang.String[] responses  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      byte[] getPayload()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • payload

        byte[] payload
      • responses

        java.lang.String[] responses
    • Constructor Detail

      • PacketUserauthInfoResponse

        public PacketUserauthInfoResponse​(java.lang.String[] responses)
    • Method Detail

      • getPayload

        public byte[] getPayload()