open class SockJsUrlInfo
Container for the base URL of a SockJS endpoint with additional helper methods to derive related SockJS URLs as the info URL and transport URLs.
Author
Rossen Stoyanchev
Since
4.1
SockJsUrlInfo(sockJsUrl: URI) |
open fun getInfoUrl(): URI |
|
open fun getServerId(): String |
|
open fun getSessionId(): String |
|
open fun getSockJsUrl(): URI |
|
open fun getTransportUrl(transportType: TransportType): URI |
|
open fun toString(): String |