Uses of Enum Class
org.springframework.web.socket.sockjs.transport.TransportType

Packages that use TransportType
Package
Description
SockJS client implementation of WebSocketClient.
Server-side support for SockJS transports including TransportHandler implementations for processing incoming requests, their session counterparts for sending messages over the various transports, and DefaultSockJsService.
TransportHandler implementation classes as well as a concrete SockJsService.