|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MobilityControllerInternal | |
|---|---|
| com.googlecode.mobilityrpc.controller.impl | [private api] Implementation classes for MobilityController. |
| com.googlecode.mobilityrpc.protocol.processors | [private api] Defines the DeserializedMessageProcessor API,
implemented by classes which can process particular types of incoming messages. |
| com.googlecode.mobilityrpc.protocol.processors.impl | [private api] Implementations of DeserializedMessageProcessor
for processing various types of incoming message. |
| com.googlecode.mobilityrpc.session.impl | [private api] Contains MobilitySession implementation classes. |
| Uses of MobilityControllerInternal in com.googlecode.mobilityrpc.controller.impl |
|---|
| Classes in com.googlecode.mobilityrpc.controller.impl that implement MobilityControllerInternal | |
|---|---|
class |
MobilityControllerImpl
|
| Uses of MobilityControllerInternal in com.googlecode.mobilityrpc.protocol.processors |
|---|
| Methods in com.googlecode.mobilityrpc.protocol.processors with parameters of type MobilityControllerInternal | |
|---|---|
void |
DeserializedMessageProcessor.process(MobilityControllerInternal mobilityController,
ConnectionManager connectionManager,
ConnectionId connectionId,
T deserializedMessage)
|
| Uses of MobilityControllerInternal in com.googlecode.mobilityrpc.protocol.processors.impl |
|---|
| Methods in com.googlecode.mobilityrpc.protocol.processors.impl with parameters of type MobilityControllerInternal | |
|---|---|
void |
ExecutionRequestMessageProcessor.process(MobilityControllerInternal mobilityController,
ConnectionManager connectionManager,
ConnectionId connectionId,
ExecutionRequest executionRequest)
|
void |
ExecutionResponseMessageProcessor.process(MobilityControllerInternal mobilityController,
ConnectionManager connectionManager,
ConnectionId connectionId,
ExecutionResponse executionResponse)
|
void |
PingMessageProcessor.process(MobilityControllerInternal mobilityController,
ConnectionManager connectionManager,
ConnectionId connectionId,
Ping ping)
|
void |
PongMessageProcessor.process(MobilityControllerInternal mobilityController,
ConnectionManager connectionManager,
ConnectionId connectionId,
Pong pong)
|
void |
ResourceRequestMessageProcessor.process(MobilityControllerInternal mobilityController,
ConnectionManager connectionManager,
ConnectionId connectionId,
ResourceRequest resourceRequest)
|
void |
ResourceResponseMessageProcessor.process(MobilityControllerInternal mobilityController,
ConnectionManager connectionManager,
ConnectionId connectionId,
ResourceResponse resourceResponse)
|
| Uses of MobilityControllerInternal in com.googlecode.mobilityrpc.session.impl |
|---|
| Constructors in com.googlecode.mobilityrpc.session.impl with parameters of type MobilityControllerInternal | |
|---|---|
MobilitySessionImpl(UUID sessionId,
MobilityControllerInternal mobilityController)
|
|
SessionClassLoader(MobilityControllerInternal mobilityController,
UUID sessionId)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||