org.xnap.plugin.opennap.net.msg.server
Class LoginAttemptMessage

java.lang.Object
  extended by org.xnap.plugin.opennap.net.msg.Message
      extended by org.xnap.plugin.opennap.net.msg.server.ServerMessage
          extended by org.xnap.plugin.opennap.net.msg.server.LoginAttemptMessage

public class LoginAttemptMessage
extends ServerMessage


Field Summary
static int TYPE
           
 
Fields inherited from class org.xnap.plugin.opennap.net.msg.server.ServerMessage
consumed, data, server
 
Fields inherited from class org.xnap.plugin.opennap.net.msg.Message
type
 
Constructor Summary
LoginAttemptMessage(java.lang.String data)
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class org.xnap.plugin.opennap.net.msg.server.ServerMessage
consume, getServer, isConsumed, parse, received, setServer
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

TYPE

public static final int TYPE
See Also:
Constant Field Values
Constructor Detail

LoginAttemptMessage

public LoginAttemptMessage(java.lang.String data)
                    throws InvalidMessageException
Throws:
InvalidMessageException
Method Detail

toString

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


Copyright © 2001-2005 XNap Team. All Rights Reserved.