Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.springframework.web.socket.client Classes and Interfaces - 9 results found.
NameDescriptionTypePackageFramework
AbstractWebSocketClientAbstract base class for WebSocketClient implementations.Classorg.springframework.web.socket.clientSpring MVC
AnnotatedEndpointConnectionManagerA WebSocket connection manager that is given a URI, aClientEndpoint-annotated endpoint, connects to aClassorg.springframework.web.socket.client.standardSpring MVC
ConnectionManagerSupportA base class for WebSocket connection managers.Classorg.springframework.web.socket.clientSpring MVC
EndpointConnectionManagerA WebSocket connection manager that is given a URI, an Endpoint, connects to aWebSocket server through the ConnectionManagerSupport.Classorg.springframework.web.socket.client.standardSpring MVC
JettyWebSocketClientInitiates WebSocket requests to a WebSocket server programmaticallythrough the Jetty WebSocket API.Classorg.springframework.web.socket.client.jettySpring MVC
StandardWebSocketClientA WebSocketClient based on standard Java WebSocket API.Classorg.springframework.web.socket.client.standardSpring MVC
WebSocketClientContract for initiating a WebSocket request.Interfaceorg.springframework.web.socket.clientSpring MVC
WebSocketConnectionManagerA WebSocket connection manager that is given a URI, a WebSocketClient, and aWebSocketHandler, connects to a WebSocket server through ConnectionManagerSupport.Classorg.springframework.web.socket.clientSpring MVC
WebSocketContainerFactoryBeanA FactoryBean for creating and configuring a WebSocketContainerthrough Spring XML configuration.Classorg.springframework.web.socket.client.standardSpring MVC