| Package | Description |
|---|---|
| org.gcube.common.calls | |
| org.gcube.common.calls.interceptors |
| Modifier and Type | Method and Description |
|---|---|
static Request |
Interceptors.executeRequestChain(Call call) |
static Response |
Interceptors.executeResponseChain(Call call) |
void |
Interceptor.handleRequest(Request context,
Call callContext) |
void |
Interceptor.handleResponse(Response context,
Call callContext) |
| Modifier and Type | Method and Description |
|---|---|
void |
CalledMethodInterceptor.handleRequest(Request request,
Call call) |
void |
AuthorizationInterceptor.handleRequest(Request request,
Call call) |
void |
ScopeInterceptor.handleRequest(Request request,
Call call) |
void |
CalledMethodInterceptor.handleResponse(Response context,
Call callContext) |
void |
AuthorizationInterceptor.handleResponse(Response context,
Call callContext) |
void |
ScopeInterceptor.handleResponse(Response context,
Call callContext) |
Copyright © 2015. All Rights Reserved.