Class EmptyRequestFilter
java.lang.Object
com.yahoo.jdisc.NoopSharedResource
com.yahoo.jdisc.http.filter.chain.EmptyRequestFilter
- All Implemented Interfaces:
Chainable,RequestFilter,RequestFilterBase,com.yahoo.jdisc.SharedResource
public final class EmptyRequestFilter
extends com.yahoo.jdisc.NoopSharedResource
implements RequestFilter
- Author:
- Einar M R Rosenvinge
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.yahoo.jdisc.SharedResource
com.yahoo.jdisc.SharedResource.Debug -
Field Summary
FieldsFields inherited from interface com.yahoo.jdisc.SharedResource
DEBUG, SYSTEM_PROPERTY_NAME_DEBUG -
Method Summary
Modifier and TypeMethodDescriptionvoidfilter(HttpRequest request, com.yahoo.jdisc.handler.ResponseHandler handler) Methods inherited from class com.yahoo.jdisc.NoopSharedResource
refer, refer, releaseMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.yahoo.component.chain.model.Chainable
getAnnotatedDependenciesMethods inherited from interface com.yahoo.jdisc.SharedResource
refer, refer, release
-
Field Details
-
INSTANCE
-
-
Method Details
-
filter
- Specified by:
filterin interfaceRequestFilter
-