HTTP2TransportFactory

class HTTP2TransportFactory(serverInfo: NuguServerInfo, dnsLookup: DnsLookup? = null) : TransportFactory

HTTP2TransportFactory to create HTTP2Transport.

Parameters

option

the options for Transport

Constructors

Link copied to clipboard
fun HTTP2TransportFactory(serverInfo: NuguServerInfo, dnsLookup: DnsLookup? = null)

Functions

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