com.googlecode.mobilityrpc.protocol.processors.impl
Class PingMessageProcessor

java.lang.Object
  extended by com.googlecode.mobilityrpc.protocol.processors.impl.PingMessageProcessor
All Implemented Interfaces:
DeserializedMessageProcessor<Ping>

public class PingMessageProcessor
extends Object
implements DeserializedMessageProcessor<Ping>

Author:
Niall Gallagher

Constructor Summary
PingMessageProcessor()
           
 
Method Summary
 void process(MobilityControllerInternal mobilityController, ConnectionManager connectionManager, ConnectionId connectionId, Ping ping)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PingMessageProcessor

public PingMessageProcessor()
Method Detail

process

public void process(MobilityControllerInternal mobilityController,
                    ConnectionManager connectionManager,
                    ConnectionId connectionId,
                    Ping ping)
Specified by:
process in interface DeserializedMessageProcessor<Ping>


Copyright © 2016. All rights reserved.