Class UserBindingPattern
java.lang.Object
com.yahoo.vespa.model.container.component.BindingPattern
com.yahoo.vespa.model.container.component.UserBindingPattern
- All Implemented Interfaces:
Comparable<BindingPattern>
A
BindingPattern which is constructed directly from a user provided 'binding' element from services.xml.- Author:
- bjorncs
-
Field Summary
Fields inherited from class com.yahoo.vespa.model.container.component.BindingPattern
WILDCARD_PATTERN -
Method Summary
Modifier and TypeMethodDescriptionstatic UserBindingPatternfromHttpPath(String path) static UserBindingPatternfromPattern(String binding) toString()withOverriddenPort(int port) Methods inherited from class com.yahoo.vespa.model.container.component.BindingPattern
compareTo, equals, hashCode, hasSamePattern, host, matchesAnyPort, originalPatternString, path, patternString, port, scheme
-
Method Details
-
fromHttpPath
-
fromPattern
-
withOverriddenPort
-
originalPort
- Overrides:
originalPortin classBindingPattern
-
toString
-