public class JsonpReceivingTransportHandler extends AbstractHttpReceivingTransportHandler
TransportHandler that receives messages over HTTP.logger, UTF8_CHARSET| Constructor and Description |
|---|
JsonpReceivingTransportHandler() |
| Modifier and Type | Method and Description |
|---|---|
protected HttpStatus |
getResponseStatus() |
TransportType |
getTransportType()
Return the transport type supported by this handler.
|
void |
handleRequestInternal(ServerHttpRequest request,
ServerHttpResponse response,
WebSocketHandler wsHandler,
AbstractHttpSockJsSession sockJsSession) |
protected String[] |
readMessages(ServerHttpRequest request) |
handleRequestgetServiceConfig, initializepublic TransportType getTransportType()
TransportHandlerpublic void handleRequestInternal(ServerHttpRequest request, ServerHttpResponse response, WebSocketHandler wsHandler, AbstractHttpSockJsSession sockJsSession) throws SockJsException
handleRequestInternal in class AbstractHttpReceivingTransportHandlerSockJsExceptionprotected String[] readMessages(ServerHttpRequest request) throws IOException
readMessages in class AbstractHttpReceivingTransportHandlerIOExceptionprotected HttpStatus getResponseStatus()
getResponseStatus in class AbstractHttpReceivingTransportHandler