类的使用
org.springframework.web.socket.client.ConnectionManagerSupport
使用ConnectionManagerSupport的程序包 程序包 说明 org.springframework.web.socket.client Client-side abstractions for WebSocket applications.org.springframework.web.socket.client.standard Client-side classes for use with standard Java WebSocket endpoints.org.springframework.web.socket.client中ConnectionManagerSupport的使用
org.springframework.web.socket.client中ConnectionManagerSupport的子类 修饰符和类型 类 说明 classWebSocketConnectionManagerA WebSocket connection manager that is given a URI, aWebSocketClient, and aWebSocketHandler, connects to a WebSocket server throughstart()andstop()methods.org.springframework.web.socket.client.standard中ConnectionManagerSupport的使用
org.springframework.web.socket.client.standard中ConnectionManagerSupport的子类 修饰符和类型 类 说明 classAnnotatedEndpointConnectionManagerA WebSocket connection manager that is given a URI, aClientEndpoint-annotated endpoint, connects to a WebSocket server through thestart()andstop()methods.classEndpointConnectionManager