public final class InterceptorRegistry extends Object
Modifier and Type | Class and Description |
---|---|
static class |
InterceptorRegistry.Config
Internal configuration holder class.
|
Modifier and Type | Method and Description |
---|---|
List<ClientSideRequestInterceptor> |
getClientSideRequestInterceptors() |
static InterceptorRegistry |
getInstance()
Returns the singleton instances.
|
List<ServerSideRequestInterceptor> |
getServerSideRequestInterceptors() |
public static final InterceptorRegistry getInstance()
public List<ClientSideRequestInterceptor> getClientSideRequestInterceptors()
public List<ServerSideRequestInterceptor> getServerSideRequestInterceptors()
Copyright © 2010-2014 anotheria.net. All Rights Reserved.