组织ID: |
com.twitter |
项目ID: |
finagle-http_2.10 |
版本: |
6.31.0 |
最后修改时间: |
2018-08-02 16:20:01 |
包类型: |
jar |
标题: |
finagle-http |
描述: |
finagle-http |
相关URL: |
https://github.com/twitter/finagle |
大小: |
721.27KB |
|
Maven引入代码: |
<dependency>
<groupId>com.twitter</groupId>
<artifactId>finagle-http_2.10</artifactId>
<version>6.31.0</version>
</dependency>
|
Gradle引入代码: |
com.twitter:finagle-http_2.10:6.31.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-http_2.10</artifactId>
<packaging>jar</packaging>
<description>finagle-http</description>
<version>6.31.0</version>
<name>finagle-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>http://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.10.6</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.10</artifactId>
<version>6.31.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.scoverage</groupId>
<artifactId>scalac-scoverage-runtime_2.10</artifactId>
<version>1.1.0</version>
<scope>provided</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.scoverage</groupId>
<artifactId>scalac-scoverage-plugin_2.10</artifactId>
<version>1.1.0</version>
<scope>provided</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.scalacheck</groupId>
<artifactId>scalacheck_2.10</artifactId>
<version>1.12.2</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.10</artifactId>
<version>2.2.4</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>junit</groupId>
<artifactId>junit</artifactId>
<version>4.10</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>com.twitter</groupId>
<artifactId>util-codec_2.10</artifactId>
<version>6.30.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>util-logging_2.10</artifactId>
<version>6.30.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>commons-lang</groupId>
<artifactId>commons-lang</artifactId>
<version>2.6</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.google.guava</groupId>
<artifactId>guava</artifactId>
<version>16.0.1</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.codec.HttpDtab$$anonfun$com$twitter$finagle$http$codec$HttpDtab$$readDtabLocal$1$$anonfun$2.class
com.twitter.finagle.http.Request$$anon$4.class
com.twitter.finagle.http.FileElement.class
com.twitter.finagle.http.netty.Bijections.class
com.twitter.finagle.http.service.NotFoundService.class
com.twitter.finagle.http.Method$Get$.class
com.twitter.finagle.http.Request$$anonfun$getBooleanParam$2.class
com.twitter.finagle.http.Request.class
com.twitter.finagle.http.filter.ValidateRequestFilter.class
com.twitter.finagle.http.Message$$anonfun$isXmlHttpRequest$1.class
com.twitter.finagle.http.RequestBuilder$$anonfun$addHeaders$1.class
com.twitter.finagle.http.path.Long.class
com.twitter.finagle.http.HttpPostRequestEncoderEx$.class
com.twitter.finagle.Http$Client$$anonfun$withTls$1.class
com.twitter.finagle.http.netty.HttpMessageProxy$class.class
com.twitter.finagle.http.RequestConfig.class
com.twitter.finagle.Http$param$Streaming$.class
com.twitter.finagle.http.RequestBuilder$RequestEvidence$.class
com.twitter.finagle.http.filter.ExceptionFilter$.class
com.twitter.finagle.http.MapParamMap$$anonfun$getAll$1.class
com.twitter.finagle.http.Request$$anon$2.class
com.twitter.finagle.http.filter.Cors$Policy.class
com.twitter.finagle.http.filter.CorsFilter.class
com.twitter.finagle.http.CookieMap$$anonfun$1.class
com.twitter.finagle.http.SpnegoAuthenticator$Server$$anonfun$apply$9.class
com.twitter.finagle.http.exp.Multipart$OnDiskFileUpload.class
com.twitter.finagle.http.Fields$.class
com.twitter.finagle.http.CookieMap$$anonfun$rewriteCookieHeaders$1.class
com.twitter.finagle.http.SafeHttpServerCodec.class
com.twitter.finagle.http.path.$div$.class
com.twitter.finagle.http.SpnegoAuthenticator$Authenticated.class
com.twitter.finagle.http.RequestParamMap.class
com.twitter.finagle.http.SpnegoAuthenticator.class
com.twitter.finagle.http.Http$.class
com.twitter.finagle.http.MapHeaderMap$$anonfun$iterator$2.class
com.twitter.finagle.http.codec.HttpDtab$$anonfun$b64Decode$1.class
com.twitter.finagle.http.HttpTracing.class
com.twitter.finagle.http.filter.Cors$$anonfun$3.class
com.twitter.finagle.http.RequestBuilder$$anonfun$3.class
com.twitter.finagle.http.MapHeaderMap$.class
com.twitter.finagle.Http.class
com.twitter.finagle.http.filter.HeadFilter$.class
com.twitter.finagle.http.filter.DtabFilter.class
com.twitter.finagle.http.filter.Cors$HttpFilter$$anonfun$getHeaders$1.class
com.twitter.finagle.http.filter.LoggingFilter$.class
com.twitter.finagle.http.Http.class
com.twitter.finagle.http.Fields.class
com.twitter.finagle.http.HttpServerTraceInitializer$$anonfun$6.class
com.twitter.finagle.http.filter.CorsFilter$.class
com.twitter.finagle.http.RequestBuilder$$anonfun$add$1.class
com.twitter.finagle.http.TraceInfo.class
com.twitter.finagle.http.netty.Bijections$$anon$8.class
com.twitter.finagle.http.RequestBuilder$$anonfun$1.class
com.twitter.finagle.http.Message$$anonfun$2.class
com.twitter.finagle.http.filter.MethodRequiredFilter$.class
com.twitter.finagle.http.Method$.class
com.twitter.finagle.http.exp.Multipart$InMemoryFileUpload.class
com.twitter.finagle.http.ProxyCredentials.class
com.twitter.finagle.http.codec.RespondToExpectContinue.class
com.twitter.finagle.http.filter.LogFormatter$.class
com.twitter.finagle.http.HttpMuxer$$anonfun$2.class
com.twitter.finagle.http.SpnegoAuthenticator$Server$$anonfun$apply$1$$anonfun$applyOrElse$3$$anonfun$apply$5.class
com.twitter.finagle.http.SpnegoAuthenticator$Credentials$ServerSource.class
com.twitter.finagle.http.MapHeaderMap.class
com.twitter.finagle.http.DelayedReleaseService.class
com.twitter.finagle.http.CookieMap$$anonfun$rewriteCookieHeaders$2.class
com.twitter.finagle.http.MapHeaderMap$$anonfun$$minus$eq$1.class
com.twitter.finagle.http.exp.Multipart.class
com.twitter.finagle.http.MediaType$.class
com.twitter.finagle.http.netty.Bijections$$anon$9.class
com.twitter.finagle.http.BadHttpRequest.class
com.twitter.finagle.http.RequestProxy.class
com.twitter.finagle.http.filter.HeadFilter$$anonfun$apply$2.class
com.twitter.finagle.http.HttpServerTracingFilter.class
com.twitter.finagle.http.SimpleElement$.class
com.twitter.finagle.http.service.RoutingService$$anonfun$1.class
com.twitter.finagle.http.codec.OneHundredContinueResponse$.class
com.twitter.finagle.http.codec.HttpDtab$$anonfun$read$1$$anonfun$apply$1.class
com.twitter.finagle.http.SpnegoAuthenticator$Server$$anonfun$apply$1$$anonfun$applyOrElse$3.class
com.twitter.finagle.Http$param$Streaming.class
com.twitter.finagle.http.HttpClientTraceInitializer$$anonfun$7.class
com.twitter.finagle.http.Message$$anonfun$accept$2.class
com.twitter.finagle.Http$param$Decompression$.class
com.twitter.finagle.http.codec.PayloadSizeHandler.class
com.twitter.finagle.http.path.Integer$$anonfun$$init$$1.class
com.twitter.finagle.http.ParamMap$$anonfun$getInt$1.class
com.twitter.finagle.http.SpnegoAuthenticator$ServerFilter.class
com.twitter.finagle.http.SpnegoAuthenticator$ReqSupport.class
com.twitter.finagle.http.MapHeaderMap$$anonfun$getAll$1.class
com.twitter.finagle.http.HttpMuxer$$anonfun$3.class
com.twitter.finagle.http.ReaderUtils$$anonfun$streamChunks$1$$anonfun$apply$2$$anonfun$apply$1.class
com.twitter.finagle.http.Request$$anonfun$getParams$1.class
com.twitter.finagle.http.filter.StatsFilter.class
com.twitter.finagle.http.SpnegoAuthenticator$Client$$anonfun$com$twitter$finagle$http$SpnegoAuthenticator$Client$$challengeResponseLoop$1.class
com.twitter.finagle.http.SpnegoAuthenticator$Credentials$JAAS$$anon$3.class
com.twitter.finagle.http.Message$$anonfun$acceptMediaTypes$1.class
com.twitter.finagle.http.Response$.class
com.twitter.finagle.http.HttpServerTraceInitializer.class
com.twitter.finagle.http.codec.HttpClientDispatcher$.class
com.twitter.finagle.http.filter.AddResponseHeadersFilter$$anonfun$apply$1.class
com.twitter.finagle.http.path.$tilde.class
com.twitter.finagle.http.codec.PayloadSizeHandler$$anonfun$1.class
com.twitter.finagle.http.Request$$anonfun$getIntParam$2.class
com.twitter.finagle.http.HttpServerTracingFilter$$anonfun$apply$5.class
com.twitter.finagle.http.Http$$anonfun$server$1.class
com.twitter.finagle.http.filter.Cors$HttpFilter.class
com.twitter.finagle.http.RequestBuilder$.class
com.twitter.finagle.http.filter.Cors$HttpFilter$$anonfun$handlePreflight$1$$anonfun$apply$1$$anonfun$apply$2$$anonfun$apply$3.class
com.twitter.finagle.http.exp.Multipart$OnDiskFileUpload$.class
com.twitter.finagle.Http$param$MaxResponseSize$.class
com.twitter.finagle.http.codec.ChannelBufferUsageTracker$state$.class
com.twitter.finagle.http.MapHeaderMap$$anonfun$get$2.class
com.twitter.finagle.http.SpnegoAuthenticator$Credentials$.class
com.twitter.finagle.http.codec.HttpClientDispatcher$$anonfun$dispatch$2.class
com.twitter.finagle.http.Method$Put$.class
com.twitter.finagle.http.SpnegoAuthenticator$Credentials$JAASServerSource$$anonfun$accept$1.class
com.twitter.finagle.http.netty.Bijections$$anon$11.class
com.twitter.finagle.http.HttpMuxer$.class
com.twitter.finagle.http.MediaType.class
com.twitter.finagle.http.Request$$anonfun$getLongParam$1.class
com.twitter.finagle.Http$param$MaxResponseSize.class
com.twitter.finagle.http.MapHeaderMap$$anonfun$2.class
com.twitter.finagle.http.Http$$anonfun$server$1$$anon$3$$anon$4.class
com.twitter.finagle.http.TraceInfo$$anonfun$4.class
com.twitter.finagle.http.filter.Cors$HttpFilter$$anonfun$handlePreflight$1.class
com.twitter.finagle.http.Message$$anonfun$charset_$eq$3.class
com.twitter.finagle.http.Method$Options$.class
com.twitter.finagle.http.Request$$anonfun$getParam$1.class
com.twitter.finagle.http.Request$$anonfun$getBooleanParam$1.class
com.twitter.finagle.http.HttpPostRequestEncoderEx$HttpPostBodyUtil$.class
com.twitter.finagle.http.SpnegoAuthenticator$Authenticated$.class
com.twitter.finagle.http.filter.Cors$.class
com.twitter.finagle.http.CookieMap$$anonfun$getValue$1.class
com.twitter.finagle.http.TraceInfo$.class
com.twitter.finagle.http.netty.Bijections$$anon$3.class
com.twitter.finagle.http.codec.HttpServerDispatcher$$anonfun$dispatch$1.class
com.twitter.finagle.http.Message$$anonfun$charset_$eq$1.class
com.twitter.finagle.http.codec.HttpServerDispatcher$$anonfun$1.class
com.twitter.finagle.http.SpnegoAuthenticator$ClientFilter.class
com.twitter.finagle.HttpRichClient$$anonfun$fetchUrl$1.class
com.twitter.finagle.http.Method$Head$.class
com.twitter.finagle.http.MapHeaderMap$$anonfun$1.class
com.twitter.finagle.http.codec.HttpClientDispatcher$$anonfun$1.class
com.twitter.finagle.http.filter.Cors$$anonfun$2.class
com.twitter.finagle.http.Message$$anonfun$charset_$eq$2.class
com.twitter.finagle.http.HttpClientTracingFilter.class
com.twitter.finagle.http.TraceInfo$$anonfun$4$$anonfun$5$$anonfun$apply$1.class
com.twitter.finagle.Http$param$.class
com.twitter.finagle.http.filter.Cors$HttpFilter$$anonfun$handleSimple$3.class
com.twitter.finagle.http.codec.HttpClientDispatcher$$anonfun$dispatch$1.class
com.twitter.finagle.http.filter.Cors$HttpFilter$$anonfun$handleSimple$2.class
com.twitter.finagle.http.ParamMap$.class
com.twitter.finagle.http.HttpMuxers.class
com.twitter.finagle.http.netty.Bijections$$anon$2.class
com.twitter.finagle.http.Message$$anonfun$acceptMediaTypes$2.class
com.twitter.finagle.Http$Client.class
com.twitter.finagle.http.CookieMap$$anonfun$iterator$2.class
com.twitter.finagle.http.Version$Http10$.class
com.twitter.finagle.http.path.$minus$greater$.class
com.twitter.finagle.http.exp.Multipart$$anonfun$decodeNonChunked$1$$anonfun$2.class
com.twitter.finagle.http.SpnegoAuthenticator$Server$$anonfun$apply$1$$anonfun$applyOrElse$3$$anonfun$apply$7$$anonfun$apply$8.class
com.twitter.finagle.http.exp.Multipart$$anonfun$decodeNonChunked$3.class
com.twitter.finagle.http.codec.HttpDtab$.class
com.twitter.finagle.http.filter.ExceptionFilter$$anonfun$apply$1.class
com.twitter.finagle.http.SpnegoAuthenticator$Token$.class
com.twitter.finagle.http.codec.HttpServerDispatcher.class
com.twitter.finagle.http.filter.CorsFilter$$anonfun$apply$7.class
com.twitter.finagle.http.path.LongParamMatcher$$anonfun$unapply$4.class
com.twitter.finagle.http.service.NotFoundService$.class
com.twitter.finagle.http.HttpClientTraceInitializer.class
com.twitter.finagle.http.HeaderMap.class
com.twitter.finagle.http.RequestBuilder$RequestEvidence.class
com.twitter.finagle.http.filter.LogFormatter$class.class
com.twitter.finagle.http.path.$colon$amp.class
com.twitter.finagle.http.netty.Injection.class
com.twitter.finagle.http.SpnegoAuthenticator$Credentials$JAASServerSource.class
com.twitter.finagle.http.filter.CommonLogFormatter$$anonfun$1.class
com.twitter.finagle.http.MapParamMap$$anonfun$tuplesToMultiMap$1.class
com.twitter.finagle.http.service.RoutingService$$anon$3.class
com.twitter.finagle.Http$param$MaxRequestSize$.class
com.twitter.finagle.http.filter.LogFormatter$$anonfun$escape$1.class
com.twitter.finagle.http.service.NullService$.class
com.twitter.finagle.http.SpnegoAuthenticator$AuthHeader$$anonfun$apply$2.class
com.twitter.finagle.http.codec.AnnotateCipher.class
com.twitter.finagle.http.MapParamMap$$anonfun$tuplesToMultiMap$2.class
com.twitter.finagle.http.netty.Bijections$$anon$10.class
com.twitter.finagle.Http$Client$$anonfun$withTlsWithoutValidation$1.class
com.twitter.finagle.http.RequestBuilder$RequestEvidence$FullyConfigured$.class
com.twitter.finagle.http.RequestParamMap$$anonfun$iterator$3.class
com.twitter.finagle.http.SpnegoAuthenticator$ServerFilter$.class
com.twitter.finagle.http.filter.LogFormatter.class
com.twitter.finagle.http.RequestBuilder$$anonfun$buildFormPost$1$$anonfun$apply$1.class
com.twitter.finagle.http.codec.HttpClientDispatcher.class
com.twitter.finagle.http.Request$$anonfun$getIntParam$1.class
com.twitter.finagle.http.SpnegoAuthenticator$Credentials$JAAS$.class
com.twitter.finagle.http.SimpleElement.class
com.twitter.finagle.http.SpnegoAuthenticator$$anon$2.class
com.twitter.finagle.http.Method$Trace$.class
com.twitter.finagle.http.SpnegoAuthenticator$Credentials$JAASClientSource$$anonfun$init$1.class
com.twitter.finagle.http.service.RoutingService.class
com.twitter.finagle.http.Methods.class
com.twitter.finagle.http.filter.HeadFilter$$anonfun$apply$1.class
com.twitter.finagle.http.codec.HttpServerDispatcher$$anonfun$handle$2.class
com.twitter.finagle.http.filter.StatsFilter$$anonfun$apply$1.class
com.twitter.finagle.http.netty.Bijections$$anon$7.class
com.twitter.finagle.http.RequestBuilder$PostRequestEvidence$.class
com.twitter.finagle.http.TlsFilter.class
com.twitter.finagle.http.Http$$anonfun$2.class
com.twitter.finagle.http.netty.Bijections$$anon$5.class
com.twitter.finagle.http.filter.HttpNackFilter$.class
com.twitter.finagle.http.SpnegoAuthenticator$$anon$2$$anonfun$authorizationHeader$1.class
com.twitter.finagle.http.Message.class
com.twitter.finagle.http.codec.ConnectionManager.class
com.twitter.finagle.http.netty.Bijections$$anon$6.class
com.twitter.finagle.http.path.$tilde$$anonfun$unapply$1.class
com.twitter.finagle.http.Method$Custom$.class
com.twitter.finagle.http.path.ParamMatcher.class
com.twitter.finagle.http.TraceInfo$$anonfun$letTraceIdFromRequestHeaders$1.class
com.twitter.finagle.http.RequestBuilder$$anonfun$buildFormPost$1$$anonfun$apply$2.class
com.twitter.finagle.http.SpnegoAuthenticator$Credentials$JAAS$$anonfun$load$1.class
com.twitter.finagle.http.HttpPostRequestEncoderEx.class
com.twitter.finagle.http.RequestBuilder$$anonfun$buildFormPost$1.class
com.twitter.finagle.http.path.$div$colon.class
com.twitter.finagle.http.MapParamMap$$anonfun$iterator$1.class
com.twitter.finagle.http.CookieMap.class
com.twitter.finagle.http.exp.Multipart$.class
com.twitter.finagle.http.codec.ChannelBufferUsageTracker$$anonfun$2.class
com.twitter.finagle.http.path.DoubleParamMatcher$$anonfun$unapply$5.class
com.twitter.finagle.http.HttpMuxer$$anonfun$1.class
com.twitter.finagle.http.SpnegoAuthenticator$Server$$anonfun$apply$1$$anonfun$applyOrElse$3$$anonfun$apply$6.class
com.twitter.finagle.http.MapHeaderMap$$anonfun$iterator$1.class
com.twitter.finagle.http.filter.ExceptionFilter.class
com.twitter.finagle.http.codec.OneHundredContinueResponse.class
com.twitter.finagle.http.MapParamMap$.class
com.twitter.finagle.Http$Server.class
com.twitter.finagle.Http$param$Decompression.class
com.twitter.finagle.http.FileElement$.class
com.twitter.finagle.http.codec.HttpClientDispatcher$$anonfun$dispatch$1$$anonfun$apply$1$$anonfun$2.class
com.twitter.finagle.http.filter.LogFormatter$$anonfun$escape$1$$anonfun$apply$1.class
com.twitter.finagle.http.service.RoutingService$.class
com.twitter.finagle.http.SpnegoAuthenticator$Negotiated.class
com.twitter.finagle.http.SpnegoAuthenticator$Authenticated$Http$.class
com.twitter.finagle.http.ReaderUtils$$anonfun$streamChunks$1.class
com.twitter.finagle.http.codec.HttpServerDispatcher$$anonfun$handle$1.class
com.twitter.finagle.http.CookieMap$$anonfun$iterator$2$$anonfun$apply$1.class
com.twitter.finagle.http.TraceInfo$$anonfun$setClientRequestHeaders$2.class
com.twitter.finagle.http.filter.MethodRequiredFilter.class
com.twitter.finagle.http.RequestBuilder.class
com.twitter.finagle.http.EmptyParamMap$.class
com.twitter.finagle.http.path.Numeric$$anonfun$unapply$2.class
com.twitter.finagle.http.MapHeaderMap$$anonfun$set$1.class
com.twitter.finagle.http.Response.class
com.twitter.finagle.http.filter.Cors$HttpFilter$$anonfun$setMaxAge$1.class
com.twitter.finagle.http.path.Path$.class
com.twitter.finagle.http.path.$colon$amp$.class
com.twitter.finagle.http.ParamMap$$anonfun$getShort$1.class
com.twitter.finagle.http.filter.CorsFilter$$anonfun$apply$6.class
com.twitter.finagle.http.path.Integer$.class
com.twitter.finagle.http.HttpPostRequestEncoderEx$HttpPostBodyUtil$TransferEncodingMechanism$.class
com.twitter.finagle.http.filter.Cors$HttpFilter$$anonfun$4$$anonfun$apply$4.class
com.twitter.finagle.http.codec.HttpDtab$$anonfun$4.class
com.twitter.finagle.Http$Server$.class
com.twitter.finagle.http.Message$$anonfun$acceptMediaTypes$1$$anonfun$apply$3.class
com.twitter.finagle.http.Http$$anonfun$client$1$$anon$1$$anon$2.class
com.twitter.finagle.http.codec.HttpDtab$$anonfun$1.class
com.twitter.finagle.http.path.DoubleParamMatcher.class
com.twitter.finagle.http.Http$$anonfun$1.class
com.twitter.finagle.http.MapParamMap$$anonfun$get$1.class
com.twitter.finagle.http.SpnegoAuthenticator$Credentials$ClientSource.class
com.twitter.finagle.http.MapParamMap$$anonfun$apply$2.class
com.twitter.finagle.http.codec.ChannelBufferUsageTracker.class
com.twitter.finagle.http.ProxyCredentials$$anonfun$apply$1$$anonfun$apply$2.class
com.twitter.finagle.http.filter.HttpNackFilter.class
com.twitter.finagle.http.MessageHeaderMap$$anonfun$iterator$3.class
com.twitter.finagle.HttpRichClient.class
com.twitter.finagle.http.filter.Cors$HttpFilter$$anonfun$handlePreflight$1$$anonfun$apply$1$$anonfun$apply$2.class
com.twitter.finagle.http.codec.HttpDtab$$anonfun$write$2.class
com.twitter.finagle.http.filter.Cors$HttpFilter$$anonfun$apply$5.class
com.twitter.finagle.http.service.RoutingService$$anon$4.class
com.twitter.finagle.http.SpnegoAuthenticator$Server$$anonfun$apply$1$$anonfun$applyOrElse$1.class
com.twitter.finagle.http.codec.HttpDtab$$anonfun$decodePath$1.class
com.twitter.finagle.http.filter.Cors$HttpFilter$$anonfun$handleSimple$1.class
com.twitter.finagle.http.Status$$anonfun$fromCode$1.class
com.twitter.finagle.http.filter.Cors$HttpFilter$$anonfun$getOrigin$1.class
com.twitter.finagle.http.path.$colon$qmark$.class
com.twitter.finagle.http.util.StringUtil.class
com.twitter.finagle.http.filter.JsonpFilter$.class
com.twitter.finagle.http.HttpMuxer$$anonfun$patterns$1.class
com.twitter.finagle.http.HttpClientTraceInitializer$$anonfun$7$$anonfun$apply$4.class
com.twitter.finagle.http.ProxyCredentials$.class
com.twitter.finagle.http.filter.Cors$HttpFilter$Preflight$.class
com.twitter.finagle.http.filter.Cors$Policy$.class
com.twitter.finagle.http.path.Path.class
com.twitter.finagle.http.RequestBuilder$$anonfun$withoutContent$1$$anonfun$apply$3.class
com.twitter.finagle.http.Http$$anonfun$client$1$$anon$1$$anonfun$prepareConnFactory$1.class
com.twitter.finagle.Http$Client$$anonfun$3.class
com.twitter.finagle.http.codec.TextualContentCompressor.class
com.twitter.finagle.http.filter.ValidateRequestFilter$.class
com.twitter.finagle.http.Request$$anonfun$queryString$1.class
com.twitter.finagle.http.SpnegoAuthenticator$Credentials$JAASClientSource$.class
com.twitter.finagle.http.MapParamMap$$anonfun$iterator$2$$anonfun$apply$1.class
com.twitter.finagle.http.HttpMuxers$.class
com.twitter.finagle.http.codec.TextualContentCompressor$.class
com.twitter.finagle.http.Request$$anon$3.class
com.twitter.finagle.http.DelayedReleaseService$$anonfun$close$1.class
com.twitter.finagle.http.netty.Bijections$$anon$4$$anon$1.class
com.twitter.finagle.http.Method$Delete$.class
com.twitter.finagle.Http$Client$$anonfun$withTls$2.class
com/twitter/finagle-http/build.properties
com.twitter.finagle.http.HttpTracing$Header$.class
com.twitter.finagle.http.path.Root$.class
com.twitter.finagle.http.Method$Patch$.class
com.twitter.finagle.http.HttpMuxer.class
com.twitter.finagle.http.HeaderMap$$anon$1.class
com.twitter.finagle.http.codec.HttpDtab$$anonfun$b64Decode$2.class
com.twitter.finagle.http.HttpServerTraceInitializer$$anonfun$6$$anonfun$apply$2$$anonfun$apply$3.class
com.twitter.finagle.http.codec.HttpDtab$$anonfun$read$1.class
com.twitter.finagle.http.Message$$anonfun$charset$1.class
com.twitter.finagle.http.SpnegoAuthenticator$Server$$anonfun$apply$1.class
com.twitter.finagle.http.Status$.class
com.twitter.finagle.http.Message$$anonfun$mediaType$1.class
com.twitter.finagle.http.codec.HttpClientDispatcher$$anonfun$dispatch$1$$anonfun$apply$1.class
com.twitter.finagle.http.SpnegoAuthenticator$Server$$anonfun$apply$1$$anonfun$applyOrElse$3$$anonfun$apply$7.class
com.twitter.finagle.http.RequestParamMap$$anonfun$com$twitter$finagle$http$RequestParamMap$$jiterator$1.class
com.twitter.finagle.http.TraceInfo$$anonfun$setClientRequestHeaders$3.class
com.twitter.finagle.http.filter.CorsFilter$$anonfun$apply$8.class
com.twitter.finagle.http.ReaderUtils$$anonfun$streamChunks$1$$anonfun$apply$2.class
com.twitter.finagle.http.EmptyParamMap.class
com.twitter.finagle.http.Message$$anonfun$acceptMediaTypes$1$$anonfun$apply$2.class
com.twitter.finagle.http.SpnegoAuthenticator$Negotiated$.class
com.twitter.finagle.http.filter.DtabFilter$.class
com.twitter.finagle.Http$Server$$anon$1.class
com.twitter.finagle.http.HttpMuxer$$anonfun$withHandler$1.class
com.twitter.finagle.http.ParamMap$$anonfun$getBoolean$2.class
com.twitter.finagle.http.Response$$anon$2.class
com.twitter.finagle.http.codec.HttpDtab.class
com.twitter.finagle.http.filter.Cors$HttpFilter$$anonfun$5.class
com.twitter.finagle.http.Message$$anonfun$accept$1.class
com.twitter.finagle.http.SpnegoAuthenticator$$anon$1.class
com.twitter.finagle.http.Method.class
com.twitter.finagle.http.Message$$anonfun$withWriter$1.class
com.twitter.finagle.http.path.IntParamMatcher$$anonfun$unapply$3.class
com.twitter.finagle.http.ReaderUtils.class
com.twitter.finagle.http.codec.HttpDtab$$anonfun$4$$anonfun$apply$2.class
com.twitter.finagle.http.MapParamMap$$anonfun$iterator$2.class
com.twitter.finagle.http.ProxyCredentials$$anonfun$apply$1.class
com.twitter.finagle.http.SpnegoAuthenticator$Client.class
com.twitter.finagle.http.SpnegoAuthenticator$Server$$anonfun$apply$1$$anonfun$applyOrElse$2.class
com.twitter.finagle.Http$.class
com.twitter.finagle.http.ParamMap$$anonfun$toString$1.class
com.twitter.finagle.http.Http$$anonfun$server$1$$anon$3.class
com.twitter.finagle.http.Version$.class
com.twitter.finagle.http.codec.HttpDtab$$anonfun$decodePath$2.class
com.twitter.finagle.http.MapHeaderMap$$anonfun$add$1.class
com.twitter.finagle.http.exp.Multipart$$anonfun$decodeNonChunked$1$$anonfun$1.class
com.twitter.finagle.http.MessageHeaderMap.class
com.twitter.finagle.http.RequestBuilder$PostRequestEvidence$FullyConfigured$.class
com.twitter.finagle.http.Method$Custom.class
com.twitter.finagle.http.Message$$anonfun$1.class
com.twitter.finagle.http.BadHttpRequest$.class
com.twitter.finagle.http.TraceInfo$$anonfun$getFlags$2.class
com.twitter.finagle.http.SpnegoAuthenticator$Credentials$JAAS.class
com.twitter.finagle.http.ResponseProxy.class
com.twitter.finagle.http.path.Numeric.class
com.twitter.finagle.Http$param$CompressionLevel$.class
com.twitter.finagle.http.DelayedReleaseService$$anon$1$$anonfun$read$1.class
com.twitter.finagle.http.filter.Cors$HttpFilter$$anonfun$handlePreflight$1$$anonfun$apply$1.class
com.twitter.finagle.http.netty.HttpRequestProxy$class.class
com.twitter.finagle.http.RequestBuilder$$anonfun$withoutContent$1.class
com.twitter.finagle.http.SpnegoAuthenticator$Client$$anonfun$com$twitter$finagle$http$SpnegoAuthenticator$Client$$challengeResponseLoop$1$$anonfun$apply$3$$anonfun$apply$4.class
com.twitter.finagle.http.filter.DtabFilter$Finagle.class
com.twitter.finagle.Http$Server$$anonfun$4.class
com.twitter.finagle.http.Status.class
com.twitter.finagle.http.RequestParamMap$$anonfun$com$twitter$finagle$http$RequestParamMap$$jiterator$1$$anonfun$apply$4.class
com.twitter.finagle.http.codec.HttpServerDispatcher$$anonfun$2.class
com.twitter.finagle.http.Cookie.class
com.twitter.finagle.http.SpnegoAuthenticator$AuthHeader$.class
com.twitter.finagle.http.filter.JsonpFilter$$anonfun$addCallback$1$$anonfun$apply$1.class
com.twitter.finagle.http.Message$$anonfun$charset$1$$anonfun$apply$1.class
com.twitter.finagle.http.Statuses.class
com.twitter.finagle.http.netty.HttpMessageProxy.class
com.twitter.finagle.http.path.Integer.class
com.twitter.finagle.http.Http$$anonfun$client$1$$anon$1$$anonfun$prepareServiceFactory$1.class
com.twitter.finagle.http.filter.HeadFilter.class
com.twitter.finagle.http.path.Path$$anonfun$apply$2.class
com.twitter.finagle.http.netty.Bijections$.class
com.twitter.finagle.http.SpnegoAuthenticator$.class
com.twitter.finagle.http.Request$$anonfun$getLongParam$2.class
com.twitter.finagle.http.ParamMap.class
com.twitter.finagle.http.filter.HttpNackFilter$$anonfun$apply$1.class
com.twitter.finagle.http.CookieMap$$anonfun$1$$anonfun$apply$2.class
com.twitter.finagle.http.ParamMap$$anonfun$getLong$1.class
com.twitter.finagle.http.codec.HttpDtab$$anonfun$com$twitter$finagle$http$codec$HttpDtab$$decodeName$2.class
com.twitter.finagle.http.Cookie$$anonfun$ports$1.class
com.twitter.finagle.http.DelayedReleaseService$$anon$1.class
com.twitter.finagle.http.netty.HttpResponseProxy.class
com.twitter.finagle.Http$param$CompressionLevel.class
com.twitter.finagle.http.path.Path$$anonfun$apply$1.class
com.twitter.finagle.http.RequestBuilder$PostRequestEvidence.class
com.twitter.finagle.http.filter.Cors.class
com.twitter.finagle.http.SpnegoAuthenticator$Credentials$JAASClientSource.class
com.twitter.finagle.http.filter.AddResponseHeadersFilter.class
com.twitter.finagle.http.codec.HttpServerDispatcher$$anonfun$3.class
com.twitter.finagle.http.codec.ChannelBufferUsageTracker$$anonfun$1.class
com.twitter.finagle.http.Version$Http11$.class
com.twitter.finagle.http.TlsFilter$.class
com.twitter.finagle.http.Request$$anonfun$getShortParam$1.class
#内容未全部加载,请点击展开加载全部代码(NowJava.com)
|
依赖Jar: |
scala-library-2.10.6.jar
/org.scala-lang/scala-library/2.10.6
查看scala-library所有版本文件
finagle-core_2.10-6.31.0.jar
/com.twitter/finagle-core_2.10/6.31.0
查看finagle-core_2.10所有版本文件
scalac-scoverage-runtime_2.10-1.1.0.jar
/org.scoverage/scalac-scoverage-runtime_2.10/1.1.0
查看scalac-scoverage-runtime_2.10所有版本文件
scalac-scoverage-plugin_2.10-1.1.0.jar
/org.scoverage/scalac-scoverage-plugin_2.10/1.1.0
查看scalac-scoverage-plugin_2.10所有版本文件
scalacheck_2.10-1.12.2.jar
/org.scalacheck/scalacheck_2.10/1.12.2
查看scalacheck_2.10所有版本文件
scalatest_2.10-2.2.4.jar
/org.scalatest/scalatest_2.10/2.2.4
查看scalatest_2.10所有版本文件
junit-4.10.jar
/junit/junit/4.10
查看junit所有版本文件
mockito-all-1.9.5.jar
/org.mockito/mockito-all/1.9.5
查看mockito-all所有版本文件
util-codec_2.10-6.30.0.jar
/com.twitter/util-codec_2.10/6.30.0
查看util-codec_2.10所有版本文件
util-logging_2.10-6.30.0.jar
/com.twitter/util-logging_2.10/6.30.0
查看util-logging_2.10所有版本文件
commons-lang-2.6.jar
/commons-lang/commons-lang/2.6
查看commons-lang所有版本文件
guava-16.0.1.jar
/com.google.guava/guava/16.0.1
查看guava所有版本文件
|