All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.restassured.internal.proxy.RestAssuredProxySelector Maven / Gradle / Ivy

There is a newer version: 5.5.0
Show newest version
package io.restassured.internal.proxy;

import java.lang.*;
import java.io.*;
import java.net.*;
import java.util.*;
import groovy.lang.*;
import groovy.util.*;

public class RestAssuredProxySelector
  extends java.net.ProxySelector  implements
    groovy.lang.GroovyObject {
public  java.net.ProxySelector getDelegatingProxySelector() { return (java.net.ProxySelector)null;}
public  void setDelegatingProxySelector(java.net.ProxySelector value) { }
public  io.restassured.specification.ProxySpecification getProxySpecification() { return (io.restassured.specification.ProxySpecification)null;}
public  void setProxySpecification(io.restassured.specification.ProxySpecification value) { }
public  java.util.List select(java.net.URI uri) { return (java.util.List)null;}
public  void connectFailed(java.net.URI uri, java.net.SocketAddress sa, java.io.IOException ioe) { }
public  groovy.lang.MetaClass getMetaClass() { return (groovy.lang.MetaClass)null;}
public  void setMetaClass(groovy.lang.MetaClass mc) { }
public  java.lang.Object invokeMethod(java.lang.String method, java.lang.Object arguments) { return null;}
public  java.lang.Object getProperty(java.lang.String property) { return null;}
public  void setProperty(java.lang.String property, java.lang.Object value) { }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy