jar

org.labcrypto : hottentot-runtime

Maven & Gradle

May 18, 2016

Hottentot RPC Framework · Hottentot is a simple and easy to use RPC Framework. It has its own IDL and generates source codes for different programming languages. C++ and Java are currently fully supported but Python and C support will be added soon. It also has a Serialization Framework which can be used without RPC stub generation feature to serialize objects in binary format.

Table Of Contents

Latest Version

Download org.labcrypto : hottentot-runtime JAR file - Latest Versions:

All Versions

Download org.labcrypto : hottentot-runtime JAR file - All Versions:

Version Vulnerabilities Size Updated
0.2

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 hottentot-runtime-0.2.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.labcrypto.hottentot.runtime.config

├─ org.labcrypto.hottentot.runtime.config.Config.class - [JAR]

org.labcrypto.hottentot.runtime.helper

├─ org.labcrypto.hottentot.runtime.helper.ArrayUtil.class - [JAR]

org.labcrypto.hottentot.helper

├─ org.labcrypto.hottentot.helper.ByteArrayToInteger.class - [JAR]

├─ org.labcrypto.hottentot.helper.DataLengthByteArrayMaker.class - [JAR]

├─ org.labcrypto.hottentot.helper.EnumDeserializer.class - [JAR]

├─ org.labcrypto.hottentot.helper.PDTDeserializer.class - [JAR]

├─ org.labcrypto.hottentot.helper.PDTSerializer.class - [JAR]

org.labcrypto.hottentot.runtime.exception

├─ org.labcrypto.hottentot.runtime.exception.HottentotRuntimeException.class - [JAR]

├─ org.labcrypto.hottentot.runtime.exception.ListSizeNotSupportException.class - [JAR]

├─ org.labcrypto.hottentot.runtime.exception.MainArgsNotCorrectException.class - [JAR]

├─ org.labcrypto.hottentot.runtime.exception.MethodNotSupportException.class - [JAR]

├─ org.labcrypto.hottentot.runtime.exception.ProtocolProcessException.class - [JAR]

├─ org.labcrypto.hottentot.runtime.exception.TcpClientCloseException.class - [JAR]

├─ org.labcrypto.hottentot.runtime.exception.TcpClientConnectException.class - [JAR]

├─ org.labcrypto.hottentot.runtime.exception.TcpClientReadException.class - [JAR]

├─ org.labcrypto.hottentot.runtime.exception.TcpClientWriteException.class - [JAR]

├─ org.labcrypto.hottentot.runtime.exception.TcpServerReadException.class - [JAR]

org.labcrypto.hottentot.runtime.protocol

├─ org.labcrypto.hottentot.runtime.protocol.Protocol.class - [JAR]

├─ org.labcrypto.hottentot.runtime.protocol.ProtocolV1.class - [JAR]

org.labcrypto.hottentot

├─ org.labcrypto.hottentot._Boolean.class - [JAR]

├─ org.labcrypto.hottentot._Data.class - [JAR]

├─ org.labcrypto.hottentot._Int16.class - [JAR]

├─ org.labcrypto.hottentot._Int32.class - [JAR]

├─ org.labcrypto.hottentot._Int64.class - [JAR]

├─ org.labcrypto.hottentot._Int8.class - [JAR]

├─ org.labcrypto.hottentot._String.class - [JAR]

org.labcrypto.hottentot.runtime

├─ org.labcrypto.hottentot.runtime.Argument.class - [JAR]

├─ org.labcrypto.hottentot.runtime.DefaultRequestCallback.class - [JAR]

├─ org.labcrypto.hottentot.runtime.DefaultTcpClient.class - [JAR]

├─ org.labcrypto.hottentot.runtime.DefaultTcpServer.class - [JAR]

├─ org.labcrypto.hottentot.runtime.Endpoint.class - [JAR]

├─ org.labcrypto.hottentot.runtime.Proxy.class - [JAR]

├─ org.labcrypto.hottentot.runtime.Request.class - [JAR]

├─ org.labcrypto.hottentot.runtime.RequestCallback.class - [JAR]

├─ org.labcrypto.hottentot.runtime.RequestHandler.class - [JAR]

├─ org.labcrypto.hottentot.runtime.Response.class - [JAR]

├─ org.labcrypto.hottentot.runtime.ResponseCallback.class - [JAR]

├─ org.labcrypto.hottentot.runtime.Service.class - [JAR]

├─ org.labcrypto.hottentot.runtime.ServiceInfo.class - [JAR]

├─ org.labcrypto.hottentot.runtime.ServiceRuntime.class - [JAR]

├─ org.labcrypto.hottentot.runtime.TcpClient.class - [JAR]

├─ org.labcrypto.hottentot.runtime.TcpServer.class - [JAR]

org.labcrypto.hottentot.runtime.factory

├─ org.labcrypto.hottentot.runtime.factory.ProtocolFactory.class - [JAR]

├─ org.labcrypto.hottentot.runtime.factory.RequestCallbackFactory.class - [JAR]

├─ org.labcrypto.hottentot.runtime.factory.TcpClientFactory.class - [JAR]

├─ org.labcrypto.hottentot.runtime.factory.TcpServerFactory.class - [JAR]