Modifier and Type | Class and Description |
---|---|
class |
Exchange |
Modifier and Type | Method and Description |
---|---|
int |
ExchangeComparator.compare(AbstractExchange e1,
AbstractExchange e2) |
static String |
ExchangesUtil.getRequestContentLength(AbstractExchange exc) |
static String |
ExchangesUtil.getResponseContentLength(AbstractExchange exc) |
static String |
ExchangesUtil.getResponseContentType(AbstractExchange exc) |
static String |
ExchangesUtil.getServer(AbstractExchange exc) |
static String |
ExchangesUtil.getStatusCode(AbstractExchange exc) |
static String |
ExchangesUtil.getTime(AbstractExchange exc) |
static String |
ExchangesUtil.getTimeDifference(AbstractExchange exc) |
Constructor and Description |
---|
AbstractExchange(AbstractExchange original)
For HttpResendRunnable
|
Modifier and Type | Method and Description |
---|---|
Object |
TimeExchangeAccessor.get(AbstractExchange exc) |
Object |
StatusCodeExchangeAccessor.get(AbstractExchange exc) |
Object |
ServerExchangeAccessor.get(AbstractExchange exc) |
Object |
RuleExchangeAccessor.get(AbstractExchange exc) |
Object |
ResponseContentTypeExchangeAccessor.get(AbstractExchange exc) |
Object |
ResponseContentLengthExchangeAccessor.get(AbstractExchange exc) |
Object |
RequestContentTypeExchangeAccessor.get(AbstractExchange exc) |
Object |
RequestContentLengthExchangeAccessor.get(AbstractExchange exc) |
Object |
PathExchangeAccessor.get(AbstractExchange exc) |
Object |
MethodExchangeAccessor.get(AbstractExchange exc) |
Object |
ExchangeAccessor.get(AbstractExchange exc) |
Object |
DurationExchangeAccessor.get(AbstractExchange exc) |
Object |
ClientExchangeAccessor.get(AbstractExchange exc) |
Modifier and Type | Method and Description |
---|---|
AbstractExchange[] |
MemoryExchangeStore.getExchanges(RuleKey ruleKey) |
AbstractExchange[] |
ForgetfulExchangeStore.getExchanges(RuleKey ruleKey) |
AbstractExchange[] |
FileExchangeStore.getExchanges(RuleKey ruleKey) |
AbstractExchange[] |
ExchangeStore.getExchanges(RuleKey ruleKey) |
Modifier and Type | Method and Description |
---|---|
List<AbstractExchange> |
MemoryExchangeStore.getAllExchangesAsList() |
List<AbstractExchange> |
ForgetfulExchangeStore.getAllExchangesAsList() |
List<AbstractExchange> |
FileExchangeStore.getAllExchangesAsList() |
List<AbstractExchange> |
ExchangeStore.getAllExchangesAsList() |
Modifier and Type | Method and Description |
---|---|
void |
MemoryExchangeStore.add(AbstractExchange exc) |
void |
ForgetfulExchangeStore.add(AbstractExchange exchange) |
void |
FileExchangeStore.add(AbstractExchange exc) |
void |
ExchangeStore.add(AbstractExchange exchange) |
void |
ForgetfulExchangeStore.notifyListenersOnExchangeAdd(Rule rule,
AbstractExchange exchange) |
void |
ExchangeStore.notifyListenersOnExchangeAdd(Rule rule,
AbstractExchange exchange) |
void |
AbstractExchangeStore.notifyListenersOnExchangeAdd(Rule rule,
AbstractExchange exchange) |
void |
ForgetfulExchangeStore.notifyListenersOnExchangeRemoval(AbstractExchange exchange) |
void |
ExchangeStore.notifyListenersOnExchangeRemoval(AbstractExchange exchange) |
void |
AbstractExchangeStore.notifyListenersOnExchangeRemoval(AbstractExchange exchange) |
void |
MemoryExchangeStore.remove(AbstractExchange exc) |
void |
ForgetfulExchangeStore.remove(AbstractExchange exchange) |
void |
FileExchangeStore.remove(AbstractExchange exchange) |
void |
ExchangeStore.remove(AbstractExchange exchange) |
void |
MemoryExchangeStore.removeAllExchanges(AbstractExchange[] exchanges) |
void |
ForgetfulExchangeStore.removeAllExchanges(AbstractExchange[] exchanges) |
void |
FileExchangeStore.removeAllExchanges(AbstractExchange[] exchanges) |
void |
ExchangeStore.removeAllExchanges(AbstractExchange[] exchanges) |
Modifier and Type | Method and Description |
---|---|
Outcome |
AuthHead2BodyInterceptor.handleRequest(AbstractExchange exchange) |
Modifier and Type | Method and Description |
---|---|
void |
RoundRobinStrategy.done(AbstractExchange exc) |
void |
DispatchingStrategy.done(AbstractExchange exc) |
void |
ByThreadStrategy.done(AbstractExchange exc) |
Modifier and Type | Method and Description |
---|---|
static void |
JDBCUtil.setData(AbstractExchange exc,
PreparedStatement prepSt,
boolean idGenerated) |
Modifier and Type | Method and Description |
---|---|
void |
IExchangesStoreListener.addExchange(Rule rule,
AbstractExchange exchange) |
void |
IExchangesStoreListener.removeExchange(AbstractExchange exchange) |
void |
IExchangesStoreListener.removeExchanges(AbstractExchange[] exchanges) |
void |
IExchangesStoreListener.removeExchanges(Rule parent,
AbstractExchange[] exchanges) |
void |
IExchangesStoreListener.setExchangeFinished(AbstractExchange exchange) |
void |
IExchangesStoreListener.setExchangeStopped(AbstractExchange exchange) |
Modifier and Type | Method and Description |
---|---|
void |
StatisticCollector.collectFrom(AbstractExchange exc) |
Copyright © 2012. All Rights Reserved.