组织ID: |
io.projectreactor.ipc |
项目ID: |
reactor-netty |
版本: |
0.5.1.RELEASE |
最后修改时间: |
2018-08-01 08:56:23 |
包类型: |
jar |
标题: |
Reactive Streams Netty driver |
描述: |
Reactive Streams Netty driver |
相关URL: |
https://github.com/reactor/reactor |
大小: |
196.50KB |
|
Maven引入代码: |
<dependency>
<groupId>io.projectreactor.ipc</groupId>
<artifactId>reactor-netty</artifactId>
<version>0.5.1.RELEASE</version>
</dependency>
|
Gradle引入代码: |
io.projectreactor.ipc:reactor-netty:0.5.1.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.5.1.RELEASE</version>
<name>Reactive Streams Netty driver</name>
<description>Reactive Streams Netty driver</description>
<url>https://github.com/reactor/reactor</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>kadyana</id>
<name>Anatoly Kadyshev</name>
</developer>
</developers>
<scm>
<connection>scm:git:git://github.com/reactor/reactor-ipc</connection>
<developerConnection>scm:git:git://github.com/reactor/reactor-ipc</developerConnection>
<url>https://github.com/reactor/reactor-ipc</url>
</scm>
<issueManagement>
<system>GitHub Issues</system>
<url>https://github.com/reactor/reactor/issues</url>
</issueManagement>
<dependencies>
<dependency>
<groupId>com.google.code.findbugs</groupId>
<artifactId>jsr305</artifactId>
<version>3.0.0</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<artifactId>commons-logging</artifactId>
<groupId>commons-logging</groupId>
</exclusion>
</exclusions>
<optional>true</optional>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-all</artifactId>
<version>4.1.3.Final</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<artifactId>commons-logging</artifactId>
<groupId>commons-logging</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>io.projectreactor.addons</groupId>
<artifactId>reactor-bus</artifactId>
<version>0.6.0.BUILD-SNAPSHOT</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
<groupId>*</groupId>
</exclusion>
</exclusions>
<optional>true</optional>
</dependency>
<dependency>
<groupId>io.projectreactor.addons</groupId>
<artifactId>reactor-codec</artifactId>
<version>0.6.0.BUILD-SNAPSHOT</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<artifactId>commons-logging</artifactId>
<groupId>commons-logging</groupId>
</exclusion>
</exclusions>
<optional>true</optional>
</dependency>
<dependency>
<groupId>io.projectreactor.ipc</groupId>
<artifactId>reactor-ipc</artifactId>
<version>0.5.1.RELEASE</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.0.1.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.config.ClientOptions.class
reactor.ipc.netty.config.ServerOptions.class
reactor.ipc.netty.config.ClientOptions$ImmutableClientOptions.class
reactor.ipc.netty.config.ClientOptions$InetResolverProxySupplier.class
reactor.ipc.netty.config.NettyOptions.class
reactor.ipc.netty.config.ClientOptions$InetResolverSupplier.class
reactor.ipc.netty.config.ServerOptions$ImmutableServerOptions.class
reactor.ipc.netty.config.HttpClientOptions$ImmutableHttpClientOptions.class
reactor.ipc.netty.config.HttpClientOptions.class
reactor.ipc.netty.config.ClientOptions$Proxy.class
reactor.ipc.netty.http.HttpMappings$SimpleHttpMappings.class
reactor.ipc.netty.http.NettyHttpChannel$MonoOnlyHeaderWrite.class
reactor.ipc.netty.http.multipart.MultipartTokenizer$Stage.class
reactor.ipc.netty.http.multipart.MultipartTokenizer$Token.class
reactor.ipc.netty.http.multipart.MultipartTokenizer.class
reactor.ipc.netty.http.multipart.MultipartDecoder.class
reactor.ipc.netty.http.multipart.MultipartParser$1.class
reactor.ipc.netty.http.multipart.MultipartParser.class
reactor.ipc.netty.http.multipart.MultipartCodec.class
reactor.ipc.netty.http.multipart.MultipartTokenizer$1.class
reactor.ipc.netty.http.multipart.MultipartTokenizer$TokenKind.class
reactor.ipc.netty.http.HttpOutbound.class
reactor.ipc.netty.http.HttpClient$TcpBridgeClient.class
reactor.ipc.netty.http.HttpClientChannel.class
reactor.ipc.netty.http.Cookies.class
reactor.ipc.netty.http.HttpConnection.class
reactor.ipc.netty.http.HttpClientResponse.class
reactor.ipc.netty.http.NettyWebSocketServerHandler.class
reactor.ipc.netty.http.HttpMappings$HttpHandlerMapping.class
reactor.ipc.netty.http.NettyHttpClientHandler$HttpClientCloseSubscriber.class
reactor.ipc.netty.http.RegistryHttpMappings.class
reactor.ipc.netty.http.HttpServer.class
reactor.ipc.netty.http.NettyHttpServerHandler$HttpServerCloseSubscriber.class
reactor.ipc.netty.http.HttpClient.class
reactor.ipc.netty.http.HttpMappings$SimpleHttpMappings$1.class
reactor.ipc.netty.http.HttpServerChannel.class
reactor.ipc.netty.http.RegistryHttpMappings$HttpSelector.class
reactor.ipc.netty.http.MultipartInbound.class
reactor.ipc.netty.http.HttpInbound.class
reactor.ipc.netty.http.ReconnectableBridge.class
reactor.ipc.netty.http.NettyHttpChannel.class
reactor.ipc.netty.http.MonoHttpClientChannel.class
reactor.ipc.netty.http.HttpInbound$1.class
reactor.ipc.netty.http.HttpMappings$HttpPredicate.class
reactor.ipc.netty.http.HttpException.class
reactor.ipc.netty.http.HttpClientRequest.class
reactor.ipc.netty.http.HttpServer$TcpBridgeServer.class
reactor.ipc.netty.http.NettyHttpChannel$MonoOutboundWrite$HttpOutboundSubscriber.class
reactor.ipc.netty.http.NettyWebSocketClientHandler.class
reactor.ipc.netty.http.NettyHttpClientHandler.class
reactor.ipc.netty.http.HttpMappings$HttpPrefixPredicate.class
reactor.ipc.netty.http.HttpChannel.class
reactor.ipc.netty.http.RedirectException.class
reactor.ipc.netty.http.NettyHttpChannel$MonoOutboundWrite.class
reactor.ipc.netty.http.HttpMappings.class
reactor.ipc.netty.http.NettyHttpServerHandler.class
reactor.ipc.netty.udp.UdpServer$3.class
reactor.ipc.netty.udp.UdpServer.class
reactor.ipc.netty.udp.UdpServer$4.class
reactor.ipc.netty.udp.UdpServer$2.class
reactor.ipc.netty.udp.UdpServer$3$1.class
reactor.ipc.netty.udp.UdpServer$3$2.class
reactor.ipc.netty.udp.UdpServer$1.class
reactor.ipc.netty.common.NettyCodec.class
reactor.ipc.netty.common.NettyChannelHandler$CloseSubscriber.class
reactor.ipc.netty.common.NettyChannelHandler$FlushOnEachSubscriber$1.class
reactor.ipc.netty.common.NettyChannelHandler$FlushOnEachSubscriber.class
reactor.ipc.netty.common.ReleasingBufferInputStream.class
reactor.ipc.netty.common.ColocatedEventLoopGroup.class
reactor.ipc.netty.common.DuplexSocket.class
reactor.ipc.netty.common.NettyChannelHandler.class
reactor.ipc.netty.common.NettyOutbound.class
reactor.ipc.netty.common.MonoChannelFuture.class
reactor.ipc.netty.common.NettyChannelHandler$InboundSink.class
reactor.ipc.netty.common.NettyHandlerNames.class
reactor.ipc.netty.common.NettyChannel$Lifecycle.class
reactor.ipc.netty.common.NettyChannelHandler$FlushMode.class
reactor.ipc.netty.common.ChannelBridge.class
reactor.ipc.netty.common.NettyChannelHandler$FlushOnTerminateSubscriber$1.class
reactor.ipc.netty.common.MonoChannelFuture$SubscriberFutureBridge$1.class
reactor.ipc.netty.common.NettyChannelHandler$ChannelWriter.class
reactor.ipc.netty.common.NettyInbound.class
reactor.ipc.netty.common.NettyChannelHandler$FlushOnTerminateSubscriber.class
reactor.ipc.netty.common.NettyChannel.class
reactor.ipc.netty.common.MonoChannelFuture$SubscriberFutureBridge.class
reactor.ipc.netty.common.ByteBufEncodedFlux.class
reactor.ipc.netty.common.ByteBufEncodedMono.class
reactor.ipc.netty.tcp.TcpServer.class
reactor.ipc.netty.tcp.TcpClient.class
reactor.ipc.netty.tcp.TcpServer$1.class
reactor.ipc.netty.tcp.TcpChannel$PostWritePublisher.class
reactor.ipc.netty.tcp.TcpClient$1.class
reactor.ipc.netty.tcp.TcpChannel$NettyLifecycle.class
reactor.ipc.netty.tcp.TcpChannel$NettyLifecycle$1.class
reactor.ipc.netty.tcp.TcpChannel$NettyLifecycle$2.class
reactor.ipc.netty.tcp.TcpChannel.class
reactor.ipc.netty.tcp.NettySslReader.class
#内容未全部加载,请点击展开加载全部代码(NowJava.com)
|
依赖Jar: |
jsr305-3.0.0.jar
/com.google.code.findbugs/jsr305/3.0.0
查看jsr305所有版本文件
netty-all-4.1.3.Final.jar
/io.netty/netty-all/4.1.3.Final
查看netty-all所有版本文件
reactor-bus-0.6.0.BUILD-SNAPSHOT.jar
/io.projectreactor.addons/reactor-bus/0.6.0.BUILD-SNAPSHOT
查看reactor-bus所有版本文件
reactor-codec-0.6.0.BUILD-SNAPSHOT.jar
/io.projectreactor.addons/reactor-codec/0.6.0.BUILD-SNAPSHOT
查看reactor-codec所有版本文件
reactor-ipc-0.5.1.RELEASE.jar
/io.projectreactor.ipc/reactor-ipc/0.5.1.RELEASE
查看reactor-ipc所有版本文件
reactor-core-3.0.1.RELEASE.jar
/io.projectreactor/reactor-core/3.0.1.RELEASE
查看reactor-core所有版本文件
slf4j-api-1.7.12.jar
/org.slf4j/slf4j-api/1.7.12
查看slf4j-api所有版本文件
|