Uses of Class
com.microsoft.rest.interceptors.CustomHeadersInterceptor
-
Packages that use CustomHeadersInterceptor Package Description com.microsoft.rest The package contains the runtime classes required for AutoRest generated clients to compile and function.com.microsoft.rest.interceptors The package contains default interceptors for making HTTP requests. -
-
Uses of CustomHeadersInterceptor in com.microsoft.rest
Methods in com.microsoft.rest that return CustomHeadersInterceptor Modifier and Type Method Description CustomHeadersInterceptorRestClient. headers() -
Uses of CustomHeadersInterceptor in com.microsoft.rest.interceptors
Methods in com.microsoft.rest.interceptors that return CustomHeadersInterceptor Modifier and Type Method Description CustomHeadersInterceptorCustomHeadersInterceptor. addHeader(String name, String value)Add a single header key-value pair.CustomHeadersInterceptorCustomHeadersInterceptor. addHeaderMap(Map<String,String> headers)Add all headers in a header map.CustomHeadersInterceptorCustomHeadersInterceptor. addHeaderMultimap(Map<String,List<String>> headers)Add all headers in a header multimap.CustomHeadersInterceptorCustomHeadersInterceptor. addHeaders(okhttp3.Headers headers)Add all headers in aHeadersobject.CustomHeadersInterceptorCustomHeadersInterceptor. removeHeader(String name)Remove a header.CustomHeadersInterceptorCustomHeadersInterceptor. replaceHeader(String name, String value)Add a single header key-value pair.
-