Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.springframework.web.socket.server Classes and Interfaces - 26 results found.
NameDescriptionTypePackageFramework
AbstractHandshakeHandlerA base class for HandshakeHandler implementations, independent from the Servlet API.Classorg.springframework.web.socket.server.supportSpring MVC
AbstractStandardUpgradeStrategyA base class for RequestUpgradeStrategy implementations that buildon the standard WebSocket API for Java (JSR-356).Classorg.springframework.web.socket.server.standardSpring MVC
AbstractTyrusRequestUpgradeStrategyA base class for RequestUpgradeStrategy implementations on top ofJSR-356 based servers which include Tyrus as their WebSocket engine.Classorg.springframework.web.socket.server.standardSpring MVC
AbstractTyrusRequestUpgradeStrategy .Tyrus135EndpointHelperClassorg.springframework.web.socket.server.standard.AbstractTyrusRequestUpgradeStrategySpring MVC
AbstractTyrusRequestUpgradeStrategy .Tyrus17EndpointHelperClassorg.springframework.web.socket.server.standard.AbstractTyrusRequestUpgradeStrategySpring MVC
AbstractTyrusRequestUpgradeStrategy .TyrusEndpointHelperHelps with the creation, registration, and un-registration of endpoints.Interfaceorg.springframework.web.socket.server.standard.AbstractTyrusRequestUpgradeStrategySpring MVC
DefaultHandshakeHandlerA default HandshakeHandler implementation,See AbstractHandshakeHandler's javadoc for details on supported servers etc.Classorg.springframework.web.socket.server.supportSpring MVC
GlassFishRequestUpgradeStrategyA WebSocket RequestUpgradeStrategy for Oracle's GlassFish 4.Classorg.springframework.web.socket.server.standardSpring MVC
HandshakeFailureExceptionThrown when handshake processing failed to complete due to an internal, unrecoverableerror.Classorg.springframework.web.socket.serverSpring MVC
HandshakeHandlerContract for processing a WebSocket handshake request.Interfaceorg.springframework.web.socket.serverSpring MVC
HandshakeInterceptorInterceptor for WebSocket handshake requests.Interfaceorg.springframework.web.socket.serverSpring MVC
HandshakeInterceptorChainA helper class that assists with invoking a list of handshake interceptors.Classorg.springframework.web.socket.server.supportSpring MVC
HttpSessionHandshakeInterceptorAn interceptor to copy information from the HTTP session to the handshakeattributes map to made available viaWebSocketSession.Classorg.springframework.web.socket.server.supportSpring MVC
JettyRequestUpgradeStrategyA RequestUpgradeStrategy for use with Jetty 9.Classorg.springframework.web.socket.server.jettySpring MVC
OriginHandshakeInterceptorAn interceptor to check request Origin header value against acollection of allowed origins.Classorg.springframework.web.socket.server.supportSpring MVC
RequestUpgradeStrategyA server-specific strategy for performing the actual upgrade to a WebSocket exchange.Interfaceorg.springframework.web.socket.serverSpring MVC
ServerEndpointExporterDetects beans of type ServerEndpointConfig and registerswith the standard Java WebSocket runtime.Classorg.springframework.web.socket.server.standardSpring MVC
ServerEndpointRegistrationAn implementation of ServerEndpointConfig for use inSpring applications.Classorg.springframework.web.socket.server.standardSpring MVC
ServletServerContainerFactoryBeanA FactoryBean for configuring ServerContainer.Classorg.springframework.web.socket.server.standardSpring MVC
SpringConfiguratorA ServerEndpointConfig.Classorg.springframework.web.socket.server.standardSpring MVC
TomcatRequestUpgradeStrategyA WebSocket RequestUpgradeStrategy for Apache Tomcat.Classorg.springframework.web.socket.server.standardSpring MVC
UndertowRequestUpgradeStrategyA WebSocket RequestUpgradeStrategy for use with WildFly and itsunderlying Undertow web server.Classorg.springframework.web.socket.server.standardSpring MVC
WebLogicRequestUpgradeStrategyA WebSocket RequestUpgradeStrategy for Oracle's WebLogic.Classorg.springframework.web.socket.server.standardSpring MVC
WebSocketHandlerMappingAn extension of SimpleUrlHandlerMapping that is also aSmartLifecycle container and propagates start and stop calls to anyClassorg.springframework.web.socket.server.supportSpring MVC
WebSocketHttpRequestHandlerA HttpRequestHandler for processing WebSocket handshake requests.Classorg.springframework.web.socket.server.supportSpring MVC
WebSphereRequestUpgradeStrategyWebSphere support for upgrading an HttpServletRequest during aWebSocket handshake.Classorg.springframework.web.socket.server.standardSpring MVC