org.glassfish.tyrus.sample.chat
Class UserListUpdateEncoder

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

public class UserListUpdateEncoder
extends Object
implements Encoder.Text<UserListUpdateMessage>

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
UserListUpdateEncoder()
           
 
Method Summary
 String encode(UserListUpdateMessage ulum)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserListUpdateEncoder

public UserListUpdateEncoder()
Method Detail

encode

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


Copyright © 2012. All Rights Reserved.