JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
D
I
N
O
P
R
U
D
destroyProxy()
- Method in interface remoter.
RemoterProxy
Call to destroy the proxy.
destroyStub(Object)
- Method in interface remoter.
RemoterProxy
Destroys any stub created while sending the given object through this proxy.
destroyStub()
- Method in interface remoter.
RemoterStub
Destroys this stub.
I
isRemoteAlive()
- Method in interface remoter.
RemoterProxy
Checks whether the remote side is still alive
N
NullableType
- Annotation Type in
remoter.annotations
Marks which of the types in a type parameter are nullable
O
Oneway
- Annotation Type in
remoter.annotations
Marks a method call as asynchronous one way call
onProxyDead()
- Method in interface remoter.
RemoterProxyListener
Called when the remote proxy connection is lost
P
ParamIn
- Annotation Type in
remoter.annotations
Marks a parameter as an input only type.
ParamOut
- Annotation Type in
remoter.annotations
Marks a parameter as an output only type.
R
registerProxyListener(RemoterProxyListener)
- Method in interface remoter.
RemoterProxy
Register a
RemoterProxyListener
remoter
- package remoter
Remoter
- Annotation Type in
remoter.annotations
Marks an interface as a Remote interface.
remoter.annotations
- package remoter.annotations
Remoter
is an alternative to Android AIDL for Android Remote IPC services using plain java interfaces.
RemoterProxy
- Interface in
remoter
Represents a remote proxy.
RemoterProxyListener
- Interface in
remoter
Listener to get notified about changes in a
RemoterProxy
RemoterStub
- Interface in
remoter
Represents a remote stub.
U
unRegisterProxyListener(RemoterProxyListener)
- Method in interface remoter.
RemoterProxy
Un register a
RemoterProxyListener
D
I
N
O
P
R
U
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes