| 组织ID: |
com.twitter |
| 项目ID: |
finagle-http_2.11 |
| 版本: |
6.40.0 |
| 最后修改时间: |
2018-08-16 18:44:49 |
| 包类型: |
jar |
| 标题: |
finagle-http |
| 描述: |
finagle-http |
| 相关URL: |
https://github.com/twitter/finagle |
| 大小: |
543.80KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>com.twitter</groupId>
<artifactId>finagle-http_2.11</artifactId>
<version>6.40.0</version>
</dependency>
|
| Gradle引入代码: |
com.twitter:finagle-http_2.11:6.40.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.11</artifactId>
<packaging>jar</packaging>
<description>finagle-http</description>
<version>6.40.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.11.8</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-base-http_2.11</artifactId>
<version>6.40.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-netty4-http_2.11</artifactId>
<version>6.40.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>6.40.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.11</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.11</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.11</artifactId>
<version>1.13.1</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.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>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.11</artifactId>
<version>6.39.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-collection_2.11</artifactId>
<version>6.39.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.11</artifactId>
<version>6.39.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.exp.GenSerialServerDispatcher$$anonfun$5.class
com.twitter.finagle.http.param.Streaming$$anonfun$8.class
com.twitter.finagle.http.path.$colon$qmark.class
com.twitter.finagle.http.path.Long.class
com.twitter.finagle.http.filter.DtabFilter.class
com.twitter.finagle.Http$Server$.class
com.twitter.finagle.http.codec.HttpClientDispatcher$$anonfun$dispatch$1$$anonfun$apply$2.class
com.twitter.finagle.http.filter.HttpNackFilter$$anonfun$makeHandler$1.class
com.twitter.finagle.http.filter.Cors$$anonfun$1.class
com.twitter.finagle.http.DelayedRelease$$anon$1$$anonfun$make$1.class
com.twitter.finagle.http.filter.Cors$HttpFilter$$anonfun$handlePreflight$1$$anonfun$apply$1.class
BUILD
com.twitter.finagle.http.path.$tilde$.class
com.twitter.finagle.http.netty.package$.class
com.twitter.finagle.http.param.MaxRequestSize.class
com/twitter/toggles/configs/com.twitter.finagle.http.json
com.twitter.finagle.http.codec.HttpServerDispatcher$$anonfun$2.class
com.twitter.finagle.http.codec.AnnotateCipher.class
com.twitter.finagle.http.path.LongParamMatcher.class
com.twitter.finagle.http.HttpMuxer.class
com.twitter.finagle.http.codec.HttpServerDispatcher.class
com.twitter.finagle.http.filter.JsonpFilter.class
com.twitter.finagle.http.filter.Cors$Policy$.class
com.twitter.finagle.Http$$anonfun$5.class
com.twitter.finagle.http.SpnegoAuthenticator$Server$$anonfun$apply$12.class
com.twitter.finagle.http.SpnegoAuthenticator$ReqSupport.class
com.twitter.finagle.http.SpnegoAuthenticator$ClientFilter$.class
com.twitter.finagle.Http$$anonfun$1.class
com.twitter.finagle.http.path.Numeric.class
com.twitter.finagle.http.SpnegoAuthenticator$AuthHeader$$anonfun$apply$2.class
com.twitter.finagle.http.filter.StatsFilter$$anon$1.class
com.twitter.finagle.Http$$anon$2.class
com.twitter.finagle.http.codec.HttpDtab$$anonfun$decodePrefix$1.class
com.twitter.finagle.http.param.MaxResponseSize.class
com.twitter.finagle.http.codec.HttpDtab$$anonfun$decodePrefix$2.class
com.twitter.finagle.http.SpnegoAuthenticator$Credentials$JAAS$$anonfun$com$twitter$finagle$http$SpnegoAuthenticator$Credentials$JAAS$$getTicketGrantingTicket$1$$anonfun$apply$5.class
com.twitter.finagle.http.Http$$anonfun$server$1$$anon$3$$anonfun$prepareConnFactory$2.class
com.twitter.finagle.http.TlsFilter$.class
com.twitter.finagle.Http$Client$.class
com.twitter.finagle.http.HttpMuxHandler.class
com.twitter.finagle.http.codec.HttpDtab$$anonfun$b64Decode$1.class
com.twitter.finagle.http.codec.HttpServerDispatcher$$anonfun$handle$1.class
com.twitter.finagle.http.path.Integer.class
com.twitter.finagle.http.path.Root$.class
com.twitter.finagle.Http$.class
com.twitter.finagle.http.Http$$anonfun$client$1$$anon$1$$anon$2.class
com.twitter.finagle.http.HttpTransport$$anonfun$1.class
com.twitter.finagle.http.path.$div$.class
com.twitter.finagle.http.SpnegoAuthenticator$ClientFilter.class
com.twitter.finagle.http.codec.ChannelBufferUsageTracker$.class
com.twitter.finagle.http.codec.HttpDtab$$anonfun$com$twitter$finagle$http$codec$HttpDtab$$readDtabLocal$1$$anonfun$2.class
com.twitter.finagle.http.codec.HttpServerDispatcher$$anonfun$3.class
com.twitter.finagle.http.SpnegoAuthenticator$ServerFilter$.class
com.twitter.finagle.http.SpnegoAuthenticator$Authenticated$Http$.class
com.twitter.finagle.http.SpnegoAuthenticator$Credentials$JAASClientSource$$anonfun$init$1.class
com.twitter.finagle.http.path.Numeric$$anonfun$unapply$2.class
com.twitter.finagle.http.filter.Cors$HttpFilter$$anonfun$getOrigin$1.class
com.twitter.finagle.http.codec.HttpDtab$$anonfun$1.class
com.twitter.finagle.http.param.Decompression$.class
com.twitter.finagle.http.codec.HttpServerDispatcher$.class
com.twitter.finagle.http.param.CompressionLevel$.class
com.twitter.finagle.Http$HttpImpl$.class
com.twitter.finagle.http.codec.HttpContext$$anonfun$1.class
com.twitter.finagle.http.filter.LogFormatter$.class
com.twitter.finagle.http.codec.ResponseConformanceFilter$$anonfun$apply$1.class
com.twitter.finagle.http.codec.HttpClientDispatcher.class
com.twitter.finagle.http.exp.GenSerialServerDispatcher$DispatchState.class
com.twitter.finagle.Http$$anonfun$4.class
com.twitter.finagle.http.param.MaxInitialLineSize$.class
com.twitter.finagle.http.SpnegoAuthenticator$Credentials$ClientSource.class
com.twitter.finagle.Http$Client.class
com.twitter.finagle.http.codec.HttpClientDispatcher$$anonfun$dispatch$1.class
com.twitter.finagle.http.SpnegoAuthenticator$AuthHeader$.class
com.twitter.finagle.http.filter.StatsFilter$$anonfun$1.class
com.twitter.finagle.http.HttpMuxers.class
com.twitter.finagle.http.Http$$anonfun$client$1$$anon$1$$anonfun$prepareServiceFactory$1.class
com.twitter.finagle.http.path.$tilde.class
com.twitter.finagle.http.filter.ServerContextFilter.class
com.twitter.finagle.http.Http.class
com.twitter.finagle.http.filter.LoggingFilter.class
com.twitter.finagle.http.filter.StatsFilter$$anonfun$apply$1.class
com.twitter.finagle.http.Http$$anonfun$client$1$$anon$1$$anonfun$prepareConnFactory$1$$anonfun$4.class
com.twitter.finagle.http.codec.ConnectionManager$$anonfun$handleIfStream$1.class
com.twitter.finagle.http.SpnegoAuthenticator$Server$$anonfun$apply$1$$anonfun$applyOrElse$3$$anonfun$apply$10.class
com.twitter.finagle.http.netty.Netty3StreamTransport$$anonfun$write$1.class
com.twitter.finagle.http.filter.CorsFilter$$anonfun$apply$8.class
com.twitter.finagle.http.Http$$anonfun$1.class
com.twitter.finagle.http.path.ParamMatcher.class
com.twitter.finagle.http.param.MaxHeaderSize$.class
com.twitter.finagle.http.Methods.class
com.twitter.finagle.http.filter.Cors$Policy.class
com.twitter.finagle.http.codec.HttpDtab.class
com.twitter.finagle.http.service.NotFoundService$.class
com.twitter.finagle.Http$$anonfun$3.class
com.twitter.finagle.http.codec.HttpContext$$anonfun$2.class
com.twitter.finagle.http.path.Integer$.class
com.twitter.finagle.http.RouteIndex.class
com.twitter.finagle.http.SpnegoAuthenticator$Server.class
com.twitter.finagle.http.SpnegoAuthenticator$Client.class
com.twitter.finagle.http.SpnegoAuthenticator$Credentials$JAASClientSource$.class
com.twitter.finagle.Http$Server.class
com.twitter.finagle.Http$$anon$1$$anonfun$make$2.class
com.twitter.finagle.http.filter.Cors$HttpFilter$$anonfun$4$$anonfun$apply$4.class
com.twitter.finagle.http.filter.ClientContextFilter$.class
com.twitter.finagle.http.TraceInfo.class
com.twitter.finagle.http.SpnegoAuthenticator$Credentials$JAAS$$anonfun$load$1$$anonfun$apply$3.class
com.twitter.finagle.http.filter.CorsFilter$.class
com.twitter.finagle.http.SpnegoAuthenticator$Credentials$JAASClientSource$$anon$4.class
com.twitter.finagle.http.filter.Cors$HttpFilter$$anonfun$handleSimple$2.class
com.twitter.finagle.http.codec.OneHundredContinueResponse.class
com.twitter.finagle.http.codec.HttpClientDispatcher$$anonfun$com$twitter$finagle$http$codec$HttpClientDispatcher$$swallowNackBody$1.class
com.twitter.finagle.http.filter.HeadFilter$.class
com.twitter.finagle.HttpRichClient$class.class
com.twitter.finagle.http.netty.Netty3ClientStreamTransport$$anonfun$$lessinit$greater$1.class
com.twitter.finagle.http.DelayedReleaseService.class
com.twitter.finagle.http.filter.ServerContextFilter$.class
com.twitter.finagle.http.exp.IdentityStreamTransport.class
com.twitter.finagle.http.filter.ExceptionFilter$.class
com.twitter.finagle.http.path.LongParamMatcher$$anonfun$unapply$4.class
com.twitter.finagle.http.filter.JsonpFilter$$anonfun$getCallback$1.class
com.twitter.finagle.http.codec.ChannelBufferManager.class
com.twitter.finagle.http.filter.JsonpFilter$$anonfun$addCallback$1.class
com.twitter.finagle.http.param.MaxChunkSize$$anonfun$1.class
com.twitter.finagle.http.netty.package$$anonfun$1$$anonfun$2.class
com.twitter.finagle.http.SpnegoAuthenticator$$anon$2$$anonfun$authorizationHeader$1.class
com.twitter.finagle.http.param.Streaming$.class
com.twitter.finagle.http.filter.DtabFilter$$anonfun$1.class
com.twitter.finagle.http.netty.package.class
com.twitter.finagle.http.SpnegoAuthenticator$$anon$1.class
com.twitter.finagle.http.HttpMuxer$$anonfun$2.class
com.twitter.finagle.http.param.MaxChunkSize.class
com.twitter.finagle.http.SpnegoAuthenticator$Negotiated$.class
com.twitter.finagle.http.Http$$anonfun$client$1$$anon$1$$anonfun$prepareConnFactory$1$$anonfun$3.class
com.twitter.finagle.http.HttpServerTraceInitializer$$anonfun$5$$anonfun$apply$1.class
com.twitter.finagle.http.SpnegoAuthenticator$Token$.class
com.twitter.finagle.http.param.MaxRequestSize$$anonfun$5.class
com.twitter.finagle.http.SpnegoAuthenticator$Credentials$JAAS$class.class
com.twitter.finagle.http.codec.ChannelBufferUsageTracker$$anonfun$1.class
com.twitter.finagle.http.codec.HttpClientDispatcher$$anonfun$dispatch$1$$anonfun$apply$1.class
com.twitter.finagle.http.SafeHttpServerCodec.class
com.twitter.finagle.http.filter.CorsFilter$$anonfun$apply$7.class
com.twitter.finagle.http.filter.Cors$HttpFilter$$anonfun$handlePreflight$1$$anonfun$apply$1$$anonfun$apply$2.class
com.twitter.finagle.http.codec.ChannelBufferUsageTracker$$anonfun$2.class
com.twitter.finagle.http.filter.Cors$$anonfun$3.class
com.twitter.finagle.http.package.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.filter.ValidateRequestFilter.class
com.twitter.finagle.http.filter.MethodRequiredFilter.class
com.twitter.finagle.http.service.NotFoundService.class
com.twitter.finagle.http.filter.StatsFilter.class
com.twitter.finagle.http.DelayedReleaseService$$anon$2$$anonfun$read$1.class
com.twitter.finagle.http.Http$$anonfun$server$1$$anon$3$$anon$4$$anonfun$getPipeline$1.class
com.twitter.finagle.http.codec.HttpDtab$.class
com.twitter.finagle.http.path.IntParamMatcher.class
com.twitter.finagle.http.param.Streaming.class
com.twitter.finagle.http.codec.ResponseConformanceFilter.class
com.twitter.finagle.http.HttpServerTraceInitializer.class
com.twitter.finagle.http.DelayedRelease$$anon$1.class
com.twitter.finagle.http.path.$div$colon$.class
com.twitter.finagle.http.SpnegoAuthenticator$Server$$anonfun$apply$1.class
com.twitter.finagle.http.service.RoutingService$.class
com.twitter.finagle.http.SpnegoAuthenticator$Credentials$JAAS$.class
com.twitter.finagle.http.SpnegoAuthenticator$Credentials$JAASServerSource$$anonfun$accept$1.class
com.twitter.finagle.http.HttpMuxer$$anonfun$patterns$1.class
com.twitter.finagle.http.Http$$anonfun$client$1.class
com.twitter.finagle.http.path.Path$$anonfun$apply$1.class
com.twitter.finagle.http.path.Long$.class
com.twitter.finagle.Http$$anon$1.class
com.twitter.finagle.Http$HttpImpl$$anonfun$2.class
com.twitter.finagle.http.HttpTracing$Header$.class
com.twitter.finagle.http.param.MaxResponseSize$$anonfun$6.class
com.twitter.finagle.http.SpnegoAuthenticator$$anon$2.class
com.twitter.finagle.http.exp.GenSerialServerDispatcher.class
com.twitter.finagle.http.exp.GenSerialServerDispatcher$$anonfun$close$1.class
com.twitter.finagle.http.filter.LogFormatter$class.class
com.twitter.finagle.http.path.DoubleParamMatcher.class
com.twitter.finagle.http.RouteIndex$.class
com.twitter.finagle.http.param.CompressionLevel.class
com.twitter.finagle.http.SpnegoAuthenticator$Credentials$JAAS$$anonfun$isLoginValid$1$$anonfun$apply$4.class
com.twitter.finagle.http.path.$colon$amp.class
com.twitter.finagle.http.filter.MethodRequiredFilter$.class
com.twitter.finagle.http.filter.ExceptionFilter.class
com.twitter.finagle.http.filter.LoggingFilter$.class
com.twitter.finagle.http.param.MaxChunkSize$.class
com.twitter.finagle.http.path.$minus$greater.class
com.twitter.finagle.http.param.MaxHeaderSize.class
com.twitter.finagle.http.filter.Cors$HttpFilter$$anonfun$setMaxAge$1.class
com.twitter.finagle.http.netty.Netty3ServerStreamTransport.class
com.twitter.finagle.http.param.Decompression.class
com.twitter.finagle.http.TraceInfo$.class
com.twitter.finagle.http.filter.Cors$HttpFilter.class
com.twitter.finagle.http.codec.HttpServerDispatcher$$anonfun$1.class
com.twitter.finagle.http.SpnegoAuthenticator$Client$$anonfun$com$twitter$finagle$http$SpnegoAuthenticator$Client$$challengeResponseLoop$1$$anonfun$apply$6.class
com.twitter.finagle.http.SpnegoAuthenticator$Client$$anonfun$com$twitter$finagle$http$SpnegoAuthenticator$Client$$challengeResponseLoop$1.class
com.twitter.finagle.http.path.Path$.class
com.twitter.finagle.http.param.MaxResponseSize$.class
com.twitter.finagle.http.HttpServerTraceInitializer$$anonfun$5$$anonfun$apply$1$$anonfun$apply$2.class
com.twitter.finagle.http.filter.Cors$HttpFilter$$anonfun$handleSimple$3.class
com.twitter.finagle.http.netty.Netty3ClientStreamTransport.class
com.twitter.finagle.http.filter.LogFormatter.class
com.twitter.finagle.http.SafeServerHttpChunkAggregator.class
com.twitter.finagle.http.path.$div$colon.class
com.twitter.finagle.http.codec.RespondToExpectContinue.class
com.twitter.finagle.http.filter.DtabFilter$.class
com.twitter.finagle.Http$$anon$1$$anonfun$make$1.class
com.twitter.finagle.http.exp.GenSerialServerDispatcher$Closing$.class
com.twitter.finagle.http.filter.DtabFilter$Extractor.class
com.twitter.finagle.http.path.$colon$amp$.class
com.twitter.finagle.http.netty.Netty3ServerStreamTransport$$anonfun$$lessinit$greater$2.class
com.twitter.finagle.http.codec.PayloadSizeHandler$$anonfun$1.class
com.twitter.finagle.http.Http$$anonfun$server$1$$anon$3.class
com.twitter.finagle.http.HttpMuxer$$anonfun$1.class
com.twitter.finagle.http.DelayedReleaseService$$anonfun$apply$1.class
com.twitter.finagle.http.netty.package$$anonfun$3.class
com.twitter.finagle.http.HttpServerTraceInitializer$$anonfun$5.class
com.twitter.finagle.http.SpnegoAuthenticator$Authenticated$.class
com.twitter.finagle.http.filter.Cors.class
com.twitter.finagle.http.SpnegoAuthenticator$Credentials$JAAS$$anonfun$com$twitter$finagle$http$SpnegoAuthenticator$Credentials$JAAS$$getTicketGrantingTicket$1.class
com.twitter.finagle.http.netty.package$$anonfun$1.class
com.twitter.finagle.http.HttpMuxer$.class
com.twitter.finagle.http.filter.ServerContextFilter$$anonfun$apply$1.class
com.twitter.finagle.http.filter.HeadFilter$$anonfun$apply$1.class
com.twitter.finagle.http.SpnegoAuthenticator$Credentials$ServerSource.class
com.twitter.finagle.http.codec.HttpClientDispatcher$$anonfun$com$twitter$finagle$http$codec$HttpClientDispatcher$$swallowBody$1$1.class
com.twitter.finagle.Http$HttpImpl.class
com.twitter.finagle.http.SpnegoAuthenticator$Credentials$JAASClientSource$$anonfun$init$1$$anonfun$2.class
com.twitter.finagle.http.filter.Cors$HttpFilter$$anonfun$apply$5.class
com.twitter.finagle.http.codec.ResponseConformanceFilter$.class
com.twitter.finagle.http.package$.class
com.twitter.finagle.http.HttpTransport$$anonfun$2.class
com.twitter.finagle.http.SpnegoAuthenticator$Credentials$JAAS$$anonfun$load$1.class
com.twitter.finagle.http.netty.Netty3StreamTransport.class
com.twitter.finagle.http.TlsFilter.class
com.twitter.finagle.http.filter.ValidateRequestFilter$.class
com.twitter.finagle.http.HttpClientTraceInitializer.class
com.twitter.finagle.Http$useNetty4$.class
com.twitter.finagle.http.netty.Netty3StreamTransport$$anonfun$1.class
com.twitter.finagle.http.service.NullService$.class
com.twitter.finagle.http.Http$$anonfun$server$1.class
com.twitter.finagle.http.Versions.class
com.twitter.finagle.http.SpnegoAuthenticator$Server$$anonfun$apply$1$$anonfun$applyOrElse$3$$anonfun$apply$8.class
com.twitter.finagle.http.filter.Cors$.class
com.twitter.finagle.http.Http$$anonfun$server$1$$anon$3$$anon$4.class
com.twitter.finagle.http.SpnegoAuthenticator$ServerFilter.class
com.twitter.finagle.http.SpnegoAuthenticator$Authenticated.class
com.twitter.finagle.http.filter.Cors$HttpFilter$$anonfun$getHeaders$2.class
com.twitter.finagle.http.SpnegoAuthenticator$Credentials$JAAS$$anon$3.class
com.twitter.finagle.http.filter.Cors$HttpFilter$$anonfun$4.class
com.twitter.finagle.http.filter.LogFormatter$$anonfun$escape$1.class
com.twitter.finagle.http.SpnegoAuthenticator$Client$$anonfun$com$twitter$finagle$http$SpnegoAuthenticator$Client$$challengeResponseLoop$1$$anonfun$apply$6$$anonfun$1.class
com.twitter.finagle.http.SpnegoAuthenticator$Server$$anonfun$apply$1$$anonfun$applyOrElse$1.class
com.twitter.finagle.http.filter.HttpNackFilter.class
com.twitter.finagle.http.Http$$anonfun$2.class
com.twitter.finagle.http.filter.JsonpFilter$.class
com.twitter.finagle.http.service.RoutingService$$anonfun$1.class
com.twitter.finagle.http.SpnegoAuthenticator$Client$$anonfun$com$twitter$finagle$http$SpnegoAuthenticator$Client$$challengeResponseLoop$1$$anonfun$3.class
com.twitter.finagle.http.path.Path.class
com.twitter.finagle.http.TlsFilter$$anon$1.class
com.twitter.finagle.http.filter.LogFormatter$$anonfun$escape$1$$anonfun$apply$1.class
com.twitter.finagle.http.filter.StatsFilter$.class
com.twitter.finagle.http.param.Decompression$$anonfun$9.class
com.twitter.finagle.http.DelayedRelease.class
com.twitter.finagle.http.codec.ChannelBufferUsageTracker$state$.class
com.twitter.finagle.http.codec.HttpClientDispatcher$.class
com.twitter.finagle.http.HttpTracing.class
com.twitter.finagle.http.codec.HttpDtab$$anonfun$com$twitter$finagle$http$codec$HttpDtab$$decodeName$2.class
com.twitter.finagle.http.SpnegoAuthenticator$Credentials$JAASClientSource.class
com.twitter.finagle.http.param.MaxRequestSize$.class
com.twitter.finagle.http.service.RoutingService$$anon$3.class
com.twitter.finagle.http.HttpMuxer$$anonfun$withHandler$1.class
com.twitter.finagle.http.Statuses.class
com.twitter.finagle.http.service.HttpResponseClassifier$$anon$1.class
com.twitter.finagle.http.codec.PayloadSizeHandler$.class
com.twitter.finagle.http.exp.GenSerialServerDispatcher$$anonfun$1.class
com.twitter.finagle.http.codec.HttpClientDispatcher$$anonfun$dispatch$2.class
com.twitter.finagle.http.filter.ClientContextFilter.class
com.twitter.finagle.http.path.DoubleParamMatcher$$anonfun$unapply$5.class
com.twitter.finagle.http.service.RoutingService$$anon$2.class
com.twitter.finagle.http.Http$$anonfun$client$1$$anon$1.class
com.twitter.finagle.Http$$anonfun$6.class
com.twitter.finagle.http.DelayedRelease$.class
com.twitter.finagle.http.filter.HttpNackFilter$.class
com.twitter.finagle.http.param.CompressionLevel$$anonfun$10.class
com/twitter/finagle-http/build.properties
com.twitter.finagle.http.filter.ServerContextFilter$$anon$1.class
com.twitter.finagle.http.Http$$anonfun$server$1$$anon$3$$anonfun$prepareConnFactory$3.class
com.twitter.finagle.http.SpnegoAuthenticator$Negotiated.class
com.twitter.finagle.http.filter.CommonLogFormatter$$anonfun$1.class
com.twitter.finagle.http.path.$colon$qmark$.class
com.twitter.finagle.http.HttpClientTraceInitializer$$anonfun$6$$anonfun$apply$3.class
com.twitter.finagle.http.filter.Cors$HttpFilter$$anonfun$handlePreflight$1.class
com.twitter.finagle.http.exp.GenSerialServerDispatcher$$anonfun$2.class
com.twitter.finagle.http.path.IntParamMatcher$$anonfun$unapply$3.class
com.twitter.finagle.http.service.RoutingService$$anon$1.class
com.twitter.finagle.http.SpnegoAuthenticator$Credentials$.class
com.twitter.finagle.http.filter.DtabFilter$$anonfun$apply$1.class
com.twitter.finagle.http.exp.GenSerialServerDispatcher$Running$.class
com.twitter.finagle.http.codec.ConnectionManager.class
com.twitter.finagle.http.Route$.class
com.twitter.finagle.http.SpnegoAuthenticator$Server$$anonfun$apply$1$$anonfun$applyOrElse$2.class
com.twitter.finagle.http.exp.GenSerialServerDispatcher$$anonfun$3$$anonfun$4$$anonfun$apply$1.class
com.twitter.finagle.http.exp.IdentityStreamTransport$.class
com.twitter.finagle.http.codec.HttpServerDispatcher$$anonfun$handle$2.class
com.twitter.finagle.http.netty.Netty3StreamTransport$$anonfun$1$$anonfun$2.class
com.twitter.finagle.Http.class
com.twitter.finagle.http.filter.ExceptionFilter$$anonfun$apply$1.class
com.twitter.finagle.http.exp.GenSerialServerDispatcher$Idle$.class
com.twitter.finagle.http.service.HttpResponseClassifier$.class
com.twitter.finagle.http.HttpTransport.class
com.twitter.finagle.http.Route.class
com.twitter.finagle.http.exp.GenSerialServerDispatcher$$anonfun$3$$anonfun$4.class
com.twitter.finagle.http.SpnegoAuthenticator$Authenticated$Http.class
com.twitter.finagle.http.Http$.class
com.twitter.finagle.http.filter.Cors$HttpFilter$$anonfun$handleSimple$1.class
#内容未全部加载,请点击展开加载全部代码(NowJava.com)
|
| 依赖Jar: |
scala-library-2.11.8.jar
/org.scala-lang/scala-library/2.11.8
查看scala-library所有版本文件
finagle-base-http_2.11-6.40.0.jar
/com.twitter/finagle-base-http_2.11/6.40.0
查看finagle-base-http_2.11所有版本文件
finagle-netty4-http_2.11-6.40.0.jar
/com.twitter/finagle-netty4-http_2.11/6.40.0
查看finagle-netty4-http_2.11所有版本文件
finagle-toggle_2.11-6.40.0.jar
/com.twitter/finagle-toggle_2.11/6.40.0
查看finagle-toggle_2.11所有版本文件
scalac-scoverage-runtime_2.11-1.1.0.jar
/org.scoverage/scalac-scoverage-runtime_2.11/1.1.0
查看scalac-scoverage-runtime_2.11所有版本文件
scalac-scoverage-plugin_2.11-1.1.0.jar
/org.scoverage/scalac-scoverage-plugin_2.11/1.1.0
查看scalac-scoverage-plugin_2.11所有版本文件
scalacheck_2.11-1.13.1.jar
/org.scalacheck/scalacheck_2.11/1.13.1
查看scalacheck_2.11所有版本文件
scalatest_2.11-3.0.0.jar
/org.scalatest/scalatest_2.11/3.0.0
查看scalatest_2.11所有版本文件
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.11-6.39.0.jar
/com.twitter/util-codec_2.11/6.39.0
查看util-codec_2.11所有版本文件
util-collection_2.11-6.39.0.jar
/com.twitter/util-collection_2.11/6.39.0
查看util-collection_2.11所有版本文件
util-logging_2.11-6.39.0.jar
/com.twitter/util-logging_2.11/6.39.0
查看util-logging_2.11所有版本文件
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所有版本文件
|