Uses of Class
org.eclipse.jetty.http.HttpVersion
-
Packages that use HttpVersion Package Description org.eclipse.jetty.client Jetty Client : Implementation and Core Classes This package provides APIs, utility classes and an implementation of an asynchronous HTTP client.org.eclipse.jetty.client.api Jetty Client : API Classesorg.eclipse.jetty.client.http org.eclipse.jetty.http Jetty Http : Tools for Http processingorg.eclipse.jetty.http2.hpack org.eclipse.jetty.server Jetty Server : Core Server API -
-
Uses of HttpVersion in org.eclipse.jetty.client
Methods in org.eclipse.jetty.client that return HttpVersion Modifier and Type Method Description HttpVersion
HttpContentResponse. getVersion()
HttpVersion
HttpRequest. getVersion()
HttpVersion
HttpResponse. getVersion()
Methods in org.eclipse.jetty.client with parameters of type HttpVersion Modifier and Type Method Description Request
HttpRequest. version(HttpVersion version)
HttpResponse
HttpResponse. version(HttpVersion version)
-
Uses of HttpVersion in org.eclipse.jetty.client.api
Methods in org.eclipse.jetty.client.api that return HttpVersion Modifier and Type Method Description HttpVersion
Request. getVersion()
HttpVersion
Response. getVersion()
Methods in org.eclipse.jetty.client.api with parameters of type HttpVersion Modifier and Type Method Description Request
Request. version(HttpVersion version)
-
Uses of HttpVersion in org.eclipse.jetty.client.http
Methods in org.eclipse.jetty.client.http with parameters of type HttpVersion Modifier and Type Method Description boolean
HttpReceiverOverHTTP. startResponse(HttpVersion version, int status, java.lang.String reason)
-
Uses of HttpVersion in org.eclipse.jetty.http
Fields in org.eclipse.jetty.http with type parameters of type HttpVersion Modifier and Type Field Description static Trie<HttpVersion>
HttpVersion. CACHE
Methods in org.eclipse.jetty.http that return HttpVersion Modifier and Type Method Description static HttpVersion
HttpVersion. fromString(java.lang.String version)
Case insensitive fromString() conversionstatic HttpVersion
HttpVersion. fromVersion(int version)
HttpVersion
Http1FieldPreEncoder. getHttpVersion()
HttpVersion
HttpFieldPreEncoder. getHttpVersion()
The major version this encoder is for.HttpVersion
MetaData. getHttpVersion()
HttpVersion
MetaData. getVersion()
Deprecated.useMetaData.getHttpVersion()
insteadstatic 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(java.nio.ByteBuffer buffer)
Optimised lookup to find an HTTP Version and trailing white space in a byte array.static HttpVersion
HttpVersion. 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.Methods in org.eclipse.jetty.http with parameters of type HttpVersion Modifier and Type Method Description void
PreEncodedHttpField. putTo(java.nio.ByteBuffer bufferInFillMode, HttpVersion version)
void
MetaData. setHttpVersion(HttpVersion httpVersion)
boolean
HttpParser.RequestHandler. startRequest(java.lang.String method, java.lang.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, java.lang.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 HttpVersion Constructor Description MetaData(HttpVersion version, HttpFields fields)
MetaData(HttpVersion version, HttpFields fields, long contentLength)
Request(java.lang.String method, java.lang.String scheme, HostPortHttpField hostPort, java.lang.String uri, HttpVersion version, HttpFields fields, long contentLength)
Request(java.lang.String method, HttpScheme scheme, HostPortHttpField hostPort, java.lang.String uri, HttpVersion version, HttpFields fields)
Request(java.lang.String method, HttpScheme scheme, HostPortHttpField hostPort, java.lang.String uri, HttpVersion version, HttpFields fields, long contentLength)
Request(java.lang.String method, HttpURI uri, HttpVersion version, HttpFields fields)
Request(java.lang.String method, HttpURI uri, HttpVersion version, HttpFields fields, long contentLength)
Response(HttpVersion version, int status, java.lang.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.http2.hpack
Methods in org.eclipse.jetty.http2.hpack that return HttpVersion Modifier and Type Method Description HttpVersion
HpackFieldPreEncoder. getHttpVersion()
-
Uses of HttpVersion in org.eclipse.jetty.server
Methods in org.eclipse.jetty.server that return HttpVersion Modifier and Type Method Description HttpVersion
Request. getHttpVersion()
Methods in org.eclipse.jetty.server with parameters of type HttpVersion Modifier and Type Method Description void
Request. setHttpVersion(HttpVersion version)
boolean
HttpChannelOverHttp. startRequest(java.lang.String method, java.lang.String requestTarget, HttpVersion version)
-