Uses of Enum Class
org.eclipse.jetty.http.HttpVersion
Packages that use HttpVersion
Package
Description
Jetty Client : Implementation and Core Classes
This package provides APIs, utility classes and an implementation of an asynchronous HTTP client.
Jetty Client : API Classes
Jetty Http : Tools for Http processing
Jetty Server : Core Server API
-
Uses of HttpVersion in org.eclipse.jetty.client
Fields in org.eclipse.jetty.client declared as HttpVersionModifier and TypeFieldDescriptionprivate HttpVersion
HttpRequest.version
private HttpVersion
HttpResponse.version
Methods in org.eclipse.jetty.client that return HttpVersionModifier and TypeMethodDescriptionHttpContentResponse.getVersion()
HttpRequest.getVersion()
HttpResponse.getVersion()
Methods in org.eclipse.jetty.client with parameters of type HttpVersionModifier and TypeMethodDescriptionHttpRequest.version
(HttpVersion version) HttpResponse.version
(HttpVersion version) -
Uses of HttpVersion in org.eclipse.jetty.client.api
Methods in org.eclipse.jetty.client.api that return HttpVersionMethods in org.eclipse.jetty.client.api with parameters of type HttpVersion -
Uses of HttpVersion in org.eclipse.jetty.client.http
Methods in org.eclipse.jetty.client.http with parameters of type HttpVersionModifier and TypeMethodDescriptionboolean
HttpReceiverOverHTTP.startResponse
(HttpVersion version, int status, String reason) -
Uses of HttpVersion in org.eclipse.jetty.http
Fields in org.eclipse.jetty.http declared as HttpVersionModifier and TypeFieldDescriptionprivate HttpVersion
MetaData._httpVersion
private HttpVersion
HttpParser._version
Fields in org.eclipse.jetty.http with type parameters of type HttpVersionMethods in org.eclipse.jetty.http that return HttpVersionModifier and TypeMethodDescriptionstatic HttpVersion
HttpVersion.fromString
(String version) Case insensitive fromString() conversionstatic HttpVersion
HttpVersion.fromVersion
(int version) Http1FieldPreEncoder.getHttpVersion()
HttpFieldPreEncoder.getHttpVersion()
The major version this encoder is for.MetaData.getHttpVersion()
MetaData.getVersion()
Deprecated.static HttpVersion
HttpVersion.lookAheadGet
(byte[] bytes, int position, int limit) Optimised lookup to find an Http Version and whitespace in a byte array.static HttpVersion
HttpVersion.lookAheadGet
(ByteBuffer buffer) Optimised lookup to find an HTTP Version and trailing white space in a byte array.static HttpVersion
Returns the enum constant of this class with the specified name.static HttpVersion[]
HttpVersion.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.eclipse.jetty.http with parameters of type HttpVersionModifier and TypeMethodDescriptionprivate static int
PreEncodedHttpField.index
(HttpVersion version) void
PreEncodedHttpField.putTo
(ByteBuffer bufferInFillMode, HttpVersion version) void
MetaData.setHttpVersion
(HttpVersion httpVersion) boolean
HttpParser.RequestHandler.startRequest
(String method, String uri, HttpVersion version) This is the method called by parser when the HTTP request line is parsedboolean
HttpParser.ResponseHandler.startResponse
(HttpVersion version, int status, String reason) This is the method called by parser when the HTTP request line is parsedConstructors in org.eclipse.jetty.http with parameters of type HttpVersionModifierConstructorDescriptionMetaData
(HttpVersion version, HttpFields fields) MetaData
(HttpVersion version, HttpFields fields, long contentLength) Request
(String method, String scheme, HostPortHttpField hostPort, String uri, HttpVersion version, HttpFields fields, long contentLength) Request
(String method, HttpScheme scheme, HostPortHttpField hostPort, String uri, HttpVersion version, HttpFields fields) Request
(String method, HttpScheme scheme, HostPortHttpField hostPort, String uri, HttpVersion version, HttpFields fields, long contentLength) Request
(String method, HttpURI uri, HttpVersion version, HttpFields fields) Request
(String method, HttpURI uri, HttpVersion version, HttpFields fields, long contentLength) Response
(HttpVersion version, int status, String reason, HttpFields fields, long contentLength) Response
(HttpVersion version, int status, HttpFields fields) Response
(HttpVersion version, int status, HttpFields fields, long contentLength) -
Uses of HttpVersion in org.eclipse.jetty.server
Methods in org.eclipse.jetty.server that return HttpVersionMethods in org.eclipse.jetty.server with parameters of type HttpVersionModifier and TypeMethodDescriptionvoid
Request.setHttpVersion
(HttpVersion version) boolean
HttpChannelOverHttp.startRequest
(String method, String uri, HttpVersion version)
MetaData.getHttpVersion()
instead