Uses of Class
org.apache.mina.http.api.HttpVersion
-
Packages that use HttpVersion Package Description org.apache.mina.http org.apache.mina.http.api -
-
Uses of HttpVersion in org.apache.mina.http
Fields in org.apache.mina.http declared as HttpVersion Modifier and Type Field Description private HttpVersionHttpRequestImpl. versionThe HTTP versionMethods in org.apache.mina.http that return HttpVersion Modifier and Type Method Description HttpVersionHttpRequestImpl. getProtocolVersion()The HTTP version of the messageConstructors in org.apache.mina.http with parameters of type HttpVersion Constructor Description HttpRequestImpl(HttpVersion version, HttpMethod method, java.lang.String requestedPath, java.lang.String queryString, java.util.Map<java.lang.String,java.lang.String> headers)Creates a new HttpRequestImpl instance -
Uses of HttpVersion in org.apache.mina.http.api
Fields in org.apache.mina.http.api declared as HttpVersion Modifier and Type Field Description private HttpVersionDefaultHttpResponse. versionMethods in org.apache.mina.http.api that return HttpVersion Modifier and Type Method Description static HttpVersionHttpVersion. fromString(java.lang.String string)Returns theHttpVersioninstance from the specified string.HttpVersionDefaultHttpResponse. getProtocolVersion()The HTTP version of the messageHttpVersionHttpMessage. getProtocolVersion()The HTTP version of the messagestatic HttpVersionHttpVersion. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static HttpVersion[]HttpVersion. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.mina.http.api with parameters of type HttpVersion Constructor Description DefaultHttpResponse(HttpVersion version, HttpStatus status, java.util.Map<java.lang.String,java.lang.String> headers)Creates a new DefaultHttpResponse instance
-