Class Host
java.lang.Object
org.apache.tomcat.util.http.parser.Host
-
Method Summary
Modifier and TypeMethodDescriptionstatic int
Parse the given input as an HTTP Host header value.static int
parse
(MessageBytes mb) Parse the given input as an HTTP Host header value.
-
Method Details
-
parse
Parse 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
-
parse
Parse 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
-