Class SystemBindingPattern
java.lang.Object
com.yahoo.vespa.model.container.component.BindingPattern
com.yahoo.vespa.model.container.component.SystemBindingPattern
- All Implemented Interfaces:
Comparable<BindingPattern>
A
BindingPattern which is implicitly constructed by the model, e.g for built-in handlers and filter chains.- Author:
- bjorncs
-
Field Summary
Fields inherited from class com.yahoo.vespa.model.container.component.BindingPattern
WILDCARD_PATTERN -
Method Summary
Modifier and TypeMethodDescriptionstatic SystemBindingPatternfromHttpPath(String path) static SystemBindingPatternfromHttpPortAndPath(int port, String path) static SystemBindingPatternfromHttpPortAndPath(String port, String path) static SystemBindingPatternfromPattern(String binding) toString()withPort(int port) Methods inherited from class com.yahoo.vespa.model.container.component.BindingPattern
compareTo, equals, hashCode, hasSamePattern, host, matchesAnyPort, originalPatternString, originalPort, path, patternString, port, scheme