Uses of Class
org.apache.blur.thirdparty.thrift_0_9_0.transport.TSSLTransportFactory.TSSLTransportParameters

Packages that use TSSLTransportFactory.TSSLTransportParameters
org.apache.blur.thirdparty.thrift_0_9_0.transport   
 

Uses of TSSLTransportFactory.TSSLTransportParameters in org.apache.blur.thirdparty.thrift_0_9_0.transport
 

Methods in org.apache.blur.thirdparty.thrift_0_9_0.transport with parameters of type TSSLTransportFactory.TSSLTransportParameters
static TSocket TSSLTransportFactory.getClientSocket(String host, int port, int timeout, TSSLTransportFactory.TSSLTransportParameters params)
          Get a custom configured SSL wrapped TSocket.
static TServerSocket TSSLTransportFactory.getServerSocket(int port, int clientTimeout, InetAddress ifAddress, TSSLTransportFactory.TSSLTransportParameters params)
          Get a configured SSL wrapped TServerSocket bound to the specified port and interface.
 



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