bamboo.www
Class WebInterface.PingHandler

java.lang.Object
  extended by bamboo.www.WebInterface.PingHandler
Enclosing class:
WebInterface

public static class WebInterface.PingHandler
extends Object


Constructor Summary
WebInterface.PingHandler()
           
 
Method Summary
 void ping(String user_agent, InetSocketAddress client, Curry.Thunk1<Object> result_cb)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebInterface.PingHandler

public WebInterface.PingHandler()
Method Detail

ping

public void ping(String user_agent,
                 InetSocketAddress client,
                 Curry.Thunk1<Object> result_cb)