Uses of Interface
org.camunda.bpm.client.interceptor.ClientRequestContext
-
Packages that use ClientRequestContext Package Description org.camunda.bpm.client.interceptor org.camunda.bpm.client.interceptor.auth org.camunda.bpm.client.interceptor.impl -
-
Uses of ClientRequestContext in org.camunda.bpm.client.interceptor
Methods in org.camunda.bpm.client.interceptor with parameters of type ClientRequestContext Modifier and Type Method Description void
ClientRequestInterceptor. intercept(ClientRequestContext requestContext)
Has been invoked before a request is sent to the http server -
Uses of ClientRequestContext in org.camunda.bpm.client.interceptor.auth
Methods in org.camunda.bpm.client.interceptor.auth with parameters of type ClientRequestContext Modifier and Type Method Description void
BasicAuthProvider. intercept(ClientRequestContext requestContext)
-
Uses of ClientRequestContext in org.camunda.bpm.client.interceptor.impl
Classes in org.camunda.bpm.client.interceptor.impl that implement ClientRequestContext Modifier and Type Class Description class
ClientRequestContextImpl
-