jar

com.github.tix320 : sonder

Maven & Gradle

Mar 21, 2021

Sonder · TCP client-server library

Table Of Contents

Latest Version

Download com.github.tix320 : sonder JAR file - Latest Versions:

All Versions

Download com.github.tix320 : sonder JAR file - All Versions:

Version Vulnerabilities Size Updated
3.0.x
2.2.x
2.1.x
2.0.x
1.0.x
0.24.x
0.23.x
0.22.x
0.21.x
0.20.x
0.19.x
0.18.x
0.17.x
0.16.x
0.15.x
0.14.x
0.13.x
0.12.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 sonder-3.0.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.tix320.sonder.internal.server.rpc.extra

├─ com.github.tix320.sonder.internal.server.rpc.extra.ServerEndpointMethodClientIdInjector.class - [JAR]

├─ com.github.tix320.sonder.internal.server.rpc.extra.ServerOriginMethodClientIdExtractor.class - [JAR]

com.github.tix320.sonder.api.client

├─ com.github.tix320.sonder.api.client.ClientSideProtocol.class - [JAR]

├─ com.github.tix320.sonder.api.client.ConnectionState.class - [JAR]

├─ com.github.tix320.sonder.api.client.SonderClient.class - [JAR]

├─ com.github.tix320.sonder.api.client.SonderClientBuilder.class - [JAR]

├─ com.github.tix320.sonder.api.client.TransferTunnel.class - [JAR]

com.github.tix320.sonder.internal.client

├─ com.github.tix320.sonder.internal.client.SocketServerConnection.class - [JAR]

com.github.tix320.sonder.internal.common.rpc.exception

├─ com.github.tix320.sonder.internal.common.rpc.exception.BadRequestException.class - [JAR]

├─ com.github.tix320.sonder.internal.common.rpc.exception.IncompatibleTypeException.class - [JAR]

├─ com.github.tix320.sonder.internal.common.rpc.exception.MethodInvocationException.class - [JAR]

├─ com.github.tix320.sonder.internal.common.rpc.exception.PathNotFoundException.class - [JAR]

├─ com.github.tix320.sonder.internal.common.rpc.exception.RPCProtocolConfigurationException.class - [JAR]

├─ com.github.tix320.sonder.internal.common.rpc.exception.RPCProtocolException.class - [JAR]

├─ com.github.tix320.sonder.internal.common.rpc.exception.UnsupportedContentTypeException.class - [JAR]

com.github.tix320.sonder.internal.common.communication.channel

├─ com.github.tix320.sonder.internal.common.communication.channel.AbstractCloseableChannel.class - [JAR]

├─ com.github.tix320.sonder.internal.common.communication.channel.AbstractFiniteReadableByteChannel.class - [JAR]

├─ com.github.tix320.sonder.internal.common.communication.channel.BlockingPreventFiniteReadableByteChannel.class - [JAR]

├─ com.github.tix320.sonder.internal.common.communication.channel.CleanableFiniteReadableByteChannel.class - [JAR]

com.github.tix320.sonder.internal.common.rpc.extra

├─ com.github.tix320.sonder.internal.common.rpc.extra.ExtraArg.class - [JAR]

├─ com.github.tix320.sonder.internal.common.rpc.extra.ExtraArgExtractionException.class - [JAR]

├─ com.github.tix320.sonder.internal.common.rpc.extra.ExtraParam.class - [JAR]

com.github.tix320.sonder.api.server.rpc

├─ com.github.tix320.sonder.api.server.rpc.ServerRPCProtocol.class - [JAR]

├─ com.github.tix320.sonder.api.server.rpc.ServerRPCProtocolBuilder.class - [JAR]

com.github.tix320.sonder.api.common.communication.channel

├─ com.github.tix320.sonder.api.common.communication.channel.BlockingReadableByteChannel.class - [JAR]

├─ com.github.tix320.sonder.api.common.communication.channel.ByteArrayReadableChannel.class - [JAR]

├─ com.github.tix320.sonder.api.common.communication.channel.EmptyReadableByteChannel.class - [JAR]

├─ com.github.tix320.sonder.api.common.communication.channel.FiniteReadableByteChannel.class - [JAR]

├─ com.github.tix320.sonder.api.common.communication.channel.LimitedReadableByteChannel.class - [JAR]

com.github.tix320.sonder.api.client.event

├─ com.github.tix320.sonder.api.client.event.Events.class - [JAR]

com.github.tix320.sonder.internal.common.rpc.protocol

├─ com.github.tix320.sonder.internal.common.rpc.protocol.ContentType.class - [JAR]

├─ com.github.tix320.sonder.internal.common.rpc.protocol.ErrorType.class - [JAR]

├─ com.github.tix320.sonder.internal.common.rpc.protocol.RPCProtocol.class - [JAR]

├─ com.github.tix320.sonder.internal.common.rpc.protocol.RPCProtocolConfig.class - [JAR]

├─ com.github.tix320.sonder.internal.common.rpc.protocol.RemoteSubscriptionPublisher.class - [JAR]

├─ com.github.tix320.sonder.internal.common.rpc.protocol.RequestMetadata.class - [JAR]

├─ com.github.tix320.sonder.internal.common.rpc.protocol.SubscriptionActionType.class - [JAR]

├─ com.github.tix320.sonder.internal.common.rpc.protocol.TransferType.class - [JAR]

├─ com.github.tix320.sonder.internal.common.rpc.protocol.UnhandledErrorResponseException.class - [JAR]

com.github.tix320.sonder.api.common.communication

├─ com.github.tix320.sonder.api.common.communication.ChannelTransfer.class - [JAR]

├─ com.github.tix320.sonder.api.common.communication.Headers.class - [JAR]

├─ com.github.tix320.sonder.api.common.communication.Protocol.class - [JAR]

├─ com.github.tix320.sonder.api.common.communication.StaticTransfer.class - [JAR]

├─ com.github.tix320.sonder.api.common.communication.Transfer.class - [JAR]

com.github.tix320.sonder.api.common

├─ com.github.tix320.sonder.api.common.Client.class - [JAR]

com.github.tix320.sonder.internal.common.exception

├─ com.github.tix320.sonder.internal.common.exception.HeadersConvertException.class - [JAR]

├─ com.github.tix320.sonder.internal.common.exception.ProtocolNotFoundException.class - [JAR]

com.github.tix320.sonder.internal.common

├─ com.github.tix320.sonder.internal.common.SonderSide.class - [JAR]

├─ com.github.tix320.sonder.internal.common.SonderSideState.class - [JAR]

com.github.tix320.sonder.api.common.rpc.extra

├─ com.github.tix320.sonder.api.common.rpc.extra.ClientID.class - [JAR]

├─ com.github.tix320.sonder.api.common.rpc.extra.EndpointExtraArgInjector.class - [JAR]

├─ com.github.tix320.sonder.api.common.rpc.extra.ExtraParamDefinition.class - [JAR]

├─ com.github.tix320.sonder.api.common.rpc.extra.ExtraParamQualifier.class - [JAR]

├─ com.github.tix320.sonder.api.common.rpc.extra.OriginExtraArgExtractor.class - [JAR]

com.github.tix320.sonder.api.client.rpc

├─ com.github.tix320.sonder.api.client.rpc.ClientRPCProtocol.class - [JAR]

├─ com.github.tix320.sonder.api.client.rpc.ClientRPCProtocolBuilder.class - [JAR]

├─ com.github.tix320.sonder.api.client.rpc.ConnectionResetException.class - [JAR]

com.github.tix320.sonder.api.server

├─ com.github.tix320.sonder.api.server.ServerSideProtocol.class - [JAR]

├─ com.github.tix320.sonder.api.server.SonderServer.class - [JAR]

├─ com.github.tix320.sonder.api.server.SonderServerBuilder.class - [JAR]

├─ com.github.tix320.sonder.api.server.TransferTunnel.class - [JAR]

com.github.tix320.sonder.internal.server

├─ com.github.tix320.sonder.internal.server.ClientClosedException.class - [JAR]

├─ com.github.tix320.sonder.internal.server.SocketClientsSelector.class - [JAR]

com.github.tix320.sonder.internal.common.communication

├─ com.github.tix320.sonder.internal.common.communication.InvalidHeaderException.class - [JAR]

├─ com.github.tix320.sonder.internal.common.communication.Pack.class - [JAR]

├─ com.github.tix320.sonder.internal.common.communication.SocketConnectionException.class - [JAR]

├─ com.github.tix320.sonder.internal.common.communication.SonderProtocolChannel.class - [JAR]

├─ com.github.tix320.sonder.internal.common.communication.SonderProtocolException.class - [JAR]

com.github.tix320.sonder.api.server.event

├─ com.github.tix320.sonder.api.server.event.Events.class - [JAR]

com.github.tix320.sonder.api.common.rpc

├─ com.github.tix320.sonder.api.common.rpc.Endpoint.class - [JAR]

├─ com.github.tix320.sonder.api.common.rpc.Origin.class - [JAR]

├─ com.github.tix320.sonder.api.common.rpc.RPCRemoteException.class - [JAR]

├─ com.github.tix320.sonder.api.common.rpc.Response.class - [JAR]

├─ com.github.tix320.sonder.api.common.rpc.Subscription.class - [JAR]

com.github.tix320.sonder.internal.common.rpc.service

├─ com.github.tix320.sonder.internal.common.rpc.service.DuplicatePathException.class - [JAR]

├─ com.github.tix320.sonder.internal.common.rpc.service.EndpointMethod.class - [JAR]

├─ com.github.tix320.sonder.internal.common.rpc.service.EndpointRPCMethodResolver.class - [JAR]

├─ com.github.tix320.sonder.internal.common.rpc.service.OriginMethod.class - [JAR]

├─ com.github.tix320.sonder.internal.common.rpc.service.OriginRPCMethodResolver.class - [JAR]

├─ com.github.tix320.sonder.internal.common.rpc.service.Param.class - [JAR]

├─ com.github.tix320.sonder.internal.common.rpc.service.RPCMethodResolver.class - [JAR]

├─ com.github.tix320.sonder.internal.common.rpc.service.ServiceMethod.class - [JAR]

com.github.tix320.sonder.internal.common.rpc

├─ com.github.tix320.sonder.internal.common.rpc.RPCProtocolBuilder.class - [JAR]

Advertisement