HTTP2TransportFactory
class HTTP2TransportFactory(serverInfo: NuguServerInfo, dnsLookup: DnsLookup? = null) : TransportFactory
Content copied to clipboard
HTTP2TransportFactory to create HTTP2Transport.
Parameters
option
the options for Transport
Constructors
Link copied to clipboard
fun HTTP2TransportFactory(serverInfo: NuguServerInfo, dnsLookup: DnsLookup? = null)
Content copied to clipboard
Functions
Link copied to clipboard
open override fun createTransport( authDelegate: AuthDelegate, messageConsumer: MessageConsumer, transportObserver: TransportListener, isStartReceiveServerInitiatedDirective: () -> Boolean): Transport
Content copied to clipboard