Interface PreHttpInterceptable<I extends PreHttpInterceptor<?,?>>

Type Parameters:
I - The type of PreHttpInterceptor to be managed.
All Known Subinterfaces:
HttpClientInterceptable, HttpInterceptable<I>, HttpServerInterceptable, PreHttpClientInterceptable, PreHttpServerInterceptable

public interface PreHttpInterceptable<I extends PreHttpInterceptor<?,?>>
The PreHttpInterceptable provides base functionality for working with PreHttpInterceptor instances.