| 组织ID: |
org.mortbay.jetty |
| 项目ID: |
reverse-http-gateway |
| 版本: |
7.6.0.RC3 |
| 最后修改时间: |
2019-10-22 19:28:43 |
| 包类型: |
jar |
| 标题: |
Jetty :: Reverse HTTP :: Gateway |
| 大小: |
33.44KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>org.mortbay.jetty</groupId>
<artifactId>reverse-http-gateway</artifactId>
<version>7.6.0.RC3</version>
</dependency>
|
| Gradle引入代码: |
org.mortbay.jetty:reverse-http-gateway:7.6.0.RC3
|
| 下载Jar包: |
|
| POM文件内容: |
<?xml version="1.0" encoding="UTF-8"?>
<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/xsd/maven-4.0.0.xsd">
<parent>
<groupId>org.mortbay.jetty</groupId>
<artifactId>reverse-http</artifactId>
<version>7.6.0.RC3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>reverse-http-gateway</artifactId>
<packaging>jar</packaging>
<name>Jetty :: Reverse HTTP :: Gateway</name>
<build>
<plugins>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
<configuration>
<mainClass>org.mortbay.jetty.rhttp.gateway.Main</mainClass>
<arguments>
</arguments>
</configuration>
</plugin>
</plugins>
</build>
<dependencies>
<dependency>
<groupId>org.mortbay.jetty</groupId>
<artifactId>reverse-http-client</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-io</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-continuation</artifactId>
<version>${jetty-version}</version>
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-server</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-servlet</artifactId>
<version>${jetty-version}</version>
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-client</artifactId>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
</dependency>
</dependencies>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
org.mortbay.jetty.rhttp.gateway.ConnectorServlet$ClientExpirationTask.class
org.mortbay.jetty.rhttp.gateway.ClientDelegate.class
org.mortbay.jetty.rhttp.gateway.GatewayProxyServer$ProxyExchange.class
org.mortbay.jetty.rhttp.gateway.StandardExternalRequest$1.class
org.mortbay.jetty.rhttp.gateway.GatewayProxyServer.class
org.mortbay.jetty.rhttp.gateway.StandardTargetIdRetriever.class
org.mortbay.jetty.rhttp.gateway.GatewayProxyServer$1.class
org.mortbay.jetty.rhttp.gateway.HostTargetIdRetriever.class
org.mortbay.jetty.rhttp.gateway.GatewayProxyServer$Shutdown.class
org.mortbay.jetty.rhttp.gateway.StandardGateway.class
org.mortbay.jetty.rhttp.gateway.StandardExternalRequest.class
org.mortbay.jetty.rhttp.gateway.Utils.class
org.mortbay.jetty.rhttp.gateway.StandardExternalRequest$TimeoutListener.class
org.mortbay.jetty.rhttp.gateway.Main.class
org.mortbay.jetty.rhttp.gateway.ExternalServlet.class
org.mortbay.jetty.rhttp.gateway.GatewayServer.class
org.mortbay.jetty.rhttp.gateway.Gateway.class
org.mortbay.jetty.rhttp.gateway.ExternalRequest.class
org.mortbay.jetty.rhttp.gateway.GatewayProxyServer$ProxyListener.class
org.mortbay.jetty.rhttp.gateway.StandardClientDelegate.class
org.mortbay.jetty.rhttp.gateway.TargetIdRetriever.class
org.mortbay.jetty.rhttp.gateway.ConnectorServlet.class
org.mortbay.jetty.rhttp.gateway.GatewayProxyServer$ProxyTargetIdRetriever.class
about.html
META-INF/maven/org.mortbay.jetty/reverse-http-gateway/pom.xml
META-INF/maven/org.mortbay.jetty/reverse-http-gateway/pom.properties
|
| 依赖Jar: |
reverse-http-client-${project.version}.jar
/org.mortbay.jetty/reverse-http-client/${project.version}
查看reverse-http-client所有版本文件
jetty-continuation-${jetty-version}.jar
/org.eclipse.jetty/jetty-continuation/${jetty-version}
查看jetty-continuation所有版本文件
jetty-servlet-${jetty-version}.jar
/org.eclipse.jetty/jetty-servlet/${jetty-version}
查看jetty-servlet所有版本文件
|