UpgradeRequest

class UpgradeRequest(val response: HttpServletResponse, val upgradeMessage: OutgoingContent.ProtocolUpgrade, val engineContext: CoroutineContext, val userContext: CoroutineContext, val disableAsyncInput: Boolean)

Constructors

Link copied to clipboard
constructor(response: HttpServletResponse, upgradeMessage: OutgoingContent.ProtocolUpgrade, engineContext: CoroutineContext, userContext: CoroutineContext, disableAsyncInput: Boolean)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val response: HttpServletResponse
Link copied to clipboard