Package | Description |
---|---|
org.apache.cassandra.transport |
Modifier and Type | Class and Description |
---|---|
class |
ServerConnection |
Modifier and Type | Field and Description |
---|---|
Connection |
Frame.connection |
protected Connection |
Message.connection |
protected Connection |
SimpleClient.connection |
Modifier and Type | Method and Description |
---|---|
Connection |
Message.connection() |
Connection |
Connection.Factory.newConnection(Connection.Tracker tracker) |
Modifier and Type | Method and Description |
---|---|
void |
Connection.Tracker.addConnection(org.jboss.netty.channel.Channel ch,
Connection connection) |
void |
Server.ConnectionTracker.addConnection(org.jboss.netty.channel.Channel ch,
Connection connection) |
void |
Message.attach(Connection connection) |
static Frame |
Frame.create(org.jboss.netty.buffer.ChannelBuffer fullFrame,
Connection connection) |
static Frame |
Frame.create(Message.Type type,
int streamId,
java.util.EnumSet<Frame.Header.Flag> flags,
org.jboss.netty.buffer.ChannelBuffer body,
Connection connection) |
Copyright © 2014 The Apache Software Foundation