Uses of Class
org.apache.blur.thirdparty.thrift_0_9_0.transport.TSocket

Packages that use TSocket
org.apache.blur.thirdparty.thrift_0_9_0.transport   
 

Uses of TSocket in org.apache.blur.thirdparty.thrift_0_9_0.transport
 

Methods in org.apache.blur.thirdparty.thrift_0_9_0.transport that return TSocket
static TSocket TSSLTransportFactory.getClientSocket(String host, int port)
          Get a default SSL wrapped TSocket connected to the specified host and port.
static TSocket TSSLTransportFactory.getClientSocket(String host, int port, int timeout)
          Get a default SSL wrapped TSocket connected to the specified host and port.
static TSocket TSSLTransportFactory.getClientSocket(String host, int port, int timeout, TSSLTransportFactory.TSSLTransportParameters params)
          Get a custom configured SSL wrapped TSocket.
 



Copyright © 2012-2014 The Apache Software Foundation. All Rights Reserved.