class SessionTransportHeader : SessionTransport
SessionTransport that sets or gets the specific header name, applying/un-applying the specified transforms defined by transformers.
SessionTransportHeader(name: String, transformers: List<SessionTransportTransformer>)
SessionTransport that sets or gets the specific header name, applying/un-applying the specified transforms defined by transformers. |
val name: String
is a header name |
|
val transformers: List<SessionTransportTransformer>
is a list of registered session transformers |
fun clear(call: ApplicationCall): Unit
Clears session information from a specific call. |
|
fun receive(call: ApplicationCall): String?
Gets session information from a call and returns a String if success or null if failed. |
|
fun send(call: ApplicationCall, value: String): Unit
|
|
fun toString(): String |