Uses of Class
com.microsoft.azure.batch.interceptor.RequestInterceptor
-
Packages that use RequestInterceptor Package Description com.microsoft.azure.batch.interceptor This package contains classes for modifying requests to the Batch service. -
-
Uses of RequestInterceptor in com.microsoft.azure.batch.interceptor
Subclasses of RequestInterceptor in com.microsoft.azure.batch.interceptor Modifier and Type Class Description class
ClientRequestIdInterceptor
Interceptor which contains a function used to generate a client request ID.class
DetailLevelInterceptor
Interceptor which contains a function used to apply theDetailLevel
.class
PageSizeInterceptor
Interceptor which contains a function used to set the maximum page size of a request.class
ServerTimeoutInterceptor
Sets Batch service request timeouts.Methods in com.microsoft.azure.batch.interceptor that return RequestInterceptor Modifier and Type Method Description RequestInterceptor
RequestInterceptor. withHandler(BatchRequestInterceptHandler handler)
Sets the handler which will intercept requests to the Batch service.
-