| 组织ID: |
com.twitter |
| 项目ID: |
finagle-base-http_2.11 |
| 版本: |
20.4.0 |
| 最后修改时间: |
2020-04-08 10:05:47 |
| 包类型: |
jar |
| 标题: |
finagle-base-http |
| 描述: |
finagle-base-http |
| 相关URL: |
https://github.com/twitter/finagle |
| 大小: |
588.07KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>com.twitter</groupId>
<artifactId>finagle-base-http_2.11</artifactId>
<version>20.4.0</version>
</dependency>
|
| Gradle引入代码: |
com.twitter:finagle-base-http_2.11:20.4.0
|
| 下载Jar包: |
|
| POM文件内容: |
<?xml version='1.0' encoding='UTF-8'?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0">
<modelVersion>4.0.0</modelVersion>
<groupId>com.twitter</groupId>
<artifactId>finagle-base-http_2.11</artifactId>
<packaging>jar</packaging>
<description>finagle-base-http</description>
<version>20.4.0</version>
<name>finagle-base-http</name>
<organization>
<name>com.twitter</name>
</organization>
<url>https://github.com/twitter/finagle</url>
<licenses>
<license>
<name>Apache License, Version 2.0</name>
<url>https://www.apache.org/licenses/LICENSE-2.0</url>
</license>
</licenses>
<scm>
<url>git@github.com:twitter/finagle.git</url>
<connection>scm:git:git@github.com:twitter/finagle.git</connection>
</scm>
<developers>
<developer>
<id>twitter</id>
<name>Twitter Inc.</name>
<url>https://www.twitter.com/</url>
</developer>
</developers>
<properties>
<info.apiURL>https://twitter.github.io/finagle/docs/</info.apiURL>
</properties>
<dependencies>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala-library</artifactId>
<version>2.11.12</version>
<exclusions>
<exclusion>
<groupId>com.sun.jmx</groupId>
<artifactId>jmxri</artifactId>
</exclusion>
<exclusion>
<groupId>com.sun.jdmk</groupId>
<artifactId>jmxtools</artifactId>
</exclusion>
<exclusion>
<groupId>javax.jms</groupId>
<artifactId>jms</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.twitter</groupId>
<artifactId>finagle-core_2.11</artifactId>
<version>20.4.0</version>
<exclusions>
<exclusion>
<groupId>com.sun.jmx</groupId>
<artifactId>jmxri</artifactId>
</exclusion>
<exclusion>
<groupId>com.sun.jdmk</groupId>
<artifactId>jmxtools</artifactId>
</exclusion>
<exclusion>
<groupId>javax.jms</groupId>
<artifactId>jms</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.twitter</groupId>
<artifactId>finagle-toggle_2.11</artifactId>
<version>20.4.0</version>
<exclusions>
<exclusion>
<groupId>com.sun.jmx</groupId>
<artifactId>jmxri</artifactId>
</exclusion>
<exclusion>
<groupId>com.sun.jdmk</groupId>
<artifactId>jmxtools</artifactId>
</exclusion>
<exclusion>
<groupId>javax.jms</groupId>
<artifactId>jms</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.scalacheck</groupId>
<artifactId>scalacheck_2.11</artifactId>
<version>1.14.0</version>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>com.sun.jmx</groupId>
<artifactId>jmxri</artifactId>
</exclusion>
<exclusion>
<groupId>com.sun.jdmk</groupId>
<artifactId>jmxtools</artifactId>
</exclusion>
<exclusion>
<groupId>javax.jms</groupId>
<artifactId>jms</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.scalatest</groupId>
<artifactId>scalatest_2.11</artifactId>
<version>3.0.8</version>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>com.sun.jmx</groupId>
<artifactId>jmxri</artifactId>
</exclusion>
<exclusion>
<groupId>com.sun.jdmk</groupId>
<artifactId>jmxtools</artifactId>
</exclusion>
<exclusion>
<groupId>javax.jms</groupId>
<artifactId>jms</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.novocode</groupId>
<artifactId>junit-interface</artifactId>
<version>0.11</version>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>com.sun.jmx</groupId>
<artifactId>jmxri</artifactId>
</exclusion>
<exclusion>
<groupId>com.sun.jdmk</groupId>
<artifactId>jmxtools</artifactId>
</exclusion>
<exclusion>
<groupId>javax.jms</groupId>
<artifactId>jms</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-all</artifactId>
<version>1.9.5</version>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>com.sun.jmx</groupId>
<artifactId>jmxri</artifactId>
</exclusion>
<exclusion>
<groupId>com.sun.jdmk</groupId>
<artifactId>jmxtools</artifactId>
</exclusion>
<exclusion>
<groupId>javax.jms</groupId>
<artifactId>jms</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.scala-lang.modules</groupId>
<artifactId>scala-collection-compat_2.11</artifactId>
<version>2.1.2</version>
<exclusions>
<exclusion>
<groupId>com.sun.jmx</groupId>
<artifactId>jmxri</artifactId>
</exclusion>
<exclusion>
<groupId>com.sun.jdmk</groupId>
<artifactId>jmxtools</artifactId>
</exclusion>
<exclusion>
<groupId>javax.jms</groupId>
<artifactId>jms</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.twitter</groupId>
<artifactId>util-logging_2.11</artifactId>
<version>20.4.0</version>
<exclusions>
<exclusion>
<groupId>junit</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>org.scala-tools.testing</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>org.mockito</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>com.sun.jmx</groupId>
<artifactId>jmxri</artifactId>
</exclusion>
<exclusion>
<groupId>com.sun.jdmk</groupId>
<artifactId>jmxtools</artifactId>
</exclusion>
<exclusion>
<groupId>javax.jms</groupId>
<artifactId>jms</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-codec-http</artifactId>
<version>4.1.47.Final</version>
<exclusions>
<exclusion>
<groupId>com.sun.jmx</groupId>
<artifactId>jmxri</artifactId>
</exclusion>
<exclusion>
<groupId>com.sun.jdmk</groupId>
<artifactId>jmxtools</artifactId>
</exclusion>
<exclusion>
<groupId>javax.jms</groupId>
<artifactId>jms</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-handler</artifactId>
<version>4.1.47.Final</version>
<exclusions>
<exclusion>
<groupId>com.sun.jmx</groupId>
<artifactId>jmxri</artifactId>
</exclusion>
<exclusion>
<groupId>com.sun.jdmk</groupId>
<artifactId>jmxtools</artifactId>
</exclusion>
<exclusion>
<groupId>javax.jms</groupId>
<artifactId>jms</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-transport</artifactId>
<version>4.1.47.Final</version>
<exclusions>
<exclusion>
<groupId>com.sun.jmx</groupId>
<artifactId>jmxri</artifactId>
</exclusion>
<exclusion>
<groupId>com.sun.jdmk</groupId>
<artifactId>jmxtools</artifactId>
</exclusion>
<exclusion>
<groupId>javax.jms</groupId>
<artifactId>jms</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-transport-native-epoll</artifactId>
<version>4.1.47.Final</version>
<classifier>linux-x86_64</classifier>
<exclusions>
<exclusion>
<groupId>com.sun.jmx</groupId>
<artifactId>jmxri</artifactId>
</exclusion>
<exclusion>
<groupId>com.sun.jdmk</groupId>
<artifactId>jmxtools</artifactId>
</exclusion>
<exclusion>
<groupId>javax.jms</groupId>
<artifactId>jms</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-transport-native-unix-common</artifactId>
<version>4.1.47.Final</version>
<exclusions>
<exclusion>
<groupId>com.sun.jmx</groupId>
<artifactId>jmxri</artifactId>
</exclusion>
<exclusion>
<groupId>com.sun.jdmk</groupId>
<artifactId>jmxtools</artifactId>
</exclusion>
<exclusion>
<groupId>javax.jms</groupId>
<artifactId>jms</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-handler-proxy</artifactId>
<version>4.1.47.Final</version>
<exclusions>
<exclusion>
<groupId>com.sun.jmx</groupId>
<artifactId>jmxri</artifactId>
</exclusion>
<exclusion>
<groupId>com.sun.jdmk</groupId>
<artifactId>jmxtools</artifactId>
</exclusion>
<exclusion>
<groupId>javax.jms</groupId>
<artifactId>jms</artifactId>
</exclusion>
</exclusions>
</dependency>
</dependencies>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
com.twitter.finagle.http.exp.Multipart$InMemoryFileUpload.class
com.twitter.finagle.http.Chunk$Cons.class
com.twitter.finagle.http.codec.HttpServerDispatcher$$anonfun$1.class
com.twitter.finagle.http.param.CompressionLevel$$anonfun$11.class
com.twitter.finagle.http.codec.HttpServerDispatcher$$anonfun$setKeepAlive$1.class
com.twitter.finagle.http.codec.HttpDtab$$anonfun$4.class
com.twitter.finagle.http.package.class
com.twitter.finagle.http.HeaderMap$$anonfun$nameValueIterator$1.class
com.twitter.finagle.http.headers.JTreeMapBackedHeaderMap$$anonfun$foreach$1$$anonfun$apply$1.class
com.twitter.finagle.http.ProxyCredentials$.class
com.twitter.finagle.http.HeaderMapVersionSpecific.class
com.twitter.finagle.http.codec.Http1ConnectionManager.class
com.twitter.finagle.http.Response.class
com.twitter.finagle.http.headers.Header$.class
com.twitter.finagle.http.exp.MultipartDecoder.class
com.twitter.finagle.http.codec.context.HttpContext$.class
com.twitter.finagle.http.codec.HttpDtab$$anonfun$4$$anonfun$apply$2.class
com.twitter.finagle.http.exp.Multipart$FileUpload.class
com.twitter.finagle.http.codec.HttpDtab.class
com.twitter.finagle.http.HeaderMap$NameValue.class
com.twitter.finagle.http.filter.ServerDtabContextFilter$.class
com.twitter.finagle.http.codec.Http1ConnectionManager$$anonfun$handleIfStream$1.class
com.twitter.finagle.http.Chunk$Cons$.class
com.twitter.finagle.http.Request$Proxy.class
com.twitter.finagle.http.cookie.SameSite$Strict$.class
com.twitter.finagle.http.CookieMap$.class
com.twitter.finagle.http.HttpServerTraceInitializer$$anonfun$1$$anonfun$apply$1$$anonfun$apply$2.class
com.twitter.finagle.http.QueryParamDecoder$.class
com.twitter.finagle.http.RequestParamMap$$anonfun$com$twitter$finagle$http$RequestParamMap$$jiterator$1.class
com.twitter.finagle.http.MapParamMap$$anonfun$getAll$1.class
com.twitter.finagle.http.netty4.Netty4CookieCodec$.class
com.twitter.finagle.http.ParamMapVersionSpecific$class.class
com.twitter.finagle.http.Uri$$anonfun$2.class
com.twitter.finagle.http.CookieMap$$anonfun$removeCookies$1.class
com.twitter.finagle.http.MapParamMap.class
com.twitter.finagle.http.Message$$anonfun$accept$1.class
com.twitter.finagle.http.Message$$anonfun$acceptMediaTypes$1.class
com.twitter.finagle.http.ProxyCredentials$$anonfun$apply$1$$anonfun$apply$2.class
com.twitter.finagle.http.Cookie$.class
com.twitter.finagle.http.cookie.SameSiteCodec$.class
com.twitter.finagle.http.HttpServerTraceInitializer$$anonfun$1.class
com.twitter.finagle.http.Chunk$Last.class
com.twitter.finagle.http.codec.ChannelBufferUsageTracker$$anonfun$2.class
BUILD
com.twitter.finagle.http.cookie.SameSite$.class
com.twitter.finagle.http.exp.IdentityStreamTransport$.class
com.twitter.finagle.http.codec.HttpClientDispatcher.class
com.twitter.finagle.http.codec.HttpDtab$$anonfun$com$twitter$finagle$http$codec$HttpDtab$$decodeName$1.class
com.twitter.finagle.http.TooLongMessageException$.class
com.twitter.finagle.http.Uri.class
com.twitter.finagle.http.exp.GenStreamingSerialServerDispatcher$Idle$.class
com.twitter.finagle.http.param.MaxHeaderSize$.class
com.twitter.finagle.http.ParamMap$.class
com.twitter.finagle.http.headers.Rfc7230HeaderValidation$CR$.class
com.twitter.finagle.http.headers.Rfc7230HeaderValidation$ValidationFailure.class
com.twitter.finagle.http.Chunk.class
com.twitter.finagle.http.DelayedReleaseService$$anonfun$apply$4.class
com.twitter.finagle.http.headers.Rfc7230HeaderValidation$ValidationSuccess$.class
com.twitter.finagle.http.headers.Rfc7230HeaderValidation$.class
com.twitter.finagle.http.HeaderMap.class
com.twitter.finagle.http.CookieMapVersionSpecific.class
com.twitter.finagle.http.collection.RecordSchema$$anon$2.class
com.twitter.finagle.http.headers.Rfc7230HeaderValidation$NameValidationException.class
com/twitter/finagle-base-http/build.properties
com.twitter.finagle.http.Request$Impl.class
com.twitter.finagle.http.Message$BufOutputStream.class
com.twitter.finagle.http.DelayedReleaseService$$anonfun$close$1.class
com.twitter.finagle.http.Status$Unknown$$anonfun$unapply$1.class
com.twitter.finagle.http.param.Streaming$.class
com.twitter.finagle.http.headers.Rfc7230HeaderValidation$ValueValidationException.class
com.twitter.finagle.http.collection.RecordSchema$Record.class
com.twitter.finagle.http.codec.HttpDtab$$anonfun$read$1.class
com.twitter.finagle.http.ParamMap$$anonfun$4.class
com.twitter.finagle.http.codec.ResponseConformanceFilter$$anonfun$apply$1.class
com.twitter.finagle.http.Message$$anonfun$writer$1.class
com.twitter.finagle.http.Cookie.class
com.twitter.finagle.http.Request.class
com.twitter.finagle.http.codec.HttpDtab$$anonfun$com$twitter$finagle$http$codec$HttpDtab$$readDtabLocal$1.class
com.twitter.finagle.http.Message$$anonfun$isXmlHttpRequest$1.class
com.twitter.finagle.http.exp.Multipart$OnDiskFileUpload$.class
com.twitter.finagle.http.param.AutomaticContinue$$anonfun$1.class
com.twitter.finagle.http.filter.DtabFilter$$anonfun$apply$1.class
com.twitter.finagle.http.QueryParamEncoder$.class
com.twitter.finagle.http.exp.GenStreamingSerialServerDispatcher$$anonfun$1.class
com.twitter.finagle.http.Request$$anonfun$getShortParam$2.class
com.twitter.finagle.http.codec.TextualContentCompressor$.class
com.twitter.finagle.http.Message$$anonfun$reader$1.class
com.twitter.finagle.http.codec.HttpClientDispatcher$$anonfun$1.class
com.twitter.finagle.http.Message$$anonfun$contentLength$1.class
com.twitter.finagle.http.CookieCodec.class
com.twitter.finagle.http.codec.HttpServerDispatcher$$anonfun$handle$1.class
com.twitter.finagle.http.ParamMap$$anonfun$3.class
com.twitter.finagle.http.netty4.Netty4CookieCodec$$anonfun$3.class
com.twitter.finagle.http.cookie.SameSiteCodec.class
com.twitter.finagle.http.CookieMap$$anonfun$addCookies$1.class
com.twitter.finagle.http.filter.DtabFilter$Extractor.class
com.twitter.finagle.http.filter.ClientContextFilter$.class
com.twitter.finagle.http.headers.EmptyHeaderMap.class
com.twitter.finagle.http.BadRequestResponse$.class
com.twitter.finagle.http.CookieMap$$anonfun$1.class
com.twitter.finagle.http.exp.GenStreamingSerialServerDispatcher$$anonfun$3$$anonfun$4.class
com.twitter.finagle.http.MapParamMap$$anonfun$apply$2.class
com.twitter.finagle.http.param.Streaming$Enabled$.class
com.twitter.finagle.http.netty4.Netty4CookieCodec$$anonfun$2.class
com.twitter.finagle.http.param.Decompression$.class
com.twitter.finagle.http.MapParamMap$$anonfun$tuplesToMultiMap$1.class
com.twitter.finagle.http.filter.HttpNackFilter$$anonfun$apply$1.class
com.twitter.finagle.http.HeaderMap$.class
com.twitter.finagle.http.filter.DtabFilter$Injector$$anonfun$2.class
com.twitter.finagle.http.cookie.SameSite$Lax$.class
com.twitter.finagle.http.HeaderMap$$anon$1.class
com.twitter.finagle.http.SimpleElement$.class
com.twitter.finagle.http.Status$.class
com.twitter.finagle.http.Message$$anonfun$accept$2.class
com.twitter.finagle.http.BadRequestResponse.class
com.twitter.finagle.http.CookieMap.class
com.twitter.finagle.http.Response$Proxy.class
com.twitter.finagle.http.HttpTransport.class
com.twitter.finagle.http.MapParamMap$$anonfun$iterator$1.class
com.twitter.finagle.http.TraceInfo$.class
com.twitter.finagle.http.Request$$anonfun$getParams$1.class
com.twitter.finagle.http.param.MaxResponseSize$.class
com.twitter.finagle.http.codec.HttpServerDispatcher$$anonfun$handle$2.class
com.twitter.finagle.http.codec.context.HttpContext.class
com.twitter.finagle.http.Response$$anonfun$1.class
com.twitter.finagle.http.collection.RecordSchema$Field.class
com.twitter.finagle.http.Method$.class
com.twitter.finagle.http.Request$$anonfun$getIntParam$1.class
com.twitter.finagle.http.headers.Header.class
com.twitter.finagle.http.headers.JTreeMapBackedHeaderMap$$anonfun$apply$2.class
com.twitter.finagle.http.param.CompressionLevel.class
com.twitter.finagle.http.Response$Impl.class
com.twitter.finagle.http.codec.HttpDtab$$anonfun$3.class
com.twitter.finagle.http.codec.HttpServerDispatcher.class
com.twitter.finagle.http.codec.ChannelBufferUsageTracker$state$.class
com.twitter.finagle.http.DelayedRelease.class
com.twitter.finagle.http.codec.ResponseConformanceFilter$.class
com.twitter.finagle.http.Request$$anonfun$getBooleanParam$1.class
com.twitter.finagle.http.codec.ChannelBufferUsageTracker.class
com.twitter.finagle.http.headers.JTreeMapBackedHeaderMap$$anonfun$nameValueIterator$1.class
com.twitter.finagle.http.Message$.class
com.twitter.finagle.http.HttpClientTraceInitializer$$anon$1.class
com.twitter.finagle.http.QueryParamEncoder.class
com.twitter.finagle.http.util.FailingWriter$.class
com.twitter.finagle.http.Fields.class
com.twitter.finagle.http.headers.JTreeMapBackedHeaderMap$$anonfun$iterator$1.class
com.twitter.finagle.http.cookie.SameSite.class
com.twitter.finagle.http.Uri$.class
com.twitter.finagle.http.FormElement.class
com.twitter.finagle.http.param.AutomaticContinue.class
com.twitter.finagle.http.headers.Rfc7230HeaderValidation$ValidationFailure$.class
com.twitter.finagle.http.HttpClientTraceInitializer$$anonfun$apply$1.class
com.twitter.finagle.http.param.FixedLengthStreamedAfter$.class
com.twitter.finagle.http.util.FailingWriter.class
com.twitter.finagle.http.Request$$anonfun$getParam$1.class
com.twitter.finagle.http.ParamMap.class
com.twitter.finagle.http.Request$$anonfun$getLongParam$1.class
com.twitter.finagle.http.codec.HttpDtab$$anonfun$com$twitter$finagle$http$codec$HttpDtab$$decodeName$2.class
com.twitter.finagle.http.CookieMap$$anonfun$addAll$1.class
com.twitter.finagle.http.filter.ServerDtabContextFilter$$anon$2.class
com.twitter.finagle.http.Message$$anonfun$charset_$eq$1.class
com.twitter.finagle.http.filter.ServerContextFilter.class
com.twitter.finagle.http.util.HeaderKeyOrdering.class
com.twitter.finagle.http.filter.ServerDtabContextFilter.class
com.twitter.finagle.http.MapParamMap$.class
com.twitter.finagle.http.RequestParamMap$$anonfun$com$twitter$finagle$http$RequestParamMap$$jiterator$1$$anonfun$apply$4.class
com.twitter.finagle.http.HttpClientTraceInitializer$.class
com.twitter.finagle.http.filter.HttpNackFilter.class
com.twitter.finagle.http.headers.Header$$anon$2.class
com.twitter.finagle.http.filter.DtabFilter.class
com.twitter.finagle.http.param.MaxInitialLineSize.class
com.twitter.finagle.http.EmptyParamMap.class
com.twitter.finagle.http.Status$Unknown$.class
com.twitter.finagle.http.Message.class
com.twitter.finagle.http.param.Decompression.class
com.twitter.finagle.http.filter.DtabFilter$$anonfun$1.class
com.twitter.finagle.http.codec.context.HttpBackupRequest$.class
com.twitter.finagle.http.Status$Successful$.class
com.twitter.finagle.http.headers.Header$Root$$anon$1.class
com.twitter.finagle.http.headers.DefaultHeaderMap.class
com.twitter.finagle.http.Message$$anonfun$withReader$1.class
com.twitter.finagle.http.param.MaxResponseSize$$anonfun$6.class
com.twitter.finagle.http.exp.Multi.class
com.twitter.finagle.http.filter.HttpNackFilter$$anonfun$makeHandler$1.class
com.twitter.finagle.http.HttpServerTraceInitializer.class
com.twitter.finagle.http.util.HeaderKeyOrdering$.class
com.twitter.finagle.http.Request$$anonfun$getBooleanParam$2.class
com.twitter.finagle.http.Request$.class
com.twitter.finagle.http.Status$Redirection$.class
com.twitter.finagle.http.exp.Multipart$InMemoryFileUpload$.class
com.twitter.finagle.http.DelayedReleaseService.class
com.twitter.finagle.http.param.MaxInitialLineSize$$anonfun$3.class
com.twitter.finagle.http.codec.HttpClientDispatcher$$anonfun$dispatch$1.class
com.twitter.finagle.http.HttpTracing.class
com.twitter.finagle.http.headers.Rfc7230HeaderValidation$NameValidationResult.class
com.twitter.finagle.http.param.FixedLengthStreamedAfter$$anonfun$9.class
com.twitter.finagle.http.CookieMap$$anonfun$getValue$1.class
com.twitter.finagle.http.filter.ClientContextFilter$$anon$3.class
com.twitter.finagle.http.Fields$.class
com.twitter.finagle.http.EmptyParamMap$.class
com.twitter.finagle.http.exp.Multipart.class
com.twitter.finagle.http.codec.context.HttpDeadline.class
com.twitter.finagle.http.filter.ClientContextFilter.class
com.twitter.finagle.http.serverErrorsAsFailures$.class
com.twitter.finagle.http.Method.class
com.twitter.finagle.http.Request$Inbound.class
com.twitter.finagle.http.param.MaxRequestSize$.class
com.twitter.finagle.http.Response$.class
com.twitter.finagle.http.ProxyCredentials.class
com.twitter.finagle.http.ParamMap$$anonfun$2.class
com.twitter.finagle.http.headers.Rfc7230HeaderValidation$LF$.class
com.twitter.finagle.http.headers.Header$$anon$2$$anon$3.class
com.twitter.finagle.http.filter.DtabFilter$.class
com.twitter.finagle.http.filter.HttpNackFilter$$anon$1.class
com.twitter.finagle.http.codec.context.HttpContext$$anonfun$1.class
com.twitter.finagle.http.param.MaxHeaderSize$$anonfun$2.class
com.twitter.finagle.http.filter.DtabFilter$Injector.class
com.twitter.finagle.http.Message$$anonfun$mediaType$1.class
com.twitter.finagle.http.codec.HttpServerDispatcher$$anonfun$3.class
com.twitter.finagle.http.codec.TextualContentCompressor.class
com.twitter.finagle.http.netty4.Netty4CookieCodec$$anonfun$1.class
com.twitter.finagle.http.codec.HttpClientDispatcher$$anonfun$dispatch$2.class
com.twitter.finagle.http.filter.ServerContextFilter$$anon$1.class
com.twitter.finagle.http.headers.JTreeMapBackedHeaderMap$$anonfun$foreach$1.class
com.twitter.finagle.http.filter.ClientDtabContextFilter$$anon$4.class
com.twitter.finagle.http.util.StringUtil$.class
com.twitter.finagle.http.HttpServerTraceInitializer$$anonfun$1$$anonfun$apply$1.class
com.twitter.finagle.http.param.CompressionLevel$.class
com.twitter.finagle.http.headers.Rfc7230HeaderValidation$ObsFoldState.class
com.twitter.finagle.http.ProxyCredentials$$anonfun$apply$1.class
com.twitter.finagle.http.DelayedReleaseService$$anonfun$apply$4$$anonfun$apply$1$$anonfun$apply$mcV$sp$1.class
com.twitter.finagle.http.Version.class
com.twitter.finagle.http.headers.Rfc7230HeaderValidation$ValueValidationResult.class
com.twitter.finagle.http.headers.Rfc7230HeaderValidation$NonFold$.class
com.twitter.finagle.http.SimpleElement.class
com.twitter.finagle.http.exp.MultipartDecoder$$anonfun$1.class
com.twitter.finagle.http.codec.HttpServerDispatcher$$anonfun$2.class
com.twitter.finagle.http.param.MaxInitialLineSize$.class
com.twitter.finagle.http.Status$Informational$.class
com.twitter.finagle.http.HeaderMap$NameValueImpl.class
com.twitter.finagle.http.Request$$anonfun$1.class
com.twitter.finagle.http.filter.ServerContextFilter$.class
com.twitter.finagle.http.Status$ServerError$.class
com.twitter.finagle.http.codec.HttpDtab$$anonfun$decodePrefix$1.class
com.twitter.finagle.http.CookieMap$$anon$1.class
com.twitter.finagle.http.TraceInfo.class
com.twitter.finagle.http.CookieMap$$anonfun$rewriteCookieHeaders$1.class
com.twitter.finagle.http.param.Streaming$$anonfun$8.class
com.twitter.finagle.http.headers.JTreeMapBackedHeaderMap.class
com.twitter.finagle.http.Cookie$$anonfun$2.class
com.twitter.finagle.http.exp.GenStreamingSerialServerDispatcher.class
com.twitter.finagle.http.Message$$anonfun$charset_$eq$2.class
com.twitter.finagle.http.exp.GenStreamingSerialServerDispatcher$$anonfun$3$$anonfun$4$$anonfun$apply$1.class
com.twitter.finagle.http.codec.ResponseConformanceFilter.class
com.twitter.finagle.http.Message$$anonfun$acceptMediaTypes$1$$anonfun$apply$1.class
com.twitter.finagle.http.RequestParamMap$$anonfun$iterator$3.class
com.twitter.finagle.http.Version$.class
com.twitter.finagle.http.exp.Multi$.class
com.twitter.finagle.http.DelayedRelease$.class
com.twitter.finagle.http.headers.Rfc7230HeaderValidation$$anonfun$validHeaderValueChars$1.class
com.twitter.finagle.http.param.Streaming$Disabled$.class
com.twitter.finagle.http.filter.HttpNackFilter$.class
com.twitter.finagle.http.headers.Rfc7230HeaderValidation$$anonfun$validHeaderNameChars$1.class
com.twitter.finagle.http.param.MaxRequestSize$$anonfun$4.class
com.twitter.finagle.http.MapParamMap$$anonfun$iterator$2.class
com.twitter.finagle.http.exp.Multipart$OnDiskFileUpload.class
com.twitter.finagle.http.exp.MultipartDecoder$$anon$1.class
com.twitter.finagle.http.exp.IdentityStreamTransport.class
com.twitter.finagle.http.MediaType$.class
com.twitter.finagle.http.codec.HttpDtab$$anonfun$decodePrefix$2.class
com.twitter.finagle.http.util.StringUtil.class
com.twitter.finagle.http.codec.HttpDtab$$anonfun$com$twitter$finagle$http$codec$HttpDtab$$readDtabLocal$1$$anonfun$2.class
com.twitter.finagle.http.codec.context.HttpRetries$.class
com.twitter.finagle.http.Request$$anonfun$getIntParam$2.class
com.twitter.finagle.http.param.MaxResponseSize.class
com.twitter.finagle.http.Status$ClientError$.class
com.twitter.finagle.http.headers.Header$Root.class
com.twitter.finagle.http.filter.HttpNackFilter$NonRetryableNack$.class
com.twitter.finagle.http.HttpClientTraceInitializer$$anonfun$apply$1$$anonfun$apply$2.class
com.twitter.finagle.http.RequestConfig.class
com.twitter.finagle.http.codec.HttpDtab$$anonfun$read$1$$anonfun$apply$1.class
com.twitter.finagle.http.codec.HttpServerDispatcher$.class
com.twitter.finagle.http.Message$$anonfun$acceptMediaTypes$1$$anonfun$apply$2.class
com.twitter.finagle.http.Request$$anonfun$getLongParam$2.class
com.twitter.finagle.http.ParamMap$$anonfun$1.class
com.twitter.finagle.http.Status.class
com.twitter.finagle.http.codec.ChannelBufferUsageTracker$$anonfun$1.class
com.twitter.finagle.http.Message$$anonfun$2.class
com.twitter.finagle.http.filter.ClientDtabContextFilter.class
com.twitter.finagle.http.HttpTracing$Header$.class
com.twitter.finagle.http.Chunk$Last$.class
com.twitter.finagle.http.headers.Rfc7230HeaderValidation$ObsFoldDetected$.class
com.twitter.finagle.http.Message$$anonfun$withWriter$1.class
com.twitter.finagle.http.headers.Rfc7230HeaderValidation$HeaderValidationException.class
com.twitter.finagle.http.collection.RecordSchema.class
com.twitter.finagle.http.cookie.supportSameSiteCodec.class
com.twitter.finagle.http.codec.HttpClientDispatcher$.class
com.twitter.finagle.http.Request$$anonfun$getShortParam$1.class
com.twitter.finagle.http.HttpTracing$.class
com.twitter.finagle.http.exp.GenStreamingSerialServerDispatcher$$anonfun$close$1.class
com.twitter.finagle.http.RequestParamMap.class
com.twitter.finagle.http.package$.class
com.twitter.finagle.http.codec.HttpDtab$.class
com.twitter.finagle.http.collection.RecordSchema$$anon$1.class
com.twitter.finagle.http.RequestProxy.class
com.twitter.finagle.http.ParamMapVersionSpecific.class
#内容未全部加载,请点击展开加载全部代码(NowJava.com)
|
| 依赖Jar: |
scala-library-2.11.12.jar
/org.scala-lang/scala-library/2.11.12
查看scala-library所有版本文件
finagle-core_2.11-20.4.0.jar
/com.twitter/finagle-core_2.11/20.4.0
查看finagle-core_2.11所有版本文件
finagle-toggle_2.11-20.4.0.jar
/com.twitter/finagle-toggle_2.11/20.4.0
查看finagle-toggle_2.11所有版本文件
scalacheck_2.11-1.14.0.jar
/org.scalacheck/scalacheck_2.11/1.14.0
查看scalacheck_2.11所有版本文件
scalatest_2.11-3.0.8.jar
/org.scalatest/scalatest_2.11/3.0.8
查看scalatest_2.11所有版本文件
junit-interface-0.11.jar
/com.novocode/junit-interface/0.11
查看junit-interface所有版本文件
mockito-all-1.9.5.jar
/org.mockito/mockito-all/1.9.5
查看mockito-all所有版本文件
scala-collection-compat_2.11-2.1.2.jar
/org.scala-lang.modules/scala-collection-compat_2.11/2.1.2
查看scala-collection-compat_2.11所有版本文件
util-logging_2.11-20.4.0.jar
/com.twitter/util-logging_2.11/20.4.0
查看util-logging_2.11所有版本文件
netty-codec-http-4.1.47.Final.jar
/io.netty/netty-codec-http/4.1.47.Final
查看netty-codec-http所有版本文件
netty-handler-4.1.47.Final.jar
/io.netty/netty-handler/4.1.47.Final
查看netty-handler所有版本文件
netty-transport-4.1.47.Final.jar
/io.netty/netty-transport/4.1.47.Final
查看netty-transport所有版本文件
netty-transport-native-epoll-4.1.47.Final.jar
/io.netty/netty-transport-native-epoll/4.1.47.Final
查看netty-transport-native-epoll所有版本文件
netty-transport-native-unix-common-4.1.47.Final.jar
/io.netty/netty-transport-native-unix-common/4.1.47.Final
查看netty-transport-native-unix-common所有版本文件
netty-handler-proxy-4.1.47.Final.jar
/io.netty/netty-handler-proxy/4.1.47.Final
查看netty-handler-proxy所有版本文件
|