Interface HTTPVersion
- All Known Implementing Classes:
HTTPVersions
public interface HTTPVersion
-
Method Details
-
getName
The first part of the version. For example in "HTTP/1.1" it would be "HTTP"- Returns:
- name as
String
-
getVersion
The first part of the version. For example in "HTTP/1.1" it would be "1.1"- Returns:
- version as
String
-
asString
ThisHTTPVersionasString. For example "HTTP/1.1"- Returns:
- this
HTTPVersionasString.
-