Uses of Class
org.apache.cassandra.transport.Connection
-
Packages that use Connection Package Description org.apache.cassandra.transport -
-
Uses of Connection in org.apache.cassandra.transport
Subclasses of Connection in org.apache.cassandra.transport Modifier and Type Class Description classServerConnectionFields in org.apache.cassandra.transport declared as Connection Modifier and Type Field Description protected ConnectionMessage. connectionprotected ConnectionSimpleClient. connectionMethods in org.apache.cassandra.transport that return Connection Modifier and Type Method Description ConnectionMessage. connection()ConnectionConnection.Factory. newConnection(io.netty.channel.Channel channel, ProtocolVersion version)Methods in org.apache.cassandra.transport with parameters of type Connection Modifier and Type Method Description voidConnection.Tracker. addConnection(io.netty.channel.Channel ch, Connection connection)voidServer.ConnectionTracker. addConnection(io.netty.channel.Channel ch, Connection connection)voidMessage. attach(Connection connection)
-