Uses of Enum Class
org.springframework.web.socket.sockjs.transport.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
.-
Uses of TransportType in org.springframework.web.socket.sockjs.client
Modifier and TypeMethodDescriptionAbstractXhrTransport.getTransportTypes()
Transport.getTransportTypes()
Get the SockJS transport types that this transport can be used for.WebSocketTransport.getTransportTypes()
-
Uses of TransportType in org.springframework.web.socket.sockjs.transport
Modifier and TypeMethodDescriptionstatic TransportType
TransportHandler.getTransportType()
Return the transport type supported by this handler.static TransportType
Returns the enum constant of this class with the specified name.static TransportType[]
TransportType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionTransportHandlingSockJsService.getTransportHandlers()
Return the registered handlers per transport type. -
Uses of TransportType in org.springframework.web.socket.sockjs.transport.handler
Modifier and TypeMethodDescriptionEventSourceTransportHandler.getTransportType()
HtmlFileTransportHandler.getTransportType()
WebSocketTransportHandler.getTransportType()
XhrPollingTransportHandler.getTransportType()
XhrReceivingTransportHandler.getTransportType()
XhrStreamingTransportHandler.getTransportType()