组织ID: |
org.littleshoot |
项目ID: |
littleproxy |
版本: |
0.5.3 |
最后修改时间: |
2018-08-20 10:34:10 |
包类型: |
jar |
标题: |
LittleProxy |
描述: |
LittleProxy is a high performance HTTP proxy written in Java and using the Netty networking framework.
|
相关URL: |
http://www.littleshoot.org/littleproxy |
大小: |
109.88KB |
|
Maven引入代码: |
<dependency>
<groupId>org.littleshoot</groupId>
<artifactId>littleproxy</artifactId>
<version>0.5.3</version>
</dependency>
|
Gradle引入代码: |
org.littleshoot:littleproxy:0.5.3
|
下载Jar包: |
|
POM文件内容: |
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.littleshoot</groupId>
<artifactId>littleproxy</artifactId>
<packaging>jar</packaging>
<version>0.5.3</version>
<name>LittleProxy</name>
<description>
LittleProxy is a high performance HTTP proxy written in Java and using the Netty networking framework.
</description>
<url>http://www.littleshoot.org/littleproxy</url>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
</properties>
<organization>
<name>LittleShoot</name>
<url>http://www.littleshoot.org</url>
</organization>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0</url>
</license>
</licenses>
<mailingLists>
<mailingList>
<archive>http://groups.google.com/group/littleproxy</archive>
<name>littleproxy</name>
<post>littleproxy@googlegroups.com</post>
<subscribe>http://groups.google.com/group/littleproxy</subscribe>
<unsubscribe>littleproxy+unsubscribe@googlegroups.com</unsubscribe>
</mailingList>
</mailingLists>
<issueManagement>
<system>github</system>
<url>https://github.com/adamfisk/LittleProxy/issues</url>
</issueManagement>
<scm>
<connection>scm:git:https://adamfisk@github.com/adamfisk/LittleProxy.git</connection>
<developerConnection>scm:git:https://adamfisk@github.com/adamfisk/LittleProxy.git</developerConnection>
<url>https://adamfisk@github.com/adamfisk/LittleProxy.git</url>
</scm>
<parent>
<groupId>org.sonatype.oss</groupId>
<artifactId>oss-parent</artifactId>
<version>7</version>
</parent>
<inceptionYear>2009</inceptionYear>
<dependencies>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>14.0.1</version>
</dependency>
<dependency>
<groupId>commons-cli</groupId>
<artifactId>commons-cli</artifactId>
<version>1.2</version>
</dependency>
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
<version>1.7</version>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.4</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.1</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.11</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-server</artifactId>
<version>8.1.1.v20120215</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-all</artifactId>
<version>1.9.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>selenium-java</artifactId>
<version>2.28.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
<version>1.2.17</version>
<optional>true</optional>
</dependency>
<!--
<dependency>
<groupId>net.sf.ehcache</groupId>
<artifactId>ehcache-core</artifactId>
<version>2.2.0</version>
</dependency>
-->
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>4.2.3</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty</artifactId>
<version>3.6.5.Final</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.littleshoot</groupId>
<artifactId>dnssec4j</artifactId>
<version>0.1</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
<version>1.7.2</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.2</version>
</dependency>
</dependencies>
<prerequisites>
<maven>2.2.1</maven>
</prerequisites>
<build>
<!--
<extensions>
<extension>
<groupId>org.apache.maven.wagon</groupId>
<artifactId>wagon-ssh-external</artifactId>
<version>1.0-beta-6</version>
</extension>
</extensions>
-->
<plugins>
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.4.4</version>
<extensions>true</extensions>
<configuration>
<serverId>sonatype-nexus-staging</serverId>
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.13</version>
</plugin>
<!--
<plugin>
<groupId>com.github.github</groupId>
<artifactId>site-maven-plugin</artifactId>
<version>0.7</version>
<configuration>
<message>Building site for ${project.version}</message>
<repositoryName>LittleProxy</repositoryName>
<repositoryOwner>adamfisk</repositoryOwner>
</configuration>
<executions>
<execution>
<goals>
<goal>site</goal>
</goals>
<phase>site</phase>
</execution>
</executions>
</plugin>
-->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
<version>3.2</version>
<configuration>
<reportPlugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-project-info-reports-plugin</artifactId>
<version>2.6</version>
<configuration>
<dependencyDetailsEnabled>true</dependencyDetailsEnabled>
<dependencyLocationsEnabled>true</dependencyLocationsEnabled>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>2.7</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.13</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
<version>2.6</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-changelog-plugin</artifactId>
<version>2.2</version>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>findbugs-maven-plugin</artifactId>
<version>2.5.2</version>
<configuration>
<!-- Optional directory to put findbugs xml report -->
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jxr-plugin</artifactId>
<version>2.3</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-pmd-plugin</artifactId>
<version>2.7.1</version>
<configuration>
<linkXref>true</linkXref>
<sourceEncoding>utf-8</sourceEncoding>
<minimumTokens>100</minimumTokens>
<targetJdk>1.5</targetJdk>
</configuration>
</plugin>
</reportPlugins>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.1</version>
<configuration>
<source>1.6</source>
<target>1.6</target>
<encoding>UTF-8</encoding>
<!-- The following force compilation with full warnings. -->
<!--
<fork>true</fork>
<showWarnings>true</showWarnings>
<showDeprecation>true</showDeprecation>
<compilerArguments><Xlint /></compilerArguments>
-->
</configuration>
</plugin>
<!--
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>2.0</version>
<executions>
<execution>
<phase>package</phase>
<goals>
<goal>shade</goal>
</goals>
<configuration>
<shadedArtifactAttached>true</shadedArtifactAttached>
<shadedClassifierName>littleproxy-shade</shadedClassifierName>
<artifactSet>
<excludes>
<exclude>org.bouncycastle:*</exclude>
</excludes>
</artifactSet>
<filters>
<filter>
<artifact>*:*</artifact>
<excludes>
<exclude>META-INF/*.SF</exclude>
<exclude>META-INF/*.DSA</exclude>
<exclude>META-INF/*.RSA</exclude>
</excludes>
</filter>
</filters>
<transformers>
<transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
<manifestEntries>
<Main-Class>org.littleshoot.proxy.Launcher</Main-Class>
<Class-Path>. ./bcprov-jdk16-1.46.jar</Class-Path>
</manifestEntries>
</transformer>
</transformers>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<version>2.3.7</version>
<extensions>true</extensions>
<configuration>
<instructions>
<Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName>
<Export-Package>org.littleshoot.proxy</Export-Package>
</instructions>
</configuration>
</plugin>
-->
</plugins>
</build>
<reporting>
<plugins>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>findbugs-maven-plugin</artifactId>
<version>2.5.2</version>
</plugin>
<!-- Standard maven site report -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-project-info-reports-plugin</artifactId>
<version>2.6</version>
</plugin>
<!-- Style report -->
<!-- <plugin> error - heap space problem
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
</plugin>-->
<!-- Report code metrics using JDepend. -->
<!-- <plugin> error - could not download
<groupId>org.codehaus.mojo</groupId>
<artifactId>jdepend-maven-plugin</artifactId>
<version>2.0-beta-1-SNAPSHOT</version>
</plugin>-->
<!-- Tag Report -->
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>taglist-maven-plugin</artifactId>
<version>2.4</version>
<configuration>
<multipleLineComments>true</multipleLineComments>
<tags>
<tag>mudo</tag>
<tag>todo</tag>
<tag>idea</tag>
<tag>MUDO</tag>
<tag>TODO</tag>
<tag>IDEA</tag>
</tags>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-report-plugin</artifactId>
<version>2.13</version>
<configuration>
<showSuccess>false</showSuccess>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-changes-plugin</artifactId>
<version>2.8</version>
<reportSets>
<reportSet>
<reports>
<report>github-report</report>
</reports>
</reportSet>
</reportSets>
</plugin>
<!-- SCM activity report -->
<!--
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>changelog-maven-plugin</artifactId>
<reportSets>
<reportSet>
<id>dual-report</id>
<configuration>
<type>range</type>
<range>30</range>
</configuration>
<reports>
<report>changelog</report>
<report>file-activity</report>
</reports>
</reportSet>
</reportSets>
</plugin>
-->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>2.8.1</version>
<configuration>
<source>1.6</source>
</configuration>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>jxr-maven-plugin</artifactId>
<version>2.3</version>
</plugin>
</plugins>
</reporting>
<developers>
<developer>
<id>afisk</id>
<name>Adam fisk</name>
<email>a@littleshoot.org</email>
<organization>LittleShoot</organization>
<organizationUrl>http://www.littleshoot.org/</organizationUrl>
<roles><role>Developer</role></roles>
<timezone>-5</timezone>
</developer>
</developers>
<repositories>
<repository>
<id>sonatype-nexus-snapshots</id>
<name>Sonatype Nexus Snapshots</name>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
<releases>
<enabled>false</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
</repositories>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
ads.html
adsOld.html
ehcache.xml
log4j.properties
org.littleshoot.proxy.AllConnectionData.class
org.littleshoot.proxy.CachedHttpChunks.class
org.littleshoot.proxy.CachedHttpResponse.class
org.littleshoot.proxy.ChainProxyManager.class
org.littleshoot.proxy.ConnectionData.class
org.littleshoot.proxy.DefaultCachedHttpChunks.class
org.littleshoot.proxy.DefaultCachedHttpResponse.class
org.littleshoot.proxy.DefaultHttpFilter.class
org.littleshoot.proxy.DefaultHttpProxyServer$1.class
org.littleshoot.proxy.DefaultHttpProxyServer$2.class
org.littleshoot.proxy.DefaultHttpProxyServer$3.class
org.littleshoot.proxy.DefaultHttpProxyServer$4.class
org.littleshoot.proxy.DefaultHttpProxyServer$5.class
org.littleshoot.proxy.DefaultHttpProxyServer$6.class
org.littleshoot.proxy.DefaultHttpProxyServer$7.class
org.littleshoot.proxy.DefaultHttpProxyServer$8.class
org.littleshoot.proxy.DefaultHttpProxyServer.class
org.littleshoot.proxy.DefaultProxyAuthorizationManager.class
org.littleshoot.proxy.DefaultProxyCacheManager$1.class
org.littleshoot.proxy.DefaultProxyCacheManager.class
org.littleshoot.proxy.DefaultRelayPipelineFactory$1.class
org.littleshoot.proxy.DefaultRelayPipelineFactory.class
org.littleshoot.proxy.DefaultRelayPipelineFactoryFactory.class
org.littleshoot.proxy.HandshakeHandler.class
org.littleshoot.proxy.HandshakeHandlerFactory.class
org.littleshoot.proxy.HttpConnectRelayingHandler$1.class
org.littleshoot.proxy.HttpConnectRelayingHandler.class
org.littleshoot.proxy.HttpFilter.class
org.littleshoot.proxy.HttpProxyServer.class
org.littleshoot.proxy.HttpRelayingHandler$1.class
org.littleshoot.proxy.HttpRelayingHandler$2.class
org.littleshoot.proxy.HttpRelayingHandler$3.class
org.littleshoot.proxy.HttpRelayingHandler.class
org.littleshoot.proxy.HttpRelayingHandlerFactory.class
org.littleshoot.proxy.HttpRequestFilter.class
org.littleshoot.proxy.HttpRequestHandler$1.class
org.littleshoot.proxy.HttpRequestHandler$1LocalChannelFutureListener$1.class
org.littleshoot.proxy.HttpRequestHandler$1LocalChannelFutureListener.class
org.littleshoot.proxy.HttpRequestHandler$1OnConnect$1.class
org.littleshoot.proxy.HttpRequestHandler$1OnConnect.class
org.littleshoot.proxy.HttpRequestHandler$2.class
org.littleshoot.proxy.HttpRequestHandler$3.class
org.littleshoot.proxy.HttpRequestHandler$4.class
org.littleshoot.proxy.HttpRequestHandler.class
org.littleshoot.proxy.HttpRequestHostMatcher.class
org.littleshoot.proxy.HttpRequestMatcher.class
org.littleshoot.proxy.HttpRequestPathMatcher.class
org.littleshoot.proxy.HttpResponseFilter.class
org.littleshoot.proxy.HttpResponseFilters.class
org.littleshoot.proxy.HttpServerPipelineFactory.class
org.littleshoot.proxy.IdleAwareHandler.class
org.littleshoot.proxy.IdleHttpRequestException.class
org.littleshoot.proxy.IdleRequestHandler.class
org.littleshoot.proxy.InterestOpsListener.class
org.littleshoot.proxy.KeyStoreManager.class
org.littleshoot.proxy.Launcher.class
org.littleshoot.proxy.LittleProxyConfig.class
org.littleshoot.proxy.NetworkUtils.class
org.littleshoot.proxy.NoOpHttpFilter.class
org.littleshoot.proxy.ProxyAuthorizationHandler.class
org.littleshoot.proxy.ProxyAuthorizationManager.class
org.littleshoot.proxy.ProxyCacheManager.class
org.littleshoot.proxy.ProxyConstants.class
org.littleshoot.proxy.ProxyHttpRequestEncoder.class
org.littleshoot.proxy.ProxyHttpResponse.class
org.littleshoot.proxy.ProxyHttpResponseEncoder.class
org.littleshoot.proxy.ProxyUtils$1.class
#内容未全部加载,请点击展开加载全部代码(NowJava.com)
|
依赖Jar: |
guava-14.0.1.jar
/com.google.guava/guava/14.0.1
查看guava所有版本文件
commons-cli-1.2.jar
/commons-cli/commons-cli/1.2
查看commons-cli所有版本文件
commons-codec-1.7.jar
/commons-codec/commons-codec/1.7
查看commons-codec所有版本文件
commons-io-2.4.jar
/commons-io/commons-io/2.4
查看commons-io所有版本文件
commons-lang3-3.1.jar
/org.apache.commons/commons-lang3/3.1
查看commons-lang3所有版本文件
junit-4.11.jar
/junit/junit/4.11
查看junit所有版本文件
jetty-server-8.1.1.v20120215.jar
/org.eclipse.jetty/jetty-server/8.1.1.v20120215
查看jetty-server所有版本文件
mockito-all-1.9.0.jar
/org.mockito/mockito-all/1.9.0
查看mockito-all所有版本文件
selenium-java-2.28.0.jar
/org.seleniumhq.selenium/selenium-java/2.28.0
查看selenium-java所有版本文件
log4j-1.2.17.jar
/log4j/log4j/1.2.17
查看log4j所有版本文件
ehcache-core-2.2.0.jar
/net.sf.ehcache/ehcache-core/2.2.0
查看ehcache-core所有版本文件
httpclient-4.2.3.jar
/org.apache.httpcomponents/httpclient/4.2.3
查看httpclient所有版本文件
netty-3.6.5.Final.jar
/io.netty/netty/3.6.5.Final
查看netty所有版本文件
dnssec4j-0.1.jar
/org.littleshoot/dnssec4j/0.1
查看dnssec4j所有版本文件
slf4j-log4j12-1.7.2.jar
/org.slf4j/slf4j-log4j12/1.7.2
查看slf4j-log4j12所有版本文件
slf4j-api-1.7.2.jar
/org.slf4j/slf4j-api/1.7.2
查看slf4j-api所有版本文件
|