PluginArtifactRepositoryProxyClient

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
open override fun resolveUrl(exchange: HttpServerExchange): String?