Interface | Description |
---|---|
NonDelegatorProxy<T> |
Proxy that won't get a subject to delegate to, the proxy must dispatch the
request.
|
Proxy<T> |
Proxy.
|
Class | Description |
---|---|
AbstractProxy<T> |
Abstract proxy.
|
DynamicProxy<T> |
Dynamic Proxy.
|
Interfaces<T> |
Container for a subset of the interfaces a specific type implements.
|
Interfaces.Builder<T> |
Interfaces builder.
|
LatencyEmulatorProxy<T> |
Latency Emulator Proxy.
|
SwingThreadMonitorProxy<T> |
Swing Thread Monitor Proxy.
|
ThrowableRecorderProxy<T> |
Proxy to verify whether
errors are thrown in the context
of a different thread. |
Copyright © 2015. All Rights Reserved.