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

org.testifyproject.spi.SocketFactory Maven / Gradle / Ivy

There is a newer version: 1.0.0
Show newest version
package org.testifyproject.spi;

import org.testifyproject.apache.http.client.HttpClient;
import org.testifyproject.apache.http.conn.scheme.SchemeSocketFactory;

public interface SocketFactory extends SchemeSocketFactory {

  boolean supports(String scheme);

  String sanitize(String uri);

  void configure(HttpClient httpClient, String sanitizedUri);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy