Java org.springframework.web.socket.sockjs.client TransportRequest fields, constructors, methods, implement or subclass

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

Introduction

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

The text is from its open source code.

Implementation

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

Method

voidaddTimeoutTask(Runnable runnable)
Register a timeout cleanup task to invoke if the SockJS session is not fully established within the calculated retransmission timeout period.
HttpHeadersgetHandshakeHeaders()
Return the headers to send with the connect request.
URIgetTransportUrl()
Return the transport URL for the given transport.