TcpRoute

class TcpRoute

An object that represents a TCP route type.

Types

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

Properties

Link copied to clipboard

The action to take if a match is determined.

Link copied to clipboard

An object that represents the criteria for determining a request match.

Link copied to clipboard

An object that represents types of timeouts.

Functions

Link copied to clipboard
inline fun copy(block: TcpRoute.Builder.() -> Unit = {}): TcpRoute
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