TransportFactory

interface TransportFactory

This is the interface for the transport factory

Functions

Link copied to clipboard
abstract fun createTransport(    authDelegate: AuthDelegate,     messageConsumer: MessageConsumer,     transportObserver: TransportListener,     isStartReceiveServerInitiatedDirective: () -> Boolean): Transport

Creates a new transport.