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.-
Uses of TransportType in org.springframework.web.socket.sockjs.client
Methods in org.springframework.web.socket.sockjs.client that return types with arguments of type TransportTypeModifier and TypeMethodDescriptionAbstractXhrTransport.getTransportTypes()Transport.getTransportTypes()Return the SockJS transport types that this transport can be used for.WebSocketTransport.getTransportTypes()Methods in org.springframework.web.socket.sockjs.client with parameters of type TransportType -
Uses of TransportType in org.springframework.web.socket.sockjs.transport
Methods in org.springframework.web.socket.sockjs.transport that return TransportTypeModifier and TypeMethodDescriptionstatic TransportTypeTransportHandler.getTransportType()Return the transport type supported by this handler.static TransportTypeReturns 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.Methods in org.springframework.web.socket.sockjs.transport that return types with arguments of type TransportTypeModifier and TypeMethodDescriptionTransportHandlingSockJsService.getTransportHandlers()Return the registered handlers per transport type. -
Uses of TransportType in org.springframework.web.socket.sockjs.transport.handler
Methods in org.springframework.web.socket.sockjs.transport.handler that return TransportTypeModifier and TypeMethodDescriptionEventSourceTransportHandler.getTransportType()HtmlFileTransportHandler.getTransportType()WebSocketTransportHandler.getTransportType()XhrPollingTransportHandler.getTransportType()XhrReceivingTransportHandler.getTransportType()XhrStreamingTransportHandler.getTransportType()