组织ID: |
io.projectreactor.ipc |
项目ID: |
reactor-netty |
版本: |
0.7.2.RELEASE |
最后修改时间: |
2018-07-28 20:35:28 |
包类型: |
jar |
标题: |
Reactive Streams Netty driver |
描述: |
Reactive Streams Netty driver |
相关URL: |
https://github.com/reactor/reactor-netty |
大小: |
247.05KB |
|
Maven引入代码: |
<dependency>
<groupId>io.projectreactor.ipc</groupId>
<artifactId>reactor-netty</artifactId>
<version>0.7.2.RELEASE</version>
</dependency>
|
Gradle引入代码: |
io.projectreactor.ipc:reactor-netty:0.7.2.RELEASE
|
下载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="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>io.projectreactor.ipc</groupId>
<artifactId>reactor-netty</artifactId>
<version>0.7.2.RELEASE</version>
<name>Reactive Streams Netty driver</name>
<description>Reactive Streams Netty driver</description>
<url>https://github.com/reactor/reactor-netty</url>
<organization>
<name>reactor</name>
<url>http://github.com/reactor</url>
</organization>
<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>
<id>smaldini</id>
<name>Stephane Maldini</name>
<email>smaldini@pivotal.io</email>
</developer>
<developer>
<id>simonbasle</id>
<name>Simon Basl茅</name>
<email>sbasle@pivotal.io</email>
</developer>
<developer>
<id>violetagg</id>
<name>Violeta Georgieva</name>
<email>vgeorgieva@pivotal.io</email>
</developer>
</developers>
<scm>
<connection>scm:git:git://github.com/reactor/reactor-netty</connection>
<developerConnection>scm:git:git://github.com/reactor/reactor-netty</developerConnection>
<url>https://github.com/reactor/reactor-netty</url>
</scm>
<issueManagement>
<system>GitHub Issues</system>
<url>https://github.com/reactor/reactor-netty/issues</url>
</issueManagement>
<dependencies>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-codec-http</artifactId>
<version>4.1.17.Final</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<artifactId>commons-logging</artifactId>
<groupId>commons-logging</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-handler</artifactId>
<version>4.1.17.Final</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<artifactId>commons-logging</artifactId>
<groupId>commons-logging</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-handler-proxy</artifactId>
<version>4.1.17.Final</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<artifactId>commons-logging</artifactId>
<groupId>commons-logging</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-transport-native-epoll</artifactId>
<version>4.1.17.Final</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<artifactId>commons-logging</artifactId>
<groupId>commons-logging</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>io.projectreactor</groupId>
<artifactId>reactor-core</artifactId>
<version>3.1.2.RELEASE</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<artifactId>commons-logging</artifactId>
<groupId>commons-logging</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.12</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<artifactId>commons-logging</artifactId>
<groupId>commons-logging</groupId>
</exclusion>
</exclusions>
<optional>true</optional>
</dependency>
</dependencies>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
reactor.ipc.netty.NettyOutbound$1.class
reactor.ipc.netty.http.HttpOperations$1.class
reactor.ipc.netty.http.client.MonoHttpClientResponse$HttpClientHandler.class
reactor.ipc.netty.http.client.HttpClientOperations$1.class
reactor.ipc.netty.http.client.HttpClient$TcpBridgeClient.class
reactor.ipc.netty.http.client.HttpClientResponse.class
reactor.ipc.netty.http.client.HttpClientOperations$ResponseState.class
reactor.ipc.netty.http.client.HttpClient.class
reactor.ipc.netty.http.client.RedirectClientException.class
reactor.ipc.netty.http.client.HttpClientOptions$1.class
reactor.ipc.netty.http.client.HttpClientException.class
reactor.ipc.netty.http.client.HttpClientOperations.class
reactor.ipc.netty.http.client.MonoHttpClientResponse.class
reactor.ipc.netty.http.client.HttpClientFormEncoder.class
reactor.ipc.netty.http.client.HttpClientRequest.class
reactor.ipc.netty.http.client.HttpClientRequest$Form.class
reactor.ipc.netty.http.client.HttpClientWSOperations.class
reactor.ipc.netty.http.client.HttpClientOperations$FluxSendForm.class
reactor.ipc.netty.http.client.HttpClientOptions.class
reactor.ipc.netty.http.client.HttpClient$Builder.class
reactor.ipc.netty.http.client.HttpClient$1.class
reactor.ipc.netty.http.client.MonoHttpClientResponse$ReconnectableBridge.class
reactor.ipc.netty.http.client.HttpClientOptions$Builder.class
reactor.ipc.netty.http.Cookies.class
reactor.ipc.netty.http.websocket.WebsocketInbound.class
reactor.ipc.netty.http.websocket.WebsocketOutbound.class
reactor.ipc.netty.http.HttpResources.class
reactor.ipc.netty.http.server.HttpServerHandler.class
reactor.ipc.netty.http.server.HttpServer$Builder.class
reactor.ipc.netty.http.server.DefaultHttpServerRoutes$HttpRouteHandler.class
reactor.ipc.netty.http.server.HttpServerOptions$1.class
reactor.ipc.netty.http.server.HttpServerOptions.class
reactor.ipc.netty.http.server.HttpPredicate.class
reactor.ipc.netty.http.server.HttpServerWSOperations.class
reactor.ipc.netty.http.server.CompressionHandler.class
reactor.ipc.netty.http.server.HttpPredicate$UriPathTemplate.class
reactor.ipc.netty.http.server.HttpServer.class
reactor.ipc.netty.http.server.HttpServerOperations.class
reactor.ipc.netty.http.server.HttpServer$1.class
reactor.ipc.netty.http.server.HttpServerRoutes.class
reactor.ipc.netty.http.server.HttpServerRequest.class
reactor.ipc.netty.http.server.HttpServer$TcpBridgeServer.class
reactor.ipc.netty.http.server.FilteringHttpContentCompressor.class
reactor.ipc.netty.http.server.DefaultHttpServerRoutes.class
reactor.ipc.netty.http.server.HttpPredicate$HttpPrefixPredicate.class
reactor.ipc.netty.http.server.HttpServerOptions$Builder.class
reactor.ipc.netty.http.server.HttpServerResponse.class
reactor.ipc.netty.http.server.FilteringHttpContentCompressor$FilterMessage.class
reactor.ipc.netty.http.HttpOperations.class
reactor.ipc.netty.http.HttpInfos.class
reactor.ipc.netty.udp.UdpServer.class
reactor.ipc.netty.udp.UdpClientOptions$1.class
reactor.ipc.netty.udp.UdpResources.class
reactor.ipc.netty.udp.UdpConnection.class
reactor.ipc.netty.udp.UdpClient$1.class
reactor.ipc.netty.udp.UdpServer$Builder.class
reactor.ipc.netty.udp.UdpClientOptions$Builder.class
reactor.ipc.netty.udp.UdpClient.class
reactor.ipc.netty.udp.UdpServerOptions$Builder.class
reactor.ipc.netty.udp.UdpServerOptions$1.class
reactor.ipc.netty.udp.UdpInbound.class
reactor.ipc.netty.udp.UdpOperations.class
reactor.ipc.netty.udp.UdpOutbound.class
reactor.ipc.netty.udp.UdpServerOptions.class
reactor.ipc.netty.udp.UdpServer$1.class
reactor.ipc.netty.udp.UdpClient$Builder.class
reactor.ipc.netty.udp.UdpClientOptions.class
reactor.ipc.netty.ReactorNetty$InboundIdleStateHandler.class
reactor.ipc.netty.ReactorNetty$ExtractorHandler.class
reactor.ipc.netty.NettyPipeline$SendOptions.class
reactor.ipc.netty.ReactorNetty$OutboundIdleStateHandler.class
reactor.ipc.netty.NettyConnector.class
reactor.ipc.netty.FutureMono$FutureSubscription.class
reactor.ipc.netty.FutureMono$DeferredFutureMono.class
reactor.ipc.netty.NettyOutbound.class
reactor.ipc.netty.FutureMono$ImmediateFutureMono.class
reactor.ipc.netty.ReactorNetty$ResponseWriteCompleted.class
reactor.ipc.netty.ReactorNetty$OutboundThen.class
reactor.ipc.netty.ByteBufMono.class
reactor.ipc.netty.ReactorNetty.class
reactor.ipc.netty.channel.ChannelOperationsHandler.class
reactor.ipc.netty.channel.ChannelOperations.class
reactor.ipc.netty.channel.ChannelOperationsHandler$PublisherSender.class
reactor.ipc.netty.channel.ContextHandler.class
reactor.ipc.netty.channel.ChannelOperationsHandler$PendingWritesOnCompletion.class
reactor.ipc.netty.channel.data.AbstractFileChunkedStrategy.class
reactor.ipc.netty.channel.data.FileChunkedStrategy.class
reactor.ipc.netty.channel.SslReadHandler.class
reactor.ipc.netty.channel.ServerContextHandler.class
reactor.ipc.netty.channel.FluxReceive.class
reactor.ipc.netty.channel.ChannelOperationsHandler$1.class
reactor.ipc.netty.channel.AbortedException.class
reactor.ipc.netty.channel.PooledClientContextHandler.class
reactor.ipc.netty.channel.ClientContextHandler.class
reactor.ipc.netty.channel.ChannelOperations$OnNew.class
reactor.ipc.netty.channel.CloseableContextHandler.class
reactor.ipc.netty.FutureMono.class
reactor.ipc.netty.NettyPipeline.class
reactor.ipc.netty.options.ClientOptions.class
reactor.ipc.netty.options.ClientProxyOptions$1.class
reactor.ipc.netty.options.ServerOptions.class
reactor.ipc.netty.options.ClientOptions$Builder.class
reactor.ipc.netty.options.NettyOptions$Builder.class
reactor.ipc.netty.options.ClientProxyOptions$Proxy.class
reactor.ipc.netty.options.ClientProxyOptions$Build.class
reactor.ipc.netty.options.NettyOptions.class
reactor.ipc.netty.options.ClientProxyOptions$TypeSpec.class
reactor.ipc.netty.options.ServerOptions$Builder.class
#内容未全部加载,请点击展开加载全部代码(NowJava.com)
|
依赖Jar: |
netty-codec-http-4.1.17.Final.jar
/io.netty/netty-codec-http/4.1.17.Final
查看netty-codec-http所有版本文件
netty-handler-4.1.17.Final.jar
/io.netty/netty-handler/4.1.17.Final
查看netty-handler所有版本文件
netty-handler-proxy-4.1.17.Final.jar
/io.netty/netty-handler-proxy/4.1.17.Final
查看netty-handler-proxy所有版本文件
netty-transport-native-epoll-4.1.17.Final.jar
/io.netty/netty-transport-native-epoll/4.1.17.Final
查看netty-transport-native-epoll所有版本文件
reactor-core-3.1.2.RELEASE.jar
/io.projectreactor/reactor-core/3.1.2.RELEASE
查看reactor-core所有版本文件
slf4j-api-1.7.12.jar
/org.slf4j/slf4j-api/1.7.12
查看slf4j-api所有版本文件
|