org.atmosphere.samples.chat.jaxrs2
Class Response

java.lang.Object
  extended by org.atmosphere.samples.chat.jaxrs2.Response

public class Response
extends Object


Field Summary
 String author
           
 String text
           
 long time
           
 
Constructor Summary
Response()
           
Response(String author, String text)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

text

public String text

author

public String author

time

public long time
Constructor Detail

Response

public Response(String author,
                String text)

Response

public Response()


Copyright © 2013. All Rights Reserved.