Uses of Class
org.gcube.common.calls.Call
-
Packages that use Call Package Description org.gcube.common.calls org.gcube.common.calls.interceptors -
-
Uses of Call in org.gcube.common.calls
Methods in org.gcube.common.calls with parameters of type Call Modifier and Type Method Description static RequestInterceptors. executeRequestChain(Call call)static ResponseInterceptors. executeResponseChain(Call call)voidInterceptor. handleRequest(Request context, Call callContext)voidInterceptor. handleResponse(Response context, Call callContext) -
Uses of Call in org.gcube.common.calls.interceptors
Methods in org.gcube.common.calls.interceptors with parameters of type Call Modifier and Type Method Description voidAuthorizationInterceptor. handleRequest(Request request, Call call)voidAuthorizationInterceptor. handleResponse(Response context, Call callContext)
-