Example usage for org.apache.thrift.transport TSocket subclass-usage

List of usage examples for org.apache.thrift.transport TSocket subclass-usage

Introduction

In this page you can find the example usage for org.apache.thrift.transport TSocket subclass-usage.

Usage

From source file com.cloudera.flume.handlers.thrift.TBufferedSocket.java

/**
 * Simple wrapper around {@link TSocket} which adds buffering to the input and
 * output streams.
 */
public class TBufferedSocket extends TSocket {

From source file com.tna.cep.service.thrift.flume.TBufferedSocket.java

/**
 * Simple wrapper around {@link org.apache.thrift.transport.TSocket} which adds buffering to the input and
 * output streams.
 */
public class TBufferedSocket extends TSocket {

From source file com.twitter.common.thrift.testing.MockTSocket.java

/**
 * @author William Farner
 */
public class MockTSocket extends TSocket {
    public static final String HOST = "dummyHost";
    public static final int PORT = 1000;

From source file org.diqube.cluster.connection.DiqubeClientSocket.java

/**
 * A thrift-usable socket customized for the use in diqube.
 *
 * @author Bastian Gloeckle
 */
public class DiqubeClientSocket extends TSocket {

From source file org.diqube.connection.DiqubeClientSocket.java

/**
 * A thrift-usable socket customized for the use in diqube.
 *
 * @author Bastian Gloeckle
 */
public class DiqubeClientSocket extends TSocket {