Package com.skt.nugu.sdk.core.interfaces.transport

Types

Link copied to clipboard
data class CallOptions(val waitForReady: Boolean)

The collection of runtime options for a new RPC call.

Link copied to clipboard
data class ChannelOptions(val idleTimeout: IdleTimeout)

The collection of runtime options for creating a new Channel.

Link copied to clipboard
interface DnsLookup

A domain name service that resolves IP addresses for host names. Implementations of this interface must be safe for concurrent use.

Link copied to clipboard
class FixedStateCall(    val status: Status,     val request: MessageRequest,     listener: MessageSender.OnSendMessageListener) : Call

This class returns a predefined status

Link copied to clipboard
data class IdleTimeout(val value: Long, val unit: TimeUnit)
Link copied to clipboard
interface Transport

This class defines the interface for transport that must be implemented to represent the creation and management of an interface.

Link copied to clipboard
interface TransportFactory

This is the interface for the transport factory

Link copied to clipboard
interface TransportListener

An interface class which allows a derived class to observe a Transport implementation.