Methods in jreceiver.common.rpc that return DriverBindings |
static DriverBindings |
RpcFactory.newDriverBindings()
Produce a DriverBindings object from the factory, using the default host
and default credentials. |
static DriverBindings |
RpcFactory.newDriverBindings(java.net.URL host)
Produce a DriverBindings object from the factory, using the specified host
and default credentials. |
static DriverBindings |
RpcFactory.newDriverBindings(User user)
Produce a DriverBindings object from the factory, using the default host
and specified credentials. |
static DriverBindings |
RpcFactory.newDriverBindings(java.net.URL host,
User user)
Produce a DriverBindings object from the factory, using the specified host
and specified credentials. |