Uses of Class
org.springframework.web.socket.sockjs.transport.session.AbstractHttpSockJsSession
Packages that use AbstractHttpSockJsSession
Package
Description
TransportHandler
implementation classes as well as a concrete
SockJsService.SockJS specific implementations of
WebSocketSession.-
Uses of AbstractHttpSockJsSession in org.springframework.web.socket.sockjs.transport.handler
Methods in org.springframework.web.socket.sockjs.transport.handler with parameters of type AbstractHttpSockJsSessionModifier and TypeMethodDescriptionprotected voidAbstractHttpReceivingTransportHandler.handleRequestInternal(ServerHttpRequest request, ServerHttpResponse response, WebSocketHandler wsHandler, AbstractHttpSockJsSession sockJsSession) protected voidAbstractHttpSendingTransportHandler.handleRequestInternal(ServerHttpRequest request, ServerHttpResponse response, AbstractHttpSockJsSession sockJsSession) voidHtmlFileTransportHandler.handleRequestInternal(ServerHttpRequest request, ServerHttpResponse response, AbstractHttpSockJsSession sockJsSession) -
Uses of AbstractHttpSockJsSession in org.springframework.web.socket.sockjs.transport.session
Modifier and TypeClassDescriptionclassA SockJS session for use with polling HTTP transports.classA SockJS session for use with streaming HTTP transports.