ShimProxyClient

abstract class ShimProxyClient(url: URI) : ProxyClient

Inheritors

Constructors

Link copied to clipboard
constructor(url: URI)

Properties

Link copied to clipboard
open val allTargets: List<ProxyClient.ProxyTarget?>?

Functions

Link copied to clipboard
open override fun findTarget(exchange: HttpServerExchange?): ProxyClient.ProxyTarget?
Link copied to clipboard
open override fun getConnection(target: ProxyClient.ProxyTarget, exchange: HttpServerExchange, callback: ProxyCallback<ProxyConnection>, timeout: Long, timeUnit: TimeUnit)
Link copied to clipboard
abstract fun resolveUrl(exchange: HttpServerExchange): String?