|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |