组织ID: |
io.rsocket |
项目ID: |
rsocket-core |
版本: |
1.0.0-RC7 |
最后修改时间: |
2020-04-28 08:52:39 |
包类型: |
jar |
标题: |
rsocket-core |
描述: |
Core functionality for the RSocket library |
相关URL: |
http://rsocket.io |
大小: |
345.46KB |
|
Maven引入代码: |
<dependency>
<groupId>io.rsocket</groupId>
<artifactId>rsocket-core</artifactId>
<version>1.0.0-RC7</version>
</dependency>
|
Gradle引入代码: |
io.rsocket:rsocket-core:1.0.0-RC7
|
下载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>io.rsocket</groupId>
<artifactId>rsocket-core</artifactId>
<version>1.0.0-RC7</version>
<name>rsocket-core</name>
<description>Core functionality for the RSocket library</description>
<url>http://rsocket.io</url>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<id>robertroeser</id>
<name>Robert Roeser</name>
<email>robert@netifi.com</email>
</developer>
<developer>
<id>rdegnan</id>
<name>Ryland Degnan</name>
<email>ryland@netifi.com</email>
</developer>
<developer>
<id>yschimke</id>
<name>Yuri Schimke</name>
<email>yuri@schimke.ee</email>
</developer>
<developer>
<id>OlegDokuka</id>
<name>Oleh Dokuka</name>
<email>oleh@netifi.com</email>
</developer>
<developer>
<id>mostroverkhov</id>
<name>Maksym Ostroverkhov</name>
<email>m.ostroverkhov@gmail.com</email>
</developer>
</developers>
<scm>
<connection>scm:git:https://github.com/rsocket/rsocket-java.git</connection>
<developerConnection>scm:git:https://github.com/rsocket/rsocket-java.git</developerConnection>
<url>https://github.com/rsocket/rsocket-java</url>
</scm>
<dependencies>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-buffer</artifactId>
<version>4.1.48.Final</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>io.projectreactor</groupId>
<artifactId>reactor-core</artifactId>
<version>3.3.5.RELEASE</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.25</version>
<scope>runtime</scope>
</dependency>
</dependencies>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
io.rsocket.metadata.TaggingMetadataFlyweight.class
io.rsocket.metadata.WellKnownMimeType.class
io.rsocket.metadata.CompositeMetadata$Entry.class
io.rsocket.metadata.CompositeMetadata$1.class
io.rsocket.metadata.RoutingMetadata.class
io.rsocket.metadata.TaggingMetadata$1.class
io.rsocket.metadata.CompositeMetadataFlyweight.class
io.rsocket.metadata.TaggingMetadata.class
io.rsocket.metadata.CompositeMetadata$ReservedMimeTypeEntry.class
io.rsocket.metadata.CompositeMetadata$ExplicitMimeTimeEntry.class
io.rsocket.metadata.security.WellKnownAuthType.class
io.rsocket.metadata.security.AuthMetadataFlyweight.class
io.rsocket.metadata.CompositeMetadata$WellKnownMimeTypeEntry.class
io.rsocket.metadata.CompositeMetadata.class
io.rsocket.RSocketFactory$ServerTransportAcceptor.class
io.rsocket.frame.FrameUtil$1.class
io.rsocket.frame.LeaseFrameFlyweight.class
io.rsocket.frame.ResumeOkFrameFlyweight.class
io.rsocket.frame.ErrorType.class
io.rsocket.frame.ExtensionFrameFlyweight.class
io.rsocket.frame.ErrorFrameFlyweight.class
io.rsocket.frame.FrameHeaderFlyweight.class
io.rsocket.frame.MetadataPushFrameFlyweight.class
io.rsocket.frame.DataAndMetadataFlyweight.class
io.rsocket.frame.KeepAliveFrameFlyweight.class
io.rsocket.frame.FrameType$Flags.class
io.rsocket.frame.CancelFrameFlyweight.class
io.rsocket.frame.FrameLengthFlyweight.class
io.rsocket.frame.FrameType.class
io.rsocket.frame.FrameUtil.class
io.rsocket.frame.RequestResponseFrameFlyweight.class
io.rsocket.frame.RequestStreamFrameFlyweight.class
io.rsocket.frame.RequestChannelFrameFlyweight.class
io.rsocket.frame.PayloadFrameFlyweight.class
io.rsocket.frame.VersionFlyweight.class
io.rsocket.frame.RequestNFrameFlyweight.class
io.rsocket.frame.RequestFireAndForgetFrameFlyweight.class
io.rsocket.frame.decoder.DefaultPayloadDecoder.class
io.rsocket.frame.decoder.DefaultPayloadDecoder$1.class
io.rsocket.frame.decoder.ZeroCopyPayloadDecoder.class
io.rsocket.frame.decoder.PayloadDecoder.class
io.rsocket.frame.decoder.ZeroCopyPayloadDecoder$1.class
io.rsocket.frame.ResumeFrameFlyweight.class
io.rsocket.frame.FragmentationFlyweight.class
io.rsocket.frame.SetupFrameFlyweight.class
io.rsocket.frame.RequestFlyweight.class
io.rsocket.SocketAcceptor.class
io.rsocket.RSocketFactory$ClientTransportAcceptor.class
io.rsocket.buffer.BufferUtil.class
io.rsocket.buffer.Tuple3ByteBuf.class
io.rsocket.buffer.TupleByteBuf.class
io.rsocket.buffer.AbstractTupleByteBuf.class
io.rsocket.buffer.Tuple2ByteBuf.class
io.rsocket.lease.MissingLeaseException.class
io.rsocket.lease.LeaseStats.class
io.rsocket.lease.ResponderLeaseHandler$1.class
io.rsocket.lease.ResponderLeaseHandler$Impl.class
io.rsocket.lease.Lease.class
io.rsocket.lease.RequesterLeaseHandler$Impl.class
io.rsocket.lease.LeaseImpl.class
io.rsocket.lease.LeaseStats$EventType.class
io.rsocket.lease.RequesterLeaseHandler.class
io.rsocket.lease.ResponderLeaseHandler.class
io.rsocket.lease.RequesterLeaseHandler$1.class
io.rsocket.lease.Leases.class
io.rsocket.lease.package-info.class
io.rsocket.ResponderRSocket.class
io.rsocket.RSocketFactory$Start.class
io.rsocket.keepalive.KeepAliveSupport$KeepAlive.class
io.rsocket.keepalive.KeepAliveSupport$ClientKeepAliveSupport.class
io.rsocket.keepalive.KeepAliveHandler$DefaultKeepAliveHandler.class
io.rsocket.keepalive.KeepAliveHandler.class
io.rsocket.keepalive.KeepAliveHandler$ResumableKeepAliveHandler.class
io.rsocket.keepalive.KeepAliveFramesAcceptor.class
io.rsocket.keepalive.KeepAliveSupport.class
io.rsocket.keepalive.KeepAliveSupport$ServerKeepAliveSupport.class
io.rsocket.keepalive.KeepAliveSupport$1.class
io.rsocket.Closeable.class
io.rsocket.ConnectionSetupPayload.class
io.rsocket.util.MonoLifecycleHandler.class
io.rsocket.util.OnceConsumer.class
io.rsocket.util.DisposableUtils.class
io.rsocket.util.DuplexConnectionProxy.class
io.rsocket.util.DefaultPayload.class
io.rsocket.util.RecyclerFactory$1.class
io.rsocket.util.RSocketProxy.class
io.rsocket.util.ByteBufPayload.class
io.rsocket.util.MultiSubscriberRSocket.class
io.rsocket.util.RecyclerFactory.class
io.rsocket.util.CharByteBufUtil.class
io.rsocket.util.ByteBufPayload$1.class
io.rsocket.util.Clock.class
io.rsocket.util.Function3.class
io.rsocket.util.NumberUtils.class
io.rsocket.util.EmptyPayload.class
io.rsocket.util.package-info.class
io.rsocket.RSocketErrorException.class
io.rsocket.fragmentation.ReassemblyDuplexConnection.class
io.rsocket.fragmentation.FrameFragmenter$1.class
io.rsocket.fragmentation.FrameReassembler$1.class
io.rsocket.fragmentation.FrameFragmenter.class
io.rsocket.fragmentation.FrameReassembler.class
io.rsocket.fragmentation.FragmentationDuplexConnection.class
io.rsocket.fragmentation.FrameFragmenter$2.class
io.rsocket.fragmentation.package-info.class
io.rsocket.RSocketFactory$ServerRSocketFactory.class
io.rsocket.Payload.class
io.rsocket.RSocketFactory.class
io.rsocket.DuplexConnection.class
io.rsocket.RSocket.class
io.rsocket.plugins.SocketAcceptorInterceptor.class
io.rsocket.plugins.RSocketInterceptor.class
io.rsocket.plugins.InterceptorRegistry.class
io.rsocket.plugins.InitializingInterceptorRegistry.class
io.rsocket.plugins.DuplexConnectionInterceptor.class
io.rsocket.plugins.DuplexConnectionInterceptor$Type.class
io.rsocket.core.RSocketRequester$2.class
io.rsocket.core.RSocketServer$1.class
io.rsocket.core.RSocketResponder$1.class
io.rsocket.core.RSocketRequester$1.class
io.rsocket.core.RSocketResponder$4.class
io.rsocket.core.PayloadValidationUtils.class
io.rsocket.core.RSocketResponder$3.class
io.rsocket.core.RSocketConnector.class
io.rsocket.core.ReconnectMono.class
io.rsocket.core.RSocketServer.class
io.rsocket.core.RSocketResponder.class
io.rsocket.core.RSocketServer$2.class
io.rsocket.core.RSocketResponder$5.class
io.rsocket.core.RSocketRequester$3.class
io.rsocket.core.RSocketConnector$1.class
io.rsocket.core.RSocketResponder$6.class
io.rsocket.core.RSocketServer$3.class
io.rsocket.core.RSocketServer$4.class
io.rsocket.core.ReconnectMono$ReconnectInner.class
io.rsocket.core.ServerSetup$ResumableServerSetup.class
io.rsocket.core.RSocketRequester$5.class
io.rsocket.core.Resume.class
io.rsocket.core.ServerSetup$DefaultServerSetup.class
io.rsocket.core.StreamIdSupplier.class
io.rsocket.core.RSocketResponder$2.class
io.rsocket.core.RSocketRequester.class
io.rsocket.core.Invalidatable.class
io.rsocket.core.DefaultConnectionSetupPayload.class
io.rsocket.core.ServerSetup.class
io.rsocket.core.ReconnectMono$ReconnectMainSubscriber.class
io.rsocket.core.package-info.class
io.rsocket.core.RSocketRequester$4.class
io.rsocket.resume.ResumableDuplexConnection$ResumeComplete.class
io.rsocket.resume.ResumeFramesSubscriber.class
io.rsocket.resume.ExponentialBackoffResumeStrategy.class
io.rsocket.resume.ResumableDuplexConnection.class
io.rsocket.resume.RSocketSession.class
io.rsocket.resume.ResumableDuplexConnection$ReleaseFrames.class
io.rsocket.resume.InMemoryResumableFramesStore$FramesSubscriber.class
io.rsocket.resume.ResumableDuplexConnection$1.class
io.rsocket.resume.ResumeStateHolder.class
io.rsocket.resume.ResumeStrategy.class
io.rsocket.resume.ClientRSocketSession.class
io.rsocket.resume.ResumeStateException.class
io.rsocket.resume.ResumableDuplexConnection$ResumeStart.class
io.rsocket.resume.InMemoryResumableFramesStore$ResumeStreamState.class
io.rsocket.resume.ClientResume.class
io.rsocket.resume.InMemoryResumableFramesStore.class
io.rsocket.resume.PeriodicResumeStrategy.class
io.rsocket.resume.UpstreamFramesSubscriber.class
io.rsocket.resume.ResumableDuplexConnection$State.class
io.rsocket.resume.SessionManager.class
io.rsocket.resume.ResumableDuplexConnection$Resume.class
io.rsocket.resume.RequestListener.class
io.rsocket.resume.ServerRSocketSession.class
io.rsocket.resume.ResumableFramesStore.class
io.rsocket.resume.package-info.class
io.rsocket.resume.ClientRSocketSession$RetrySignal.class
io.rsocket.RSocketFactory$ClientRSocketFactory.class
io.rsocket.internal.SynchronizedIntObjectHashMap$PrimitiveIterator.class
io.rsocket.internal.SynchronizedIntObjectHashMap$EntrySet.class
io.rsocket.internal.SynchronizedIntObjectHashMap$MapEntry.class
io.rsocket.internal.LimitableRequestPublisher$1.class
io.rsocket.internal.Hashing.class
io.rsocket.internal.SwitchTransformFlux$ConditionalSubscriberAdapter.class
io.rsocket.internal.ClientServerInputMultiplexer$1.class
io.rsocket.internal.SwitchTransformFlux$SwitchTransformConditionalOperator.class
io.rsocket.internal.SynchronizedIntObjectHashMap$1.class
io.rsocket.internal.UnicastMonoProcessor$1.class
io.rsocket.internal.BaseDuplexConnection.class
io.rsocket.internal.SynchronizedIntObjectHashMap.class
io.rsocket.internal.jctools.util.Pow2.class
io.rsocket.internal.jctools.util.InternalAPI.class
io.rsocket.internal.jctools.util.PortableJvmInfo.class
io.rsocket.internal.jctools.util.RangeUtil.class
io.rsocket.internal.jctools.util.UnsafeRefArrayAccess.class
io.rsocket.internal.jctools.util.UnsafeAccess.class
io.rsocket.internal.jctools.queues.MessagePassingQueue$Consumer.class
io.rsocket.internal.jctools.queues.BaseMpscLinkedArrayQueueProducerFields.class
io.rsocket.internal.jctools.queues.BaseMpscLinkedArrayQueueConsumerFields.class
io.rsocket.internal.jctools.queues.BaseMpscLinkedArrayQueueColdProducerFields.class
io.rsocket.internal.jctools.queues.BaseLinkedQueuePad0.class
io.rsocket.internal.jctools.queues.LinkedQueueNode.class
io.rsocket.internal.jctools.queues.MessagePassingQueue$ExitCondition.class
io.rsocket.internal.jctools.queues.MessagePassingQueue.class
io.rsocket.internal.jctools.queues.LinkedArrayQueueUtil.class
io.rsocket.internal.jctools.queues.BaseLinkedQueue.class
io.rsocket.internal.jctools.queues.BaseLinkedQueueProducerNodeRef.class
io.rsocket.internal.jctools.queues.QueueProgressIndicators.class
io.rsocket.internal.jctools.queues.BaseMpscLinkedArrayQueuePad2.class
io.rsocket.internal.jctools.queues.BaseLinkedQueueConsumerNodeRef.class
io.rsocket.internal.jctools.queues.MpscUnboundedArrayQueue.class
io.rsocket.internal.jctools.queues.CircularArrayOffsetCalculator.class
io.rsocket.internal.jctools.queues.BaseMpscLinkedArrayQueue.class
io.rsocket.internal.jctools.queues.BaseLinkedQueuePad1.class
#内容未全部加载,请点击展开加载全部代码(NowJava.com)
|
依赖Jar: |
netty-buffer-4.1.48.Final.jar
/io.netty/netty-buffer/4.1.48.Final
查看netty-buffer所有版本文件
reactor-core-3.3.5.RELEASE.jar
/io.projectreactor/reactor-core/3.3.5.RELEASE
查看reactor-core所有版本文件
slf4j-api-1.7.25.jar
/org.slf4j/slf4j-api/1.7.25
查看slf4j-api所有版本文件
|