Interface HttpServerFilterResolver<T extends AnnotationMetadataProvider>

Type Parameters:
T - The resolution context type
All Superinterfaces:
HttpFilterResolver<T>
All Known Implementing Classes:
DefaultRouter

public interface HttpServerFilterResolver<T extends AnnotationMetadataProvider> extends HttpFilterResolver<T>
Subinterface for filter resolution specific to HTTP server filters.
Since:
2.0
Author:
graemerocher