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

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

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

Methods in org.apache.blur.thirdparty.thrift_0_9_0.transport that return TServerSocket
static TServerSocket TSSLTransportFactory.getServerSocket(int port)
          Get a SSL wrapped TServerSocket bound to the specified port.
static TServerSocket TSSLTransportFactory.getServerSocket(int port, int clientTimeout)
          Get a default SSL wrapped TServerSocket bound to the specified port
static TServerSocket TSSLTransportFactory.getServerSocket(int port, int clientTimeout, boolean clientAuth, InetAddress ifAddress)
          Get a default SSL wrapped TServerSocket bound to the specified port and interface
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.