public class ProxyMe extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ProxyMe.Client<T>
Client side proxy site.
|
static class |
ProxyMe.Invocation
Invocation class, just bundles up an invocation id, a method name,
and a set of args.Suitable to be passed from a client site
through to a remote server site.
|
static class |
ProxyMe.InvocationReturn<R>
Return result of an invocation.
|
static class |
ProxyMe.Server<T>
Server site for proxies.
|
Copyright © 2020. All rights reserved.