| Package | Description |
|---|---|
| org.hobbit.core.components | |
| org.hobbit.core.mimic | |
| org.hobbit.core.rabbit | |
| org.hobbit.storage.client |
| Class and Description |
|---|
| DataReceiver
An interface for a class that receives data and offers methods to close the
receiving when it is finished and to check the receiver for errors that might
have been encountered.
|
| DataSender
An interface of a class sending data to a queue.
|
| RabbitQueueFactory |
| Class and Description |
|---|
| SimpleFileReceiver |
| Class and Description |
|---|
| DataHandler |
| DataReceiver
An interface for a class that receives data and offers methods to close the
receiving when it is finished and to check the receiver for errors that might
have been encountered.
|
| DataReceiverImpl
Implementation of the
DataReceiver interface. |
| DataReceiverImpl.Builder |
| DataSender
An interface of a class sending data to a queue.
|
| DataSenderImpl
Implementation of the
DataSender interface. |
| DataSenderImpl.Builder |
| DataSenderImpl.DataSenderConfirmHandler |
| DataSenderImpl.Message |
| RabbitQueueFactory |
| RabbitRpcClient
This class implements a thread safe client that can process several RPC calls
in parallel.
|
| RabbitRpcClient.RabbitRpcRequest
Simple extension of the
AbstractFuture class that waits for the
response which is set by the RabbitRpcClient.RabbitRpcRequest.setResponse(byte[] response). |
| SimpleFileReceiver |
| SimpleFileSender
A simple class that can be used to send files, i.e., small or large sized
data with a single name, via RabbitMQ using a queue with the given name.
|
| Class and Description |
|---|
| RabbitRpcClient
This class implements a thread safe client that can process several RPC calls
in parallel.
|
Copyright © 2017–2018. All rights reserved.