RouteSpec

class RouteSpec

An object that represents a route specification. Specify one route type.

Types

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

Properties

Link copied to clipboard

An object that represents the specification of a gRPC route.

Link copied to clipboard

An object that represents the specification of an HTTP/2 route.

Link copied to clipboard

An object that represents the specification of an HTTP route.

Link copied to clipboard

The priority for the route. Routes are matched based on the specified value, where 0 is the highest priority.

Link copied to clipboard

An object that represents the specification of a TCP route.

Functions

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