Class SockJsUrlInfo
java.lang.Object
org.springframework.web.socket.sockjs.client.SockJsUrlInfo
- 
Constructor Summary
ConstructorsConstructorDescriptionSockJsUrlInfo(URI sockJsUrl) Construct a newSockJsUrlInfoinstance, calculating a random server id and session id if necessary.Construct a newSockJsUrlInfoinstance. - 
Method Summary
Modifier and TypeMethodDescriptiongetTransportUrl(TransportType transportType) protected UUIDgetUuid()toString() 
- 
Constructor Details
- 
SockJsUrlInfo
Construct a newSockJsUrlInfoinstance, 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
 
 -