companion object Feature : ApplicationFeature<Application, WebSocketOptions, WebSockets>
Feature installation object.
val EXTENSIONS_KEY: AttributeKey<List<WebSocketExtension<*>>>
Key for saving configured WebSocket extensions for the specific call. |
|
val key: AttributeKey<WebSockets> |
fun install(pipeline: Application, configure: WebSocketOptions.() -> Unit): WebSockets |