| 组织ID: |
org.elasticsearch.plugin |
| 项目ID: |
transport-netty4-client |
| 版本: |
6.5.2 |
| 最后修改时间: |
2018-12-06 10:32:31 |
| 包类型: |
jar |
| 标题: |
The Apache Software License, Version 2.0 |
| 描述: |
Netty 4 based transport implementation |
| 大小: |
76.78KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>org.elasticsearch.plugin</groupId>
<artifactId>transport-netty4-client</artifactId>
<version>6.5.2</version>
</dependency>
|
| Gradle引入代码: |
org.elasticsearch.plugin:transport-netty4-client:6.5.2
|
| 下载Jar包: |
|
| POM文件内容: |
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" 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">
<modelVersion>4.0.0</modelVersion>
<groupId>org.elasticsearch.plugin</groupId>
<artifactId>transport-netty4-client</artifactId>
<version>6.5.2</version>
<dependencies>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-buffer</artifactId>
<version>4.1.30.Final</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<groupId>io.netty</groupId>
<artifactId>netty-common</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-codec</artifactId>
<version>4.1.30.Final</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<groupId>io.netty</groupId>
<artifactId>netty-transport</artifactId>
</exclusion>
<exclusion>
<groupId>io.netty</groupId>
<artifactId>netty-buffer</artifactId>
</exclusion>
<exclusion>
<groupId>io.netty</groupId>
<artifactId>netty-resolver</artifactId>
</exclusion>
<exclusion>
<groupId>io.netty</groupId>
<artifactId>netty-common</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-codec-http</artifactId>
<version>4.1.30.Final</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<groupId>io.netty</groupId>
<artifactId>netty-codec</artifactId>
</exclusion>
<exclusion>
<groupId>io.netty</groupId>
<artifactId>netty-transport</artifactId>
</exclusion>
<exclusion>
<groupId>io.netty</groupId>
<artifactId>netty-buffer</artifactId>
</exclusion>
<exclusion>
<groupId>io.netty</groupId>
<artifactId>netty-resolver</artifactId>
</exclusion>
<exclusion>
<groupId>io.netty</groupId>
<artifactId>netty-common</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-common</artifactId>
<version>4.1.30.Final</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-handler</artifactId>
<version>4.1.30.Final</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<groupId>io.netty</groupId>
<artifactId>netty-codec</artifactId>
</exclusion>
<exclusion>
<groupId>io.netty</groupId>
<artifactId>netty-transport</artifactId>
</exclusion>
<exclusion>
<groupId>io.netty</groupId>
<artifactId>netty-buffer</artifactId>
</exclusion>
<exclusion>
<groupId>io.netty</groupId>
<artifactId>netty-resolver</artifactId>
</exclusion>
<exclusion>
<groupId>io.netty</groupId>
<artifactId>netty-common</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-resolver</artifactId>
<version>4.1.30.Final</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<groupId>io.netty</groupId>
<artifactId>netty-common</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-transport</artifactId>
<version>4.1.30.Final</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<groupId>io.netty</groupId>
<artifactId>netty-buffer</artifactId>
</exclusion>
<exclusion>
<groupId>io.netty</groupId>
<artifactId>netty-resolver</artifactId>
</exclusion>
<exclusion>
<groupId>io.netty</groupId>
<artifactId>netty-common</artifactId>
</exclusion>
</exclusions>
</dependency>
</dependencies>
<inceptionYear>2009</inceptionYear>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<name>Elastic</name>
<url>http://www.elastic.co</url>
</developer>
</developers>
<name>transport-netty4</name>
<description>Netty 4 based transport implementation</description>
<url>https://github.com/elastic/elasticsearch</url>
<scm>
<url>git@github.com:elastic/elasticsearch.git</url>
</scm>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
META-INF/LICENSE.txt
META-INF/NOTICE.txt
org.elasticsearch.transport.Netty4Plugin.class
org.elasticsearch.transport.netty4.Netty4Transport.class
org.elasticsearch.transport.netty4.Netty4Transport$ClientChannelInitializer.class
org.elasticsearch.transport.netty4.ByteBufStreamInput.class
org.elasticsearch.transport.netty4.Netty4OpenChannelsHandler.class
org.elasticsearch.transport.netty4.Netty4Utils$1.class
org.elasticsearch.transport.netty4.ByteBufBytesReference.class
org.elasticsearch.transport.netty4.Netty4SizeHeaderFrameDecoder.class
org.elasticsearch.transport.netty4.Netty4InternalESLogger.class
org.elasticsearch.transport.netty4.Netty4Transport$ServerChannelInitializer.class
org.elasticsearch.transport.netty4.Netty4MessageChannelHandler.class
org.elasticsearch.transport.netty4.Netty4Utils.class
org.elasticsearch.transport.netty4.Netty4OpenChannelsHandler$1.class
org.elasticsearch.transport.netty4.ESLoggingHandler.class
org.elasticsearch.transport.netty4.NettyTcpChannel.class
org.elasticsearch.http.netty4.Netty4HttpRequest$1.class
org.elasticsearch.http.netty4.Netty4HttpServerTransport$HttpChannelHandler.class
org.elasticsearch.http.netty4.Netty4HttpRequest$HttpHeadersMap.class
org.elasticsearch.http.netty4.Netty4HttpChannel.class
org.elasticsearch.http.netty4.pipelining.HttpPipeliningHandler.class
org.elasticsearch.http.netty4.pipelining.HttpPipelinedRequest.class
org.elasticsearch.http.netty4.pipelining.HttpPipelinedResponse.class
org.elasticsearch.http.netty4.cors.Netty4CorsConfigBuilder$1.class
org.elasticsearch.http.netty4.cors.Netty4CorsConfigBuilder$ConstantValueGenerator.class
org.elasticsearch.http.netty4.cors.Netty4CorsConfigBuilder.class
org.elasticsearch.http.netty4.cors.Netty4CorsHandler.class
org.elasticsearch.http.netty4.cors.Netty4CorsConfigBuilder$DateValueGenerator.class
org.elasticsearch.http.netty4.cors.Netty4CorsConfig.class
org.elasticsearch.http.netty4.Netty4HttpRequest.class
org.elasticsearch.http.netty4.Netty4HttpRequestHandler.class
org.elasticsearch.http.netty4.Netty4HttpServerTransport.class
|
| 依赖Jar: |
netty-buffer-4.1.30.Final.jar
/io.netty/netty-buffer/4.1.30.Final
查看netty-buffer所有版本文件
netty-codec-4.1.30.Final.jar
/io.netty/netty-codec/4.1.30.Final
查看netty-codec所有版本文件
netty-codec-http-4.1.30.Final.jar
/io.netty/netty-codec-http/4.1.30.Final
查看netty-codec-http所有版本文件
netty-common-4.1.30.Final.jar
/io.netty/netty-common/4.1.30.Final
查看netty-common所有版本文件
netty-handler-4.1.30.Final.jar
/io.netty/netty-handler/4.1.30.Final
查看netty-handler所有版本文件
netty-resolver-4.1.30.Final.jar
/io.netty/netty-resolver/4.1.30.Final
查看netty-resolver所有版本文件
netty-transport-4.1.30.Final.jar
/io.netty/netty-transport/4.1.30.Final
查看netty-transport所有版本文件
|