org.webbitserver
Class EventSourceMessage
java.lang.Object
org.webbitserver.EventSourceMessage
public class EventSourceMessage
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EventSourceMessage
public EventSourceMessage()
EventSourceMessage
public EventSourceMessage(String data)
data
public EventSourceMessage data(String data)
comment
public EventSourceMessage comment(String data)
id
public EventSourceMessage id(long id)
id
public EventSourceMessage id(String id)
event
public EventSourceMessage event(String event)
retry
public EventSourceMessage retry(Long reconnectionTimeMillis)
build
public String build()
Copyright © 2012. All Rights Reserved.