JavaScript is disabled on your browser.
Skip navigation links
Spring Framework
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH:
Uses of Class
org.springframework.web.socket.sockjs.transport.handler.AbstractHttpReceivingTransportHandler
Packages that use
AbstractHttpReceivingTransportHandler
Package
Description
org.springframework.web.socket.sockjs.transport.handler
TransportHandler
implementation classes as well as a concrete
SockJsService
.
Uses of
AbstractHttpReceivingTransportHandler
in
org.springframework.web.socket.sockjs.transport.handler
Subclasses of
AbstractHttpReceivingTransportHandler
in
org.springframework.web.socket.sockjs.transport.handler
Modifier and Type
Class
Description
class
XhrReceivingTransportHandler
A
TransportHandler
that receives messages over HTTP.