We are happy to announce that the 1.1.0 release of Cettia Java Server is now generally available. In this release, various useful features have been added which make a real-time web application development much easier. Here are the key highlights of Cettia Java Server 1.1.
- A predicate to match sockets.
Server find(ServerSocketPredicate predicate, SerializableAction<ServerSocket> action)inServerSentence find(ServerSocketPredicate predicate)inServer
- A sentence accepts a socket action.
Sentence execute(SerializableAction<ServerSocket> action)inSentence
- A socket's attributes.
<T> T get(String name)inServerSocketServerSocket set(String name, Object value)inServerSocketServerSocket remove(String name)inServerSocket
- A socket identifier.
String id()inServerSocket
Before walking through each feature in a summary of the starter kit, I would like to thank Ralph, who has created and maintained cettia-demo, for sharing his ideas that have driven the development of 1.1. As always, Cettia is an open source project for the community by the community. Feel free to join the community and share your thoughts.
from DZone.com Feed https://ift.tt/2N45tGQ
No comments:
Post a Comment