Uses of Class
com.yahoo.vespa.model.container.component.BindingPattern
Packages that use BindingPattern
Package
Description
-
Uses of BindingPattern in com.yahoo.vespa.model.container
Fields in com.yahoo.vespa.model.container declared as BindingPatternModifier and TypeFieldDescriptionstatic final BindingPatternApplicationContainerCluster.METRICS_V2_HANDLER_BINDING_1static final BindingPatternApplicationContainerCluster.METRICS_V2_HANDLER_BINDING_2static final BindingPatternContainerCluster.ROOT_HANDLER_BINDINGstatic final BindingPatternContainerCluster.STATE_HANDLER_BINDING_1static final BindingPatternContainerCluster.STATE_HANDLER_BINDING_2static final BindingPatternContainerCluster.VIP_HANDLER_BINDINGMethods in com.yahoo.vespa.model.container with parameters of type BindingPatternModifier and TypeMethodDescriptionvoidContainerCluster.setProcessingChains(ProcessingChains processingChains, BindingPattern... serverBindings) -
Uses of BindingPattern in com.yahoo.vespa.model.container.component
Subclasses of BindingPattern in com.yahoo.vespa.model.container.componentModifier and TypeClassDescriptionclassABindingPatternwhich is implicitly constructed by the model, e.g for built-in handlers and filter chains.classABindingPatternwhich is constructed directly from a user provided 'binding' element from services.xml.Methods in com.yahoo.vespa.model.container.component that return types with arguments of type BindingPatternModifier and TypeMethodDescriptionfinal List<BindingPattern>Handler.getClientBindings()final Collection<BindingPattern>Handler.getServerBindings()Methods in com.yahoo.vespa.model.container.component with parameters of type BindingPatternModifier and TypeMethodDescriptionvoidHandler.addClientBindings(BindingPattern... bindings) voidHandler.addServerBindings(BindingPattern... bindings) intBindingPattern.compareTo(BindingPattern o) booleanBindingPattern.hasSamePattern(BindingPattern other) Compares the underlying pattern string for equalityvoidHandler.removeServerBinding(BindingPattern binding) Method parameters in com.yahoo.vespa.model.container.component with type arguments of type BindingPatternConstructors in com.yahoo.vespa.model.container.component with parameters of type BindingPatternModifierConstructorDescriptionFileStatusHandlerComponent(String id, String fileName, BindingPattern... bindings) -
Uses of BindingPattern in com.yahoo.vespa.model.container.http
Methods in com.yahoo.vespa.model.container.http that return BindingPatternMethods in com.yahoo.vespa.model.container.http that return types with arguments of type BindingPatternModifier and TypeMethodDescriptionAccessControl.excludedBindings()returns the excluded bindings as specified in 'access-control' in services.xmlMethods in com.yahoo.vespa.model.container.http with parameters of type BindingPatternModifier and TypeMethodDescriptionstatic FilterBindingFilterBinding.create(FilterBinding.Type type, com.yahoo.component.ComponentSpecification chainId, BindingPattern binding) AccessControl.Builder.excludeBinding(BindingPattern binding) -
Uses of BindingPattern in com.yahoo.vespa.model.container.processing
Fields in com.yahoo.vespa.model.container.processing with type parameters of type BindingPatternModifier and TypeFieldDescriptionstatic final List<BindingPattern>ProcessingChains.defaultBindings