TcpTimeout

An object that represents types of timeouts.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

An object that represents an idle timeout. An idle timeout bounds the amount of time that a connection may be idle. The default value is none.

Functions

Link copied to clipboard
inline fun copy(block: TcpTimeout.Builder.() -> Unit = {}): TcpTimeout
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String