org.glassfish.tyrus.sample.chat.chatdata
Class ChatUpdateDecoder
java.lang.Object
org.glassfish.tyrus.sample.chat.chatdata.ChatUpdateDecoder
- All Implemented Interfaces:
- Decoder, Decoder.Text
public class ChatUpdateDecoder
- extends Object
- implements Decoder.Text
- Author:
- Danny Coward (danny.coward at oracle.com)
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ChatUpdateDecoder
public ChatUpdateDecoder()
decode
public ChatUpdateMessage decode(String s)
- Specified by:
decode in interface Decoder.Text
willDecode
public boolean willDecode(String s)
- Specified by:
willDecode in interface Decoder.Text
Copyright © 2012. All Rights Reserved.