- newProxy(String, int) - Method in class co.tomlee.nifty.PooledThriftClientProxyFactory
-
Create a new client proxy for a remote Thrift service endpoint.
- newProxy(HostAndPort) - Method in class co.tomlee.nifty.PooledThriftClientProxyFactory
-
Create a new client proxy for a remote Thrift service endpoint.
- newProxy(InetSocketAddress) - Method in class co.tomlee.nifty.PooledThriftClientProxyFactory
-
Create a new client proxy for a remote Thrift service endpoint.
- newProxy(String, int, Duration) - Method in class co.tomlee.nifty.PooledThriftClientProxyFactory
-
Create a new client proxy for a remote Thrift service endpoint including a borrow timeout.
- newProxy(HostAndPort, Duration) - Method in class co.tomlee.nifty.PooledThriftClientProxyFactory
-
Create a new client proxy for a remote Thrift service endpoint including a borrow timeout.
- newProxy(InetSocketAddress, Duration) - Method in class co.tomlee.nifty.PooledThriftClientProxyFactory
-
Create a new client proxy for a remote Thrift service endpoint including a borrow timeout.
- newProxy(InetSocketAddress) - Method in interface co.tomlee.nifty.ThriftClientProxyFactory
-
Creates a new proxy for the given socket address.
- newProxy(InetSocketAddress, Duration) - Method in interface co.tomlee.nifty.ThriftClientProxyFactory
-
Creates a new proxy for the given socket address, with a borrow timeout.