Uses of Enum Class
org.eclipse.jetty.http.HttpVersion
Packages that use HttpVersion
Package
Description
Jetty Server : Core Handler API
Jetty Server : Core Handler API
Jetty Http : Tools for Http processing
Jetty Server : Core Server API
-
Uses of HttpVersion in org.eclipse.jetty.client
Methods in org.eclipse.jetty.client that return HttpVersionMethods in org.eclipse.jetty.client with parameters of type HttpVersionModifier and TypeMethodDescriptionHttpUpgrader.Factory.newHttpUpgrader(HttpVersion version) Request.version(HttpVersion version) -
Uses of HttpVersion in org.eclipse.jetty.client.transport
Methods in org.eclipse.jetty.client.transport that return HttpVersionMethods in org.eclipse.jetty.client.transport with parameters of type HttpVersionModifier and TypeMethodDescriptionHttpRequest.version(HttpVersion version) HttpResponse.version(HttpVersion version) -
Uses of HttpVersion in org.eclipse.jetty.ee8.nested
Methods in org.eclipse.jetty.ee8.nested that return HttpVersion -
Uses of HttpVersion in org.eclipse.jetty.ee9.nested
Methods in org.eclipse.jetty.ee9.nested that return HttpVersion -
Uses of HttpVersion in org.eclipse.jetty.http
Subclasses with type arguments of type HttpVersion in org.eclipse.jetty.httpFields in org.eclipse.jetty.http with type parameters of type HttpVersionMethods in org.eclipse.jetty.http that return HttpVersionModifier and TypeMethodDescriptionstatic HttpVersionHttpVersion.fromString(String version) Case insensitive fromString() conversionstatic HttpVersionHttpVersion.fromVersion(int version) Http10FieldPreEncoder.getHttpVersion()Http11FieldPreEncoder.getHttpVersion()HttpFieldPreEncoder.getHttpVersion()The major version this encoder is for.MetaData.getHttpVersion()Get the HTTP protocol version.HttpTester.Message.getVersion()static HttpVersionReturns 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 TypeMethodDescriptionintPreEncodedHttpField.getEncodedLength(HttpVersion version) booleanHttpGenerator.isPersistent(HttpVersion version) static MetaDataMetaData.Failed.newFailedMetaData(HttpVersion httpVersion, Throwable failure) static MetaData.RequestMetaData.Failed.newFailedMetaDataRequest(HttpVersion httpVersion, Throwable failure) Creates a new failedMetaData.Request, with methodGET, emptyHttpURIand emptyHttpFields, with the givenHttpVersionand failure.static MetaData.ResponseMetaData.Failed.newFailedMetaDataResponse(HttpVersion httpVersion, Throwable failure) Creates a new failedMetaData.Response, with status0, no reason, emptyHttpFields, with the givenHttpVersionand failure.voidPreEncodedHttpField.putTo(ByteBuffer bufferInFillMode, HttpVersion version) voidHttpTester.Message.setVersion(HttpVersion version) voidHttpParser.RequestHandler.startRequest(String method, String uri, HttpVersion version) This is the method called by parser when the HTTP request line is parsedvoidHttpTester.Request.startRequest(String method, String uri, HttpVersion version) voidHttpParser.ResponseHandler.startResponse(HttpVersion version, int status, String reason) This is the method called by parser when the HTTP request line is parsedvoidHttpTester.Response.startResponse(HttpVersion version, int status, String reason) Constructors in org.eclipse.jetty.http with parameters of type HttpVersionModifierConstructorDescriptionMetaData(HttpVersion version, HttpFields fields) MetaData(HttpVersion version, HttpFields fields, long contentLength) MetaData(HttpVersion version, HttpFields headers, long contentLength, Supplier<HttpFields> trailersSupplier) Request(long beginNanoTime, String method, String scheme, HostPortHttpField authority, String uri, HttpVersion version, HttpFields headers, long contentLength) Request(long beginNanoTime, String method, HttpURI uri, HttpVersion version, HttpFields headers) Request(long beginNanoTime, String method, HttpURI uri, HttpVersion version, HttpFields headers, long contentLength) Request(long beginNanoTime, String method, HttpURI uri, HttpVersion version, HttpFields headers, long contentLength, Supplier<HttpFields> trailers) Request(String method, String scheme, HostPortHttpField authority, String uri, HttpVersion version, HttpFields headers, long contentLength) Request(String method, HttpURI uri, HttpVersion version, HttpFields headers) Request(String method, HttpURI uri, HttpVersion version, HttpFields headers, long contentLength) Request(String method, HttpURI uri, HttpVersion version, HttpFields headers, long contentLength, Supplier<HttpFields> trailers) Response(int status, String reason, HttpVersion version, HttpFields headers) Response(int status, String reason, HttpVersion version, HttpFields headers, long contentLength) Response(int status, String reason, HttpVersion version, HttpFields headers, long contentLength, Supplier<HttpFields> trailers) -
Uses of HttpVersion in org.eclipse.jetty.http2.hpack
Methods in org.eclipse.jetty.http2.hpack that return HttpVersion -
Uses of HttpVersion in org.eclipse.jetty.http3.qpack
Methods in org.eclipse.jetty.http3.qpack that return HttpVersion -
Uses of HttpVersion in org.eclipse.jetty.server
Methods in org.eclipse.jetty.server that return HttpVersionModifier and TypeMethodDescriptionConnectionMetaData.getHttpVersion()ConnectionMetaData.Wrapper.getHttpVersion() -
Uses of HttpVersion in org.eclipse.jetty.websocket.core.client
Methods in org.eclipse.jetty.websocket.core.client that return HttpVersionMethods in org.eclipse.jetty.websocket.core.client with parameters of type HttpVersion