Package | Description |
---|---|
org.distributeme.core.interceptor |
Support for client and server side interceptors of calls.
|
org.distributeme.core.interceptor.availabilitytesting |
Contains set of interceptors for availability testing of services.
|
org.distributeme.core.interceptor.moskito |
Contains set of interceptors for moskito support.
|
Modifier and Type | Method and Description |
---|---|
InterceptorResponse |
ServerSideSlowDownInterceptor.beforeServantCall(ServerSideCallContext context,
InterceptionContext iContext) |
InterceptorResponse |
ClientSideSlowDownInterceptor.beforeServiceCall(ClientSideCallContext context,
InterceptionContext iContext) |
InterceptorResponse |
ServiceUnavailableInterceptor.beforeServiceCall(ClientSideCallContext context,
InterceptionContext iContext) |
Modifier and Type | Method and Description |
---|---|
InterceptorResponse |
MoskitoJourneyInterceptor.afterServantCall(ServerSideCallContext context,
InterceptionContext iContext) |
InterceptorResponse |
MoskitoJourneyInterceptor.afterServiceCall(ClientSideCallContext context,
InterceptionContext iContext) |
InterceptorResponse |
MoskitoJourneyInterceptor.beforeServantCall(ServerSideCallContext context,
InterceptionContext iContext) |
InterceptorResponse |
MoskitoJourneyInterceptor.beforeServiceCall(ClientSideCallContext context,
InterceptionContext iContext) |
Copyright © 2010-2014 anotheria.net. All Rights Reserved.