Interface HttpInterceptable<I extends HttpInterceptor<?,?>>

Type Parameters:
I - The type of HttpInterceptor to be managed.
All Superinterfaces:
PostHttpInterceptable<I>, PreHttpInterceptable<I>

public interface HttpInterceptable<I extends HttpInterceptor<?,?>> extends PreHttpInterceptable<I>, PostHttpInterceptable<I>
The HttpInterceptable provides base functionality for working with HttpInterceptor instances using the PreHttpInterceptable as well as the PostHttpInterceptable definitions.