文件名称: jetty-http-10.0.16.jar中文-英文对照文档.zip
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-http</artifactId>
<version>10.0.16</version>
</dependency>Gradle:
implementation group: 'org.eclipse.jetty', name: 'jetty-http', version: '10.0.16'
Gradle (Short):
implementation 'org.eclipse.jetty:jetty-http:10.0.16'
Gradle (Kotlin):
implementation("org.eclipse.jetty:jetty-http:10.0.16")本翻译文档基于以下开源项目制作,严格遵守各项目的开源许可证,并在此列出其版权归属与许可证信息。
org.eclipse.jetty.http
org.eclipse.jetty.http.compression
org.eclipse.jetty.http.pathmaporg.eclipse.jetty.http.BadMessageException
org.eclipse.jetty.http.ComplianceViolation
org.eclipse.jetty.http.ComplianceViolation.Listener
org.eclipse.jetty.http.ComplianceViolation.Mode
org.eclipse.jetty.http.CompressedContentFormat
org.eclipse.jetty.http.CookieCompliance
org.eclipse.jetty.http.CookieCompliance.Violation
org.eclipse.jetty.http.CookieCutter
org.eclipse.jetty.http.CookieParser
org.eclipse.jetty.http.CookieParser.Handler
org.eclipse.jetty.http.CookieParser.InvalidCookieException
org.eclipse.jetty.http.DateGenerator
org.eclipse.jetty.http.DateParser
org.eclipse.jetty.http.GZIPContentDecoder
org.eclipse.jetty.http.HostPortHttpField
org.eclipse.jetty.http.Http1FieldPreEncoder
org.eclipse.jetty.http.HttpCompliance
org.eclipse.jetty.http.HttpCompliance.Violation
org.eclipse.jetty.http.HttpContent
org.eclipse.jetty.http.HttpContent.ContentFactory
org.eclipse.jetty.http.HttpCookie
org.eclipse.jetty.http.HttpCookie.SameSite
org.eclipse.jetty.http.HttpCookie.SetCookieHttpField
org.eclipse.jetty.http.HttpField
org.eclipse.jetty.http.HttpField.IntValueHttpField
org.eclipse.jetty.http.HttpField.LongValueHttpField
org.eclipse.jetty.http.HttpFieldPreEncoder
org.eclipse.jetty.http.HttpFields
org.eclipse.jetty.http.HttpFields.Immutable
org.eclipse.jetty.http.HttpFields.Mutable
org.eclipse.jetty.http.HttpGenerator
org.eclipse.jetty.http.HttpGenerator.Result
org.eclipse.jetty.http.HttpGenerator.State
org.eclipse.jetty.http.HttpHeader
org.eclipse.jetty.http.HttpHeaderValue
org.eclipse.jetty.http.HttpMethod
org.eclipse.jetty.http.HttpParser
org.eclipse.jetty.http.HttpParser.FieldState
org.eclipse.jetty.http.HttpParser.HttpHandler
org.eclipse.jetty.http.HttpParser.RequestHandler
org.eclipse.jetty.http.HttpParser.ResponseHandler
org.eclipse.jetty.http.HttpParser.State
org.eclipse.jetty.http.HttpScheme
org.eclipse.jetty.http.HttpStatus
org.eclipse.jetty.http.HttpStatus.Code
org.eclipse.jetty.http.HttpTester
org.eclipse.jetty.http.HttpTester.Input
org.eclipse.jetty.http.HttpTester.Message
org.eclipse.jetty.http.HttpTester.Request
org.eclipse.jetty.http.HttpTester.Response
org.eclipse.jetty.http.HttpTokens
org.eclipse.jetty.http.HttpTokens.EndOfContent
org.eclipse.jetty.http.HttpTokens.Token
org.eclipse.jetty.http.HttpTokens.Type
org.eclipse.jetty.http.HttpURI
org.eclipse.jetty.http.HttpURI.Immutable
org.eclipse.jetty.http.HttpURI.Mutable
org.eclipse.jetty.http.HttpVersion
org.eclipse.jetty.http.MetaData
org.eclipse.jetty.http.MetaData.ConnectRequest
org.eclipse.jetty.http.MetaData.Request
org.eclipse.jetty.http.MetaData.Response
org.eclipse.jetty.http.MimeTypes
org.eclipse.jetty.http.MimeTypes.Type
org.eclipse.jetty.http.PreEncodedHttpField
org.eclipse.jetty.http.PrecompressedHttpContent
org.eclipse.jetty.http.QuotedCSV
org.eclipse.jetty.http.QuotedCSVParser
org.eclipse.jetty.http.QuotedQualityCSV
org.eclipse.jetty.http.RFC6265CookieParser
org.eclipse.jetty.http.ResourceHttpContent
org.eclipse.jetty.http.Syntax
org.eclipse.jetty.http.UriCompliance
org.eclipse.jetty.http.UriCompliance.Violation
org.eclipse.jetty.http.compression.EncodingException
org.eclipse.jetty.http.compression.Huffman
org.eclipse.jetty.http.compression.HuffmanDecoder
org.eclipse.jetty.http.compression.HuffmanEncoder
org.eclipse.jetty.http.compression.NBitIntegerDecoder
org.eclipse.jetty.http.compression.NBitIntegerEncoder
org.eclipse.jetty.http.compression.NBitStringDecoder
org.eclipse.jetty.http.compression.NBitStringEncoder
org.eclipse.jetty.http.pathmap.AbstractPathSpec
org.eclipse.jetty.http.pathmap.MappedResource<E>
org.eclipse.jetty.http.pathmap.MatchedPath
org.eclipse.jetty.http.pathmap.MatchedResource<E>
org.eclipse.jetty.http.pathmap.PathMappings
org.eclipse.jetty.http.pathmap.PathMappings<E>
org.eclipse.jetty.http.pathmap.PathSpec
org.eclipse.jetty.http.pathmap.PathSpecGroup
org.eclipse.jetty.http.pathmap.PathSpecSet
org.eclipse.jetty.http.pathmap.RegexPathSpec
org.eclipse.jetty.http.pathmap.ServletPathSpec
org.eclipse.jetty.http.pathmap.UriTemplatePathSpec