org.apache.cassandra.transport
Class Message.Response

java.lang.Object
  extended by org.apache.cassandra.transport.Message
      extended by org.apache.cassandra.transport.Message.Response
Direct Known Subclasses:
AuthenticateMessage, ErrorMessage, EventMessage, ReadyMessage, ResultMessage, SupportedMessage
Enclosing class:
Message

public abstract static class Message.Response
extends Message


Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.cassandra.transport.Message
Message.Codec<M extends Message>, Message.Direction, Message.Dispatcher, Message.ProtocolDecoder, Message.ProtocolEncoder, Message.Request, Message.Response, Message.Type
 
Field Summary
 
Fields inherited from class org.apache.cassandra.transport.Message
connection, logger, streamId, type
 
Constructor Summary
protected Message.Response(Message.Type type)
           
 
Method Summary
 
Methods inherited from class org.apache.cassandra.transport.Message
attach, connection, encode, getStreamId, setStreamId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Message.Response

protected Message.Response(Message.Type type)


Copyright © 2012 The Apache Software Foundation