Class SseAutoDiscoverable
- java.lang.Object
-
- org.glassfish.jersey.media.sse.internal.SseAutoDiscoverable
-
- All Implemented Interfaces:
AutoDiscoverable,ForcedAutoDiscoverable
@Priority(2000) public final class SseAutoDiscoverable extends Object implements ForcedAutoDiscoverable
JerseyAutoDiscoverableresponsible for registeringSseFeature. If this feature is not already registered and the propertySseFeature.DISABLE_SSEis not set totrue, theSseFeaturewill be automatically registered.- Author:
- Libor Kramolis, Marek Potociar
-
-
Field Summary
-
Fields inherited from interface org.glassfish.jersey.internal.spi.AutoDiscoverable
DEFAULT_PRIORITY
-
-
Constructor Summary
Constructors Constructor Description SseAutoDiscoverable()
-
-
-
Method Detail
-
configure
public void configure(FeatureContext context)
- Specified by:
configurein interfaceAutoDiscoverable
-
-