public class JsonTargetFactory extends Object
| Constructor and Description |
|---|
JsonTargetFactory() |
| Modifier and Type | Method and Description |
|---|---|
static JsonTarget |
manufacture(HttpProtocol protocol,
String host,
int concurrencyLevel,
int timeout) |
static JsonTarget |
manufacture(HttpProtocol protocol,
String host,
int port,
int concurrencyLevel,
int timeout) |
static JsonTarget |
manufacture(HttpProtocol protocol,
String host,
int port,
String context,
int concurrencyLevel,
int timeout) |
static JsonTarget |
manufacture(HttpProtocol protocol,
String host,
String context,
int concurrencyLevel,
int timeout) |
static JsonTarget |
manufacture(String host,
int concurrencyLevel,
int timeout) |
public static JsonTarget manufacture(String host, int concurrencyLevel, int timeout) throws NoSuchAlgorithmException, MalformedURLException, URISyntaxException, KeyStoreException, KeyManagementException
public static JsonTarget manufacture(HttpProtocol protocol, String host, int concurrencyLevel, int timeout) throws NoSuchAlgorithmException, MalformedURLException, URISyntaxException, KeyStoreException, KeyManagementException
public static JsonTarget manufacture(HttpProtocol protocol, String host, int port, int concurrencyLevel, int timeout) throws NoSuchAlgorithmException, MalformedURLException, URISyntaxException, KeyStoreException, KeyManagementException
public static JsonTarget manufacture(HttpProtocol protocol, String host, String context, int concurrencyLevel, int timeout) throws NoSuchAlgorithmException, MalformedURLException, URISyntaxException, KeyStoreException, KeyManagementException
public static JsonTarget manufacture(HttpProtocol protocol, String host, int port, String context, int concurrencyLevel, int timeout) throws NoSuchAlgorithmException, MalformedURLException, URISyntaxException, KeyStoreException, KeyManagementException
Copyright © 2020. All rights reserved.