controllers
Class UdpPingController
java.lang.Object
controllers.UdpPingController
@Singleton
public class UdpPingController
- extends Object
Counts the number of UDP packets received, demonstrates the lifecycle capabilities of the framework
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UdpPingController
public UdpPingController()
startReceiving
public void startReceiving()
throws IOException
- Throws:
IOException
stopReceiving
public void stopReceiving()
getCount
public Result getCount(Context ctx)
Copyright © 2012. All Rights Reserved.