UpgradeRequest

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

Properties

Link copied to clipboard
val disableAsyncInput: Boolean
Link copied to clipboard
val engineContext: CoroutineContext
Link copied to clipboard
val response: HttpServletResponse
Link copied to clipboard
val upgradeMessage: OutgoingContent.ProtocolUpgrade
Link copied to clipboard
val userContext: CoroutineContext