3435363738394041
this.transport = new TFramedTransport(socket); TProtocol proto = new TBinaryProtocol(transport); this.connection = new Cassandra.Client(proto); transport.open(); } else { this.connection = new CassandraServer(); } }