| Modifier and Type | Class and Description |
|---|---|
static class |
SSLProxy.Target |
| Constructor and Description |
|---|
SSLProxy() |
| Modifier and Type | Method and Description |
|---|---|
SSLProxy |
clone() |
ConnectionConfiguration |
getConnectionConfiguration() |
String |
getErrorState() |
String |
getHost() |
List<Interceptor> |
getInterceptors() |
String |
getIp() |
RuleKey |
getKey() |
String |
getName() |
int |
getPort() |
SSLContext |
getSslInboundContext() |
SSLProvider |
getSslOutboundContext() |
RuleStatisticCollector |
getStatisticCollector() |
SSLProxy.Target |
getTarget() |
void |
init(Router router) |
boolean |
isActive() |
boolean |
isBlockRequest() |
boolean |
isBlockResponse() |
boolean |
isTargetAdjustHostHeader() |
void |
setBlockRequest(boolean blockStatus) |
void |
setBlockResponse(boolean blockStatus) |
void |
setConnectionConfiguration(ConnectionConfiguration connectionConfiguration) |
void |
setHost(String host) |
void |
setInterceptors(List<Interceptor> interceptors) |
void |
setIp(String ip) |
void |
setKey(RuleKey ruleKey) |
void |
setName(String name) |
void |
setPort(int port) |
void |
setTarget(SSLProxy.Target target) |
public ConnectionConfiguration getConnectionConfiguration()
public void setConnectionConfiguration(ConnectionConfiguration connectionConfiguration)
public SSLProxy.Target getTarget()
public void setTarget(SSLProxy.Target target)
public List<Interceptor> getInterceptors()
getInterceptors in interface Rulepublic void setInterceptors(List<Interceptor> interceptors)
setInterceptors in interface Rulepublic boolean isBlockRequest()
isBlockRequest in interface Rulepublic boolean isBlockResponse()
isBlockResponse in interface Rulepublic int getPort()
public void setPort(int port)
public String getIp()
public void setIp(String ip)
public String getHost()
public void setHost(String host)
public void setBlockRequest(boolean blockStatus)
setBlockRequest in interface Rulepublic void setBlockResponse(boolean blockStatus)
setBlockResponse in interface Rulepublic RuleStatisticCollector getStatisticCollector()
getStatisticCollector in interface Rulepublic SSLContext getSslInboundContext()
getSslInboundContext in interface Rulepublic SSLProvider getSslOutboundContext()
getSslOutboundContext in interface Rulepublic boolean isTargetAdjustHostHeader()
isTargetAdjustHostHeader in interface Rulepublic String getErrorState()
getErrorState in interface Rulepublic SSLProxy clone() throws CloneNotSupportedException
clone in interface Ruleclone in class ObjectCloneNotSupportedExceptionCopyright © 2022. All Rights Reserved.