public class EventSourceTransportHandler extends AbstractHttpSendingTransportHandler
logger
Constructor and Description |
---|
EventSourceTransportHandler() |
Modifier and Type | Method and Description |
---|---|
StreamingSockJsSession |
createSession(String sessionId,
WebSocketHandler wsHandler,
Map<String,Object> attributes)
Create a new SockJS session.
|
protected MediaType |
getContentType() |
protected SockJsFrame.FrameFormat |
getFrameFormat(ServerHttpRequest request) |
TransportType |
getTransportType() |
getCallbackParam, handleRequest, handleRequestInternal
getSockJsServiceConfig, setSockJsServiceConfiguration
public TransportType getTransportType()
protected MediaType getContentType()
getContentType
in class AbstractHttpSendingTransportHandler
public StreamingSockJsSession createSession(String sessionId, WebSocketHandler wsHandler, Map<String,Object> attributes)
SockJsSessionFactory
sessionId
- the ID of the sessionwsHandler
- the underlying WebSocketHandler
attributes
- handshake request specific attributesnull
protected SockJsFrame.FrameFormat getFrameFormat(ServerHttpRequest request)
getFrameFormat
in class AbstractHttpSendingTransportHandler