Package org.springframework.web.socket.sockjs.transport
@NonNullApi
@NonNullFields
package org.springframework.web.socket.sockjs.transport
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
.-
ClassDescriptionProvides transport handling code with access to the
SockJsService
configuration options they need to have access to.SockJS extension of Spring's standardWebSocketSession
.A factory for creating a SockJS session.Handle a SockJS session URL, i.e.A basic implementation ofSockJsService
with support for SPI-based transport handling and session management.SockJS transport types.