Package com.yahoo.container.jdisc.utils
Interface CapabilityRequiringRequestHandler
- All Superinterfaces:
com.yahoo.jdisc.handler.RequestHandler,com.yahoo.jdisc.SharedResource
- All Known Implementing Classes:
HttpHandlerBase,LogHandler,MetricsV2Handler,PrometheusV1Handler,RestApiRequestHandler,StateHandler
public interface CapabilityRequiringRequestHandler
extends com.yahoo.jdisc.handler.RequestHandler
- Author:
- bjorncs
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.yahoo.jdisc.SharedResource
com.yahoo.jdisc.SharedResource.Debug -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final com.yahoo.security.tls.CapabilityFields inherited from interface com.yahoo.jdisc.SharedResource
DEBUG, SYSTEM_PROPERTY_NAME_DEBUG -
Method Summary
Modifier and TypeMethodDescriptiondefault com.yahoo.security.tls.CapabilitySetdefault com.yahoo.security.tls.CapabilityMethods inherited from interface com.yahoo.jdisc.handler.RequestHandler
handleRequest, handleTimeoutMethods inherited from interface com.yahoo.jdisc.SharedResource
refer, refer, release
-
Field Details
-
DEFAULT_REQUIRED_CAPABILITY
static final com.yahoo.security.tls.Capability DEFAULT_REQUIRED_CAPABILITY
-
-
Method Details
-
requiredCapabilities
-
requiredCapability
-