SessionTransportHeader
class SessionTransportHeader : SessionTransport
SessionTransport that sets or gets the specific header name, applying/un-applying the specified transforms defined by transformers.
Constructors
SessionTransportHeader( SessionTransport that sets or gets the specific header name, applying/un-applying the specified transforms defined by transformers. |
Properties
val name: String is a header name |
|
val transformers: List<SessionTransportTransformer> is a list of registered session transformers |
Functions
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 |