Package | Description |
---|---|
com.caucho.burlap.client |
Portable client code for using Burlap services.
|
com.caucho.burlap.io | |
com.caucho.hessian.client |
Portable client code for using Hessian services.
|
com.caucho.hessian.io |
Modifier and Type | Class and Description |
---|---|
class |
BurlapProxyResolver
Looks up remote objects in the proxy.
|
Modifier and Type | Interface and Description |
---|---|
interface |
BurlapRemoteResolver
Looks up remote objects.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractBurlapResolver
Looks up remote objects.
|
Modifier and Type | Class and Description |
---|---|
class |
HessianProxyResolver
Looks up remote objects in the proxy.
|
Modifier and Type | Method and Description |
---|---|
HessianRemoteResolver |
HessianProxyFactory.getRemoteResolver()
Returns the remote resolver.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractHessianResolver
Looks up remote objects.
|
Modifier and Type | Method and Description |
---|---|
HessianRemoteResolver |
AbstractHessianInput.getRemoteResolver()
Sets the resolver used to lookup remote objects.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractHessianInput.setRemoteResolver(HessianRemoteResolver resolver)
Sets the resolver used to lookup remote objects.
|