public interface Rule
| Modifier and Type | Method and Description |
|---|---|
void |
collectStatisticsFrom(Exchange exc) |
int |
getCount() |
Rule |
getDeepCopy() |
List<Interceptor> |
getInterceptors() |
RuleKey |
getKey() |
String |
getLocalHost() |
String |
getName() |
SSLContext |
getSslInboundContext() |
SSLContext |
getSslOutboundContext() |
Map<Integer,StatisticCollector> |
getStatisticsByStatusCodes() |
boolean |
isBlockRequest() |
boolean |
isBlockResponse() |
void |
setBlockRequest(boolean blockStatus) |
void |
setBlockResponse(boolean blockStatus) |
void |
setInterceptors(List<Interceptor> interceptors) |
void |
setKey(RuleKey ruleKey) |
void |
setLocalHost(String localHost) |
void |
setName(String name) |
void |
write(XMLStreamWriter out) |
List<Interceptor> getInterceptors()
void setInterceptors(List<Interceptor> interceptors)
boolean isBlockRequest()
boolean isBlockResponse()
RuleKey getKey()
void setKey(RuleKey ruleKey)
void write(XMLStreamWriter out) throws XMLStreamException
XMLStreamExceptionvoid setName(String name)
String getName()
void setBlockRequest(boolean blockStatus)
void setBlockResponse(boolean blockStatus)
String getLocalHost()
void setLocalHost(String localHost)
void collectStatisticsFrom(Exchange exc)
Map<Integer,StatisticCollector> getStatisticsByStatusCodes()
int getCount()
SSLContext getSslInboundContext()
SSLContext getSslOutboundContext()
Copyright © 2012. All Rights Reserved.