jar

io.vlingo.xoom : xoom-wire

Maven & Gradle

Feb 15, 2023
6 usages
13 stars

xoom-wire · Wire protocol messaging implementations, such as with full-duplex TCP and UDP multicast, using VLINGO XOOM Actors.

Table Of Contents

Latest Version

Download io.vlingo.xoom : xoom-wire JAR file - Latest Versions:

All Versions

Download io.vlingo.xoom : xoom-wire JAR file - All Versions:

Version Vulnerabilities Size Updated
1.11.x
1.10.x
1.9.x
1.8.x
1.7.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window xoom-wire-1.11.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

io.vlingo.xoom.wire.fdx.bidirectional.netty.client

├─ io.vlingo.xoom.wire.fdx.bidirectional.netty.client.NettyChannelResponseHandler.class - [JAR]

├─ io.vlingo.xoom.wire.fdx.bidirectional.netty.client.NettyClientRequestResponseChannel.class - [JAR]

io.vlingo.xoom.wire.node

├─ io.vlingo.xoom.wire.node.Address.class - [JAR]

├─ io.vlingo.xoom.wire.node.AddressType.class - [JAR]

├─ io.vlingo.xoom.wire.node.Host.class - [JAR]

├─ io.vlingo.xoom.wire.node.Id.class - [JAR]

├─ io.vlingo.xoom.wire.node.Name.class - [JAR]

├─ io.vlingo.xoom.wire.node.Node.class - [JAR]

├─ io.vlingo.xoom.wire.node.NodeSynchronizer.class - [JAR]

io.vlingo.xoom.wire.fdx.inbound

├─ io.vlingo.xoom.wire.fdx.inbound.InboundChannelReaderProvider.class - [JAR]

├─ io.vlingo.xoom.wire.fdx.inbound.InboundClientReference.class - [JAR]

├─ io.vlingo.xoom.wire.fdx.inbound.InboundResponder.class - [JAR]

├─ io.vlingo.xoom.wire.fdx.inbound.InboundStream.class - [JAR]

├─ io.vlingo.xoom.wire.fdx.inbound.InboundStreamActor.class - [JAR]

├─ io.vlingo.xoom.wire.fdx.inbound.InboundStreamInterest.class - [JAR]

├─ io.vlingo.xoom.wire.fdx.inbound.InboundStreamInterest__Proxy.class - [JAR]

├─ io.vlingo.xoom.wire.fdx.inbound.InboundStream__Proxy.class - [JAR]

io.vlingo.xoom.wire.fdx.inbound.rsocket

├─ io.vlingo.xoom.wire.fdx.inbound.rsocket.RSocketChannelInboundReader.class - [JAR]

├─ io.vlingo.xoom.wire.fdx.inbound.rsocket.RSocketInboundChannelReaderProvider.class - [JAR]

io.vlingo.xoom.wire.fdx.bidirectional

├─ io.vlingo.xoom.wire.fdx.bidirectional.BasicClientRequestResponseChannel.class - [JAR]

├─ io.vlingo.xoom.wire.fdx.bidirectional.ClientRequestResponseChannel.class - [JAR]

├─ io.vlingo.xoom.wire.fdx.bidirectional.SecureClientRequestResponseChannel.class - [JAR]

├─ io.vlingo.xoom.wire.fdx.bidirectional.ServerRequestResponseChannel.class - [JAR]

├─ io.vlingo.xoom.wire.fdx.bidirectional.ServerRequestResponseChannelActor.class - [JAR]

├─ io.vlingo.xoom.wire.fdx.bidirectional.ServerRequestResponseChannel__Proxy.class - [JAR]

io.vlingo.xoom.wire.fdx.outbound.tcp

├─ io.vlingo.xoom.wire.fdx.outbound.tcp.ManagedOutboundSocketChannel.class - [JAR]

├─ io.vlingo.xoom.wire.fdx.outbound.tcp.ManagedOutboundSocketChannelProvider.class - [JAR]

io.vlingo.xoom.wire.message

├─ io.vlingo.xoom.wire.message.BasicConsumerByteBuffer.class - [JAR]

├─ io.vlingo.xoom.wire.message.ByteBufferAllocator.class - [JAR]

├─ io.vlingo.xoom.wire.message.ConsumerByteBuffer.class - [JAR]

├─ io.vlingo.xoom.wire.message.ConsumerByteBufferPool.class - [JAR]

├─ io.vlingo.xoom.wire.message.Converters.class - [JAR]

├─ io.vlingo.xoom.wire.message.Message.class - [JAR]

├─ io.vlingo.xoom.wire.message.MessagePartsBuilder.class - [JAR]

├─ io.vlingo.xoom.wire.message.PublisherAvailability.class - [JAR]

├─ io.vlingo.xoom.wire.message.RawMessage.class - [JAR]

├─ io.vlingo.xoom.wire.message.RawMessageBuilder.class - [JAR]

├─ io.vlingo.xoom.wire.message.RawMessageHeader.class - [JAR]

io.vlingo.xoom.wire.fdx.outbound.rsocket

├─ io.vlingo.xoom.wire.fdx.outbound.rsocket.ManagedOutboundRSocketChannelProvider.class - [JAR]

├─ io.vlingo.xoom.wire.fdx.outbound.rsocket.RSocketOutboundChannel.class - [JAR]

io.vlingo.xoom.wire.fdx.outbound

├─ io.vlingo.xoom.wire.fdx.outbound.AbstractManagedOutboundChannelProvider.class - [JAR]

├─ io.vlingo.xoom.wire.fdx.outbound.ApplicationOutboundStream.class - [JAR]

├─ io.vlingo.xoom.wire.fdx.outbound.ApplicationOutboundStreamActor.class - [JAR]

├─ io.vlingo.xoom.wire.fdx.outbound.ManagedOutboundChannel.class - [JAR]

├─ io.vlingo.xoom.wire.fdx.outbound.ManagedOutboundChannelProvider.class - [JAR]

├─ io.vlingo.xoom.wire.fdx.outbound.Outbound.class - [JAR]

io.vlingo.xoom.wire.multicast

├─ io.vlingo.xoom.wire.multicast.Group.class - [JAR]

├─ io.vlingo.xoom.wire.multicast.MulticastPublisherReader.class - [JAR]

├─ io.vlingo.xoom.wire.multicast.MulticastSubscriber.class - [JAR]

io.vlingo.xoom.wire.channel

├─ io.vlingo.xoom.wire.channel.ChannelMessageDispatcher.class - [JAR]

├─ io.vlingo.xoom.wire.channel.ChannelPublisher.class - [JAR]

├─ io.vlingo.xoom.wire.channel.ChannelReader.class - [JAR]

├─ io.vlingo.xoom.wire.channel.ChannelReaderConsumer.class - [JAR]

├─ io.vlingo.xoom.wire.channel.ChannelReaderConsumer__Proxy.class - [JAR]

├─ io.vlingo.xoom.wire.channel.DatagramChannelSelectionReader.class - [JAR]

├─ io.vlingo.xoom.wire.channel.RefreshableSelector.class - [JAR]

├─ io.vlingo.xoom.wire.channel.RequestChannelConsumer.class - [JAR]

├─ io.vlingo.xoom.wire.channel.RequestChannelConsumerProvider.class - [JAR]

├─ io.vlingo.xoom.wire.channel.RequestChannelConsumer__Proxy.class - [JAR]

├─ io.vlingo.xoom.wire.channel.RequestListenerChannel.class - [JAR]

├─ io.vlingo.xoom.wire.channel.RequestResponseContext.class - [JAR]

├─ io.vlingo.xoom.wire.channel.RequestSenderChannel.class - [JAR]

├─ io.vlingo.xoom.wire.channel.ResponseChannelConsumer.class - [JAR]

├─ io.vlingo.xoom.wire.channel.ResponseChannelConsumer__Proxy.class - [JAR]

├─ io.vlingo.xoom.wire.channel.ResponseData.class - [JAR]

├─ io.vlingo.xoom.wire.channel.ResponseListenerChannel.class - [JAR]

├─ io.vlingo.xoom.wire.channel.ResponseSenderChannel.class - [JAR]

├─ io.vlingo.xoom.wire.channel.ResponseSenderChannel__Proxy.class - [JAR]

├─ io.vlingo.xoom.wire.channel.SelectionReader.class - [JAR]

├─ io.vlingo.xoom.wire.channel.SocketChannelSelectionProcessor.class - [JAR]

├─ io.vlingo.xoom.wire.channel.SocketChannelSelectionProcessorActor.class - [JAR]

├─ io.vlingo.xoom.wire.channel.SocketChannelSelectionProcessor__Proxy.class - [JAR]

├─ io.vlingo.xoom.wire.channel.SocketChannelSelectionReader.class - [JAR]

├─ io.vlingo.xoom.wire.channel.SocketChannelWriter.class - [JAR]

io.vlingo.xoom.wire.fdx.bidirectional.rsocket

├─ io.vlingo.xoom.wire.fdx.bidirectional.rsocket.RSocketChannelContext.class - [JAR]

├─ io.vlingo.xoom.wire.fdx.bidirectional.rsocket.RSocketClientChannel.class - [JAR]

├─ io.vlingo.xoom.wire.fdx.bidirectional.rsocket.RSocketServerChannelActor.class - [JAR]

io.vlingo.xoom.wire.fdx.inbound.tcp

├─ io.vlingo.xoom.wire.fdx.inbound.tcp.SocketChannelInboundReader.class - [JAR]

├─ io.vlingo.xoom.wire.fdx.inbound.tcp.SocketInboundChannelReaderProvider.class - [JAR]

io.vlingo.xoom.wire.fdx.bidirectional.netty.server

├─ io.vlingo.xoom.wire.fdx.bidirectional.netty.server.NettyInboundHandler.class - [JAR]

├─ io.vlingo.xoom.wire.fdx.bidirectional.netty.server.NettyServerChannelActor.class - [JAR]

├─ io.vlingo.xoom.wire.fdx.bidirectional.netty.server.NettyServerChannelContext.class - [JAR]

nativebuild

├─ nativebuild.NativeBuildEntryPoint.class - [JAR]

Advertisement

Dependencies from Group

Feb 15, 2023
29 usages
226 stars
Feb 15, 2023
20 usages
16 stars
Feb 15, 2023
12 usages
226 stars
Feb 15, 2023
6 usages
13 stars
Feb 15, 2023
6 usages
11 stars

Discover Dependencies

Nov 20, 2021
2 usages
2 stars
Jun 18, 2014
2 usages
582 stars
Oct 27, 2008
1 usages
Mar 31, 2018
8 usages
1.1k stars
Jul 13, 2023
23 usages
212 stars
Oct 19, 2018
2 usages
1 stars
Jun 26, 2023
7 usages
27 stars
Nov 26, 2021
5 usages
39 stars