Class Host
java.lang.Object
org.apache.tomcat.util.http.parser.Host
- 
Method SummaryModifier and TypeMethodDescriptionstatic intParse the given input as an HTTP Host header value.static intparse(MessageBytes mb) Parse the given input as an HTTP Host header value.
- 
Method Details- 
parseParse the given input as an HTTP Host header value.- Parameters:
- mb- The host header value
- Returns:
- The position of ':' that separates the host from the port or -1 if it is not present
- Throws:
- IllegalArgumentException- If the host header value is not specification compliant
 
- 
parseParse the given input as an HTTP Host header value.- Parameters:
- string- The host header value
- Returns:
- The position of ':' that separates the host from the port or -1 if it is not present
- Throws:
- IllegalArgumentException- If the host header value is not specification compliant
 
 
-