See: Description
Interface | Description |
---|---|
AbstractTyrusRequestUpgradeStrategy.TyrusEndpointHelper |
Helps with the creation, registration, and un-registration of endpoints.
|
Class | Description |
---|---|
AbstractStandardUpgradeStrategy |
A base class for
RequestUpgradeStrategy implementations that build
on the standard WebSocket API for Java (JSR-356). |
AbstractTyrusRequestUpgradeStrategy |
A base class for
RequestUpgradeStrategy implementations on top of
JSR-356 based servers which include Tyrus as their WebSocket engine. |
AbstractTyrusRequestUpgradeStrategy.Tyrus135EndpointHelper | |
AbstractTyrusRequestUpgradeStrategy.Tyrus17EndpointHelper | |
GlassFishRequestUpgradeStrategy |
A WebSocket
RequestUpgradeStrategy for Oracle's GlassFish 4.1 and higher. |
ServerEndpointExporter |
Detects beans of type
ServerEndpointConfig and registers
with the standard Java WebSocket runtime. |
ServerEndpointRegistration |
An implementation of
ServerEndpointConfig for use in
Spring applications. |
ServletServerContainerFactoryBean |
A
FactoryBean for configuring ServerContainer . |
SpringConfigurator |
A
ServerEndpointConfig.Configurator for initializing
ServerEndpoint -annotated classes through Spring. |
TomcatRequestUpgradeStrategy |
A WebSocket
RequestUpgradeStrategy for Apache Tomcat. |
UndertowRequestUpgradeStrategy |
A WebSocket
RequestUpgradeStrategy for use with WildFly and its
underlying Undertow web server. |
WebLogicRequestUpgradeStrategy |
A WebSocket
RequestUpgradeStrategy for Oracle's WebLogic. |
WebSphereRequestUpgradeStrategy |
WebSphere support for upgrading an
HttpServletRequest during a
WebSocket handshake. |