public class RestAssuredProxySelector extends ProxySelector implements groovy.lang.GroovyObject
Constructor and Description |
---|
RestAssuredProxySelector() |
Modifier and Type | Method and Description |
---|---|
void |
connectFailed(URI uri,
SocketAddress sa,
IOException ioe) |
ProxySelector |
getDelegatingProxySelector() |
groovy.lang.MetaClass |
getMetaClass() |
Object |
getProperty(String property) |
ProxySpecification |
getProxySpecification() |
Object |
invokeMethod(String method,
Object arguments) |
List |
select(URI uri) |
void |
setDelegatingProxySelector(ProxySelector value) |
void |
setMetaClass(groovy.lang.MetaClass mc) |
void |
setProperty(String property,
Object value) |
void |
setProxySpecification(ProxySpecification value) |
getDefault, setDefault
public ProxySelector getDelegatingProxySelector()
public void setDelegatingProxySelector(ProxySelector value)
public ProxySpecification getProxySpecification()
public void setProxySpecification(ProxySpecification value)
public List select(URI uri)
select
in class ProxySelector
public void connectFailed(URI uri, SocketAddress sa, IOException ioe)
connectFailed
in class ProxySelector
public groovy.lang.MetaClass getMetaClass()
getMetaClass
in interface groovy.lang.GroovyObject
public void setMetaClass(groovy.lang.MetaClass mc)
setMetaClass
in interface groovy.lang.GroovyObject
public Object invokeMethod(String method, Object arguments)
invokeMethod
in interface groovy.lang.GroovyObject
public Object getProperty(String property)
getProperty
in interface groovy.lang.GroovyObject
Copyright © 2010–2019. All rights reserved.