|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IncomingMessageHandler | |
|---|---|
| com.googlecode.mobilityrpc.controller.impl | [private api] Implementation classes for MobilityController. |
| com.googlecode.mobilityrpc.network.impl.tcp | [private api] Implementation classes for TCP implementation of
ConnectionManager. |
| Uses of IncomingMessageHandler in com.googlecode.mobilityrpc.controller.impl |
|---|
| Subinterfaces of IncomingMessageHandler in com.googlecode.mobilityrpc.controller.impl | |
|---|---|
interface |
MobilityControllerInternal
A combination of several internal interfaces implemented by the mobility controller, most of which are not part of the public API. |
| Classes in com.googlecode.mobilityrpc.controller.impl that implement IncomingMessageHandler | |
|---|---|
class |
MobilityControllerImpl
|
| Uses of IncomingMessageHandler in com.googlecode.mobilityrpc.network.impl.tcp |
|---|
| Constructors in com.googlecode.mobilityrpc.network.impl.tcp with parameters of type IncomingMessageHandler | |
|---|---|
IncomingByteStreamReader(ConnectionId connectionId,
InputStream inputStream,
IncomingMessageHandler incomingMessageHandler,
ConnectionErrorHandler connectionErrorHandler)
|
|
TCPConnection(Socket socket,
ConnectionId connectionId,
IncomingMessageHandler incomingMessageHandler,
ConnectionStateListener connectionStateListener)
|
|
TCPConnectionListener(ConnectionId localEndpointIdentifier,
IncomingMessageHandler incomingMessageHandler,
ConnectionStateListener connectionStateListener)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||