Uses of Interface
com.soklet.RequestInterceptor
Packages that use RequestInterceptor
-
Uses of RequestInterceptor in com.soklet
Methods in com.soklet that return RequestInterceptorModifier and TypeMethodDescriptionstatic @NonNull RequestInterceptorRequestInterceptor.defaultInstance()Acquires a threadsafeRequestInterceptorinstance with sensible defaults.SokletConfig.getRequestInterceptor()How Soklet will perform custom behavior during request handling.Methods in com.soklet with parameters of type RequestInterceptorModifier and TypeMethodDescriptionSokletConfig.Builder.requestInterceptor(@Nullable RequestInterceptor requestInterceptor) SokletConfig.Copier.requestInterceptor(@Nullable RequestInterceptor requestInterceptor)