open class TomcatRequestUpgradeStrategy : RequestUpgradeStrategy
A RequestUpgradeStrategy for use with Tomcat.
Author
Violeta Georgieva
Since
5.0
TomcatRequestUpgradeStrategy()
A RequestUpgradeStrategy for use with Tomcat. |
open fun getAsyncSendTimeout(): Long |
|
open fun getMaxBinaryMessageBufferSize(): Int |
|
open fun getMaxSessionIdleTimeout(): Long |
|
open fun getMaxTextMessageBufferSize(): Int |
|
open fun setAsyncSendTimeout(timeoutInMillis: Long): Unit
Exposes the underlying config option on |
|
open fun setMaxBinaryMessageBufferSize(bufferSize: Int): Unit
Exposes the underlying config option on |
|
open fun setMaxSessionIdleTimeout(timeoutInMillis: Long): Unit
Exposes the underlying config option on |
|
open fun setMaxTextMessageBufferSize(bufferSize: Int): Unit
Exposes the underlying config option on |
|
open fun upgrade(exchange: ServerWebExchange, handler: WebSocketHandler, subProtocol: String): Mono<Void> |