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