| Package | Description |
|---|---|
| org.smallmind.web.jersey.proxy | |
| org.smallmind.web.jersey.proxy.spring |
| Modifier and Type | Method and Description |
|---|---|
static HttpProtocol |
HttpProtocol.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HttpProtocol[] |
HttpProtocol.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static JsonTarget |
JsonTargetFactory.manufacture(HttpProtocol protocol,
String host,
int concurrencyLevel,
int timeout) |
static JsonTarget |
JsonTargetFactory.manufacture(HttpProtocol protocol,
String host,
int port,
int concurrencyLevel,
int timeout) |
static JsonTarget |
JsonTargetFactory.manufacture(HttpProtocol protocol,
String host,
int port,
String context,
int concurrencyLevel,
int timeout) |
static JsonTarget |
JsonTargetFactory.manufacture(HttpProtocol protocol,
String host,
String context,
int concurrencyLevel,
int timeout) |
| Modifier and Type | Method and Description |
|---|---|
void |
JsonTargetFactoryBean.setProtocol(HttpProtocol protocol) |
Copyright © 2017. All rights reserved.