public class JsonpTransportHandler extends AbstractHttpReceivingTransportHandler
TransportHandler that receives messages over HTTP.logger| Constructor and Description |
|---|
JsonpTransportHandler() |
| Modifier and Type | Method and Description |
|---|---|
protected HttpStatus |
getResponseStatus() |
TransportType |
getTransportType() |
void |
handleRequestInternal(ServerHttpRequest request,
ServerHttpResponse response,
AbstractSockJsSession sockJsSession) |
protected String[] |
readMessages(ServerHttpRequest request) |
getObjectMapper, handleRequest, sendInternalServerErrorpublic TransportType getTransportType()
public void handleRequestInternal(ServerHttpRequest request, ServerHttpResponse response, AbstractSockJsSession sockJsSession) throws TransportErrorException
handleRequestInternal in class AbstractHttpReceivingTransportHandlerTransportErrorExceptionprotected String[] readMessages(ServerHttpRequest request) throws IOException
readMessages in class AbstractHttpReceivingTransportHandlerIOExceptionprotected HttpStatus getResponseStatus()
getResponseStatus in class AbstractHttpReceivingTransportHandler