|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.glassfish.jersey.media.sse.SseFeature
public class SseFeature
A JAX-RS feature that enables Server-Sent Events support.
| Field Summary | |
|---|---|
static java.lang.String |
SERVER_SENT_EVENTS
String representation of Server sent events media type. |
static MediaType |
SERVER_SENT_EVENTS_TYPE
Server sent events media type. |
| Constructor Summary | |
|---|---|
SseFeature()
|
|
| Method Summary | |
|---|---|
boolean |
configure(FeatureContext context)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String SERVER_SENT_EVENTS
String representation of Server sent events media type. (""text/event-stream"").
public static final MediaType SERVER_SENT_EVENTS_TYPE
| Constructor Detail |
|---|
public SseFeature()
| Method Detail |
|---|
public boolean configure(FeatureContext context)
configure in interface Feature
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||