com.appenginefan.toolkit.common
Class ServerEndpoint
java.lang.Object
com.appenginefan.toolkit.common.ServerEndpoint
public class ServerEndpoint
- extends Object
A single endpoint for a WebConnectionClient.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
close
public void close()
getProperty
public String getProperty(String key,
String defaultValue)
open
public void open()
send
public void send(String message)
setProperty
public void setProperty(String key,
String valueOrNull)