Java org.springframework.web.socket.client WebSocketConnectionManager fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.web.socket.client WebSocketConnectionManager fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.web.socket.client WebSocketConnectionManager.

The text is from its open source code.

Method

voidsetAutoStartup(boolean autoStartup)
Set whether to auto-connect to the remote endpoint after this connection manager has been initialized and the Spring context has been refreshed.
voidsetHeaders(HttpHeaders headers)
Provide default headers to add to the WebSocket handshake request.
voidsetSubProtocols(List protocols)
Set the sub-protocols to use.
voidstart()
Start the WebSocket connection.