Class SockJsUrlInfo
java.lang.Object
org.springframework.web.socket.sockjs.client.SockJsUrlInfo
-
Constructor Summary
ConstructorsConstructorDescriptionSockJsUrlInfo
(URI sockJsUrl) Construct a newSockJsUrlInfo
instance, calculating a random server id and session id if necessary.Construct a newSockJsUrlInfo
instance. -
Method Summary
Modifier and TypeMethodDescriptiongetTransportUrl
(TransportType transportType) protected UUID
getUuid()
toString()
-
Constructor Details
-
SockJsUrlInfo
Construct a newSockJsUrlInfo
instance, calculating a random server id and session id if necessary.- Parameters:
sockJsUrl
- the target URL
-
SockJsUrlInfo
-
-
Method Details
-
getSockJsUrl
-
getServerId
-
getSessionId
-
getUuid
-
getInfoUrl
-
getTransportUrl
-
toString
-