public class HttpProxy extends Object
Modifier and Type | Class and Description |
---|---|
static class |
HttpProxy.PolicyRemoveBean |
Modifier and Type | Field and Description |
---|---|
static String |
CONFIG_DIR |
static String |
CXF_CONFIG |
static String |
CXF_CONTEXT |
static String |
GZIP_ENCODING |
static String |
HTTP_ENABLED_PROPERTY |
static String |
KARAF_HOME |
static String |
PAX_CONFIG |
static String |
PORT_PROPERTY |
static String |
SECURE_ENABLED_PROPERTY |
static String |
SECURE_PORT_PROPERTY |
Constructor and Description |
---|
HttpProxy(HttpProxyService httpProxyService)
Constructor
|
Modifier and Type | Method and Description |
---|---|
void |
setHostname(String hostname) |
void |
startProxy()
Starts the HTTP -> HTTPS proxy
|
void |
stopProxy()
Stops the HTTP -> HTTPS proxy
|
public static final String KARAF_HOME
public static final String PAX_CONFIG
public static final String CXF_CONFIG
public static final String CXF_CONTEXT
public static final String CONFIG_DIR
public static final String SECURE_PORT_PROPERTY
public static final String PORT_PROPERTY
public static final String SECURE_ENABLED_PROPERTY
public static final String HTTP_ENABLED_PROPERTY
public static final String GZIP_ENCODING
public HttpProxy(HttpProxyService httpProxyService)
httpProxyService
- - proxy service to use to start a camel proxyThis work is licensed under a Creative Commons Attribution 4.0 International License.