org.apache.cassandra.transport.messages
Class AuthenticateMessage
java.lang.Object
org.apache.cassandra.transport.Message
org.apache.cassandra.transport.Message.Response
org.apache.cassandra.transport.messages.AuthenticateMessage
public class AuthenticateMessage
- extends Message.Response
Message to indicate that the server is ready to receive requests.
Method Summary |
org.jboss.netty.buffer.ChannelBuffer |
encode()
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
codec
public static final Message.Codec<AuthenticateMessage> codec
authenticator
public final java.lang.String authenticator
AuthenticateMessage
public AuthenticateMessage(java.lang.String authenticator)
encode
public org.jboss.netty.buffer.ChannelBuffer encode()
- Specified by:
encode
in class Message
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
Copyright © 2013 The Apache Software Foundation