|
|
|
|
@@ -262,7 +262,7 @@ public class WebSocketStompClient extends StompClientSupport implements SmartLif
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* An overloaded version of
|
|
|
|
|
* {@link #connect(String, StompSessionHandler, Object...)} that also
|
|
|
|
|
* {@link #connectAsync(String, StompSessionHandler, Object...)} that also
|
|
|
|
|
* accepts {@link WebSocketHttpHeaders} to use for the WebSocket handshake.
|
|
|
|
|
* @param url the url to connect to
|
|
|
|
|
* @param handshakeHeaders the headers for the WebSocket handshake
|
|
|
|
|
@@ -283,7 +283,7 @@ public class WebSocketStompClient extends StompClientSupport implements SmartLif
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* An overloaded version of
|
|
|
|
|
* {@link #connect(String, StompSessionHandler, Object...)} that also
|
|
|
|
|
* {@link #connectAsync(String, StompSessionHandler, Object...)} that also
|
|
|
|
|
* accepts {@link WebSocketHttpHeaders} to use for the WebSocket handshake.
|
|
|
|
|
* @param url the url to connect to
|
|
|
|
|
* @param handshakeHeaders the headers for the WebSocket handshake
|
|
|
|
|
@@ -300,7 +300,7 @@ public class WebSocketStompClient extends StompClientSupport implements SmartLif
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* An overloaded version of
|
|
|
|
|
* {@link #connect(String, StompSessionHandler, Object...)} that also accepts
|
|
|
|
|
* {@link #connectAsync(String, StompSessionHandler, Object...)} that also accepts
|
|
|
|
|
* {@link WebSocketHttpHeaders} to use for the WebSocket handshake and
|
|
|
|
|
* {@link StompHeaders} for the STOMP CONNECT frame.
|
|
|
|
|
* @param url the url to connect to
|
|
|
|
|
@@ -323,7 +323,7 @@ public class WebSocketStompClient extends StompClientSupport implements SmartLif
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* An overloaded version of
|
|
|
|
|
* {@link #connect(String, StompSessionHandler, Object...)} that also accepts
|
|
|
|
|
* {@link #connectAsync(String, StompSessionHandler, Object...)} that also accepts
|
|
|
|
|
* {@link WebSocketHttpHeaders} to use for the WebSocket handshake and
|
|
|
|
|
* {@link StompHeaders} for the STOMP CONNECT frame.
|
|
|
|
|
* @param url the url to connect to
|
|
|
|
|
@@ -344,7 +344,7 @@ public class WebSocketStompClient extends StompClientSupport implements SmartLif
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* An overloaded version of
|
|
|
|
|
* {@link #connect(String, WebSocketHttpHeaders, StompSessionHandler, Object...)}
|
|
|
|
|
* {@link #connectAsync(String, WebSocketHttpHeaders, StompSessionHandler, Object...)}
|
|
|
|
|
* that accepts a fully prepared {@link java.net.URI}.
|
|
|
|
|
* @param url the url to connect to
|
|
|
|
|
* @param handshakeHeaders the headers for the WebSocket handshake
|
|
|
|
|
@@ -365,7 +365,7 @@ public class WebSocketStompClient extends StompClientSupport implements SmartLif
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* An overloaded version of
|
|
|
|
|
* {@link #connect(String, WebSocketHttpHeaders, StompSessionHandler, Object...)}
|
|
|
|
|
* {@link #connectAsync(String, WebSocketHttpHeaders, StompSessionHandler, Object...)}
|
|
|
|
|
* that accepts a fully prepared {@link java.net.URI}.
|
|
|
|
|
* @param url the url to connect to
|
|
|
|
|
* @param handshakeHeaders the headers for the WebSocket handshake
|
|
|
|
|
|