Package | Description |
---|---|
io.cettia |
Modifier and Type | Method and Description |
---|---|
Sentence |
Server.all()
Returns a sentence that every socket in this server have to follow.
|
Sentence |
DefaultServer.all() |
Sentence |
Server.byTag(String... names)
Returns a sentence that the socket tagged with the given tags in this
server have to follow.
|
Sentence |
DefaultServer.byTag(String... names) |
Sentence |
Sentence.send(String event) |
Sentence |
Sentence.send(String event,
Object data) |
Sentence |
Sentence.tag(String... names) |
Sentence |
Sentence.untag(String... names) |
Copyright 2015, The Cettia Project