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

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

public class PongMessageProcessor
extends Object
implements DeserializedMessageProcessor<Pong>

Author:
Niall Gallagher

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

Constructor Detail

PongMessageProcessor

public PongMessageProcessor()
Method Detail

process

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


Copyright © 2016. All rights reserved.