Uses of Enum
org.apache.mina.http.api.HttpVersion
Packages that use HttpVersion
-
Uses of HttpVersion in org.apache.mina.http
Fields in org.apache.mina.http declared as HttpVersionModifier and TypeFieldDescriptionprivate final HttpVersionHttpRequestImpl.versionThe HTTP versionMethods in org.apache.mina.http that return HttpVersionModifier and TypeMethodDescriptionHttpRequestImpl.getProtocolVersion()The HTTP version of the messageConstructors in org.apache.mina.http with parameters of type HttpVersionModifierConstructorDescriptionHttpRequestImpl(HttpVersion version, HttpMethod method, String requestedPath, String queryString, Map<String, String> headers) Creates a new HttpRequestImpl instance -
Uses of HttpVersion in org.apache.mina.http.api
Subclasses with type arguments of type HttpVersion in org.apache.mina.http.apiModifier and TypeClassDescriptionenumType safe enumeration representing HTTP protocol versionFields in org.apache.mina.http.api declared as HttpVersionMethods in org.apache.mina.http.api that return HttpVersionModifier and TypeMethodDescriptionstatic HttpVersionHttpVersion.fromString(String string) Returns theHttpVersioninstance from the specified string.DefaultHttpResponse.getProtocolVersion()The HTTP version of the messageHttpMessage.getProtocolVersion()The HTTP version of the messagestatic HttpVersionReturns 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 HttpVersionModifierConstructorDescriptionDefaultHttpResponse(HttpVersion version, HttpStatus status, Map<String, String> headers) Creates a new DefaultHttpResponse instance