Package org.smallmind.web.jersey.proxy
Class JsonTargetFactory
- java.lang.Object
-
- org.smallmind.web.jersey.proxy.JsonTargetFactory
-
public class JsonTargetFactory extends Object
-
-
Constructor Summary
Constructors Constructor Description JsonTargetFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static JsonTargetmanufacture(String host, int concurrencyLevel, int timeout)static JsonTargetmanufacture(HttpProtocol protocol, String host, int concurrencyLevel, int timeout)static JsonTargetmanufacture(HttpProtocol protocol, String host, int port, int concurrencyLevel, int timeout)static JsonTargetmanufacture(HttpProtocol protocol, String host, int port, String context, int concurrencyLevel, int timeout)static JsonTargetmanufacture(HttpProtocol protocol, String host, String context, int concurrencyLevel, int timeout)
-
-
-
Method Detail
-
manufacture
public static JsonTarget manufacture(String host, int concurrencyLevel, int timeout) throws NoSuchAlgorithmException, MalformedURLException, URISyntaxException, KeyStoreException, KeyManagementException
-
manufacture
public static JsonTarget manufacture(HttpProtocol protocol, String host, int concurrencyLevel, int timeout) throws NoSuchAlgorithmException, MalformedURLException, URISyntaxException, KeyStoreException, KeyManagementException
-
manufacture
public static JsonTarget manufacture(HttpProtocol protocol, String host, int port, int concurrencyLevel, int timeout) throws NoSuchAlgorithmException, MalformedURLException, URISyntaxException, KeyStoreException, KeyManagementException
-
manufacture
public static JsonTarget manufacture(HttpProtocol protocol, String host, String context, int concurrencyLevel, int timeout) throws NoSuchAlgorithmException, MalformedURLException, URISyntaxException, KeyStoreException, KeyManagementException
-
manufacture
public static JsonTarget manufacture(HttpProtocol protocol, String host, int port, String context, int concurrencyLevel, int timeout) throws NoSuchAlgorithmException, MalformedURLException, URISyntaxException, KeyStoreException, KeyManagementException
-
-