spring-framework / org.springframework.web.socket.sockjs.client / SockJsUrlInfo

SockJsUrlInfo

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

Constructors

<init>

SockJsUrlInfo(sockJsUrl: URI)

Functions

getInfoUrl

open fun getInfoUrl(): URI

getServerId

open fun getServerId(): String

getSessionId

open fun getSessionId(): String

getSockJsUrl

open fun getSockJsUrl(): URI

getTransportUrl

open fun getTransportUrl(transportType: TransportType): URI

toString

open fun toString(): String