public interface AbstractServerSocket<T>
Modifier and Type | Method and Description |
---|---|
void |
close()
Closes the socket.
|
T |
send(String event)
Sends a given event without data.
|
T |
send(String event,
Object data)
Sends a given event with data.
|
T |
tag(String... names)
Attaches given tags to the socket.
|
T |
untag(String... names)
Detaches given tags from the socket.
|
Copyright 2015, The Cettia Project