Java org.springframework.web.socket.sockjs.transport TransportHandler fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.web.socket.sockjs.transport TransportHandler fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.web.socket.sockjs.transport TransportHandler.

The text is from its open source code.

Implementation

org.springframework.web.socket.sockjs.transport.TransportHandler has the following implementations.
Click this link to see all its implementation.

Method

TransportTypegetTransportType()
Return the transport type supported by this handler.
voidhandleRequest(ServerHttpRequest request, ServerHttpResponse response, WebSocketHandler handler, SockJsSession session)
Handle the given request and delegate messages to the provided WebSocketHandler .
voidinitialize(SockJsServiceConfig serviceConfig)
Initialize this handler with the given configuration.