ConnectionOptions
class ConnectionOptions
Represents a parsed Connection
header
Constructors
ConnectionOptions( Represents a parsed |
Properties
val close: Boolean
|
|
a list of extra connection header options other than close, keep-alive and upgrade |
|
val keepAlive: Boolean
|
|
val upgrade: Boolean
|
Functions
fun hashCode(): Int |
|
fun toString(): String |
Companion Object Properties
val Close: ConnectionOptions An instance for |
|
val KeepAlive: ConnectionOptions An instance for |
|
val Upgrade: ConnectionOptions An instance for |
Companion Object Functions
fun parse(connection: CharSequence?): ConnectionOptions? Parse |