|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.cassandra.transport.Connection
public class Connection
Nested Class Summary | |
---|---|
static interface |
Connection.Factory
|
static interface |
Connection.Tracker
|
Constructor Summary | |
---|---|
Connection(Connection.Tracker tracker)
|
Method Summary | |
---|---|
org.jboss.netty.channel.Channel |
channel()
|
FrameCompressor |
getCompressor()
|
Connection.Tracker |
getTracker()
|
void |
registerChannel(org.jboss.netty.channel.Channel ch)
|
void |
setCompressor(FrameCompressor compressor)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Connection(Connection.Tracker tracker)
Method Detail |
---|
public void setCompressor(FrameCompressor compressor)
public FrameCompressor getCompressor()
public Connection.Tracker getTracker()
public void registerChannel(org.jboss.netty.channel.Channel ch)
public org.jboss.netty.channel.Channel channel()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |