|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjavax.ws.rs.core.GenericType<T>
org.glassfish.jersey.server.ChunkedOutput<OutboundEvent>
org.glassfish.jersey.media.sse.EventOutput
public class EventOutput
Outbound Server-Sent Events channel. When returned from resource method, underlying connection is kept open and application is able to send events. One instance of this class corresponds with exactly one HTTP connection.
| Constructor Summary | |
|---|---|
EventOutput()
|
|
| Method Summary |
|---|
| Methods inherited from class org.glassfish.jersey.server.ChunkedOutput |
|---|
close, equals, hashCode, isClosed, toString, write |
| Methods inherited from class javax.ws.rs.core.GenericType |
|---|
getRawType, getType |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public EventOutput()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||