SessionTransportHeader
class SessionTransportHeader(name: String, transformers: List<SessionTransportTransformer>) : SessionTransport
Content copied to clipboard
SessionTransport that sets or gets the specific header name, applying/un-applying the specified transforms defined by transformers.
Constructors
Link copied to clipboard
fun SessionTransportHeader(name: String, transformers: List<SessionTransportTransformer>)
Content copied to clipboard
Functions
Link copied to clipboard
Clears session information from a specific call.
Link copied to clipboard
Gets session information from a call and returns a String if success or null if failed.