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 | Class and Description |
---|---|
class |
AbstractRequestInterceptor
Base class offered for extension which provides default implementations for all interception methods.
|
class |
AbstractServerSideRequestInterceptor
Base, doing nothing, implementation of the ClientSideRequestInterceptor meant for extension.
|
class |
SinglePhaseInterceptor
This interceptor can be configured to use one or multiple phases, but doesn't need to support all phases.
|
Modifier and Type | Method and Description |
---|---|
List<ServerSideRequestInterceptor> |
InterceptorRegistry.getServerSideRequestInterceptors() |
Modifier and Type | Class and Description |
---|---|
class |
FlippingServerSideSlowDownByConfigurationInterceptor
This interceptor slows down the request depending on a configured probability (flipping) on the server side.
|
class |
ServerSideSlowDownByConfigurationInterceptor
This slow down interceptor is acting on server side and configured by availabilitytesting.json configuration file.
|
class |
ServerSideSlowDownByPropertyInterceptor
This interceptor slows down a server if the service id is submitted to the process as -DavailabilityTestingServiceId.
|
class |
ServerSideSlowDownInterceptor
Base class for service side slow down interceptors.
|
Modifier and Type | Class and Description |
---|---|
class |
MoskitoJourneyInterceptor
This interceptor supports moskito journeys over the network, it transmits server side call trace back to the client.
|
Copyright © 2010-2014 anotheria.net. All Rights Reserved.