|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Connection | |
|---|---|
| com.datastax.cassandra.transport | |
| Uses of Connection in com.datastax.cassandra.transport |
|---|
| Fields in com.datastax.cassandra.transport declared as Connection | |
|---|---|
protected Connection |
Message.connection
|
Connection |
Frame.connection
|
| Methods in com.datastax.cassandra.transport that return Connection | |
|---|---|
Connection |
Message.connection()
|
Connection |
Connection.Factory.newConnection(Connection.Tracker tracker)
|
| Methods in com.datastax.cassandra.transport with parameters of type Connection | |
|---|---|
void |
Connection.Tracker.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,
EnumSet<Frame.Header.Flag> flags,
org.jboss.netty.buffer.ChannelBuffer body,
Connection connection)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||