org.glassfish.tyrus.sample.chat
Class ChatTranscriptUpdateEncoder

java.lang.Object
  extended by org.glassfish.tyrus.sample.chat.ChatTranscriptUpdateEncoder
All Implemented Interfaces:
Encoder, Encoder.Text<ChatTranscriptUpdateMessage>

public class ChatTranscriptUpdateEncoder
extends Object
implements Encoder.Text<ChatTranscriptUpdateMessage>

Author:
Danny Coward (danny.coward at oracle.com)

Nested Class Summary
 
Nested classes/interfaces inherited from interface javax.net.websocket.Encoder
Encoder.Binary<T>, Encoder.BinaryStream<T>, Encoder.Text<T>, Encoder.TextStream<T>
 
Constructor Summary
ChatTranscriptUpdateEncoder()
           
 
Method Summary
 String encode(ChatTranscriptUpdateMessage ctum)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChatTranscriptUpdateEncoder

public ChatTranscriptUpdateEncoder()
Method Detail

encode

public String encode(ChatTranscriptUpdateMessage ctum)
              throws EncodeException
Specified by:
encode in interface Encoder.Text<ChatTranscriptUpdateMessage>
Throws:
EncodeException


Copyright © 2012. All Rights Reserved.