ShimProxyClient

abstract inner class ShimProxyClient(url: URI) : ProxyClient

Inheritors

Constructors

Link copied to clipboard
constructor(url: URI)

Functions

Link copied to clipboard
open override fun findTarget(exchange: HttpServerExchange?): ProxyClient.ProxyTarget
Link copied to clipboard
open fun getAllTargets(): MutableList<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?