| Package | Description | 
|---|---|
| org.universAAL.ri.gateway | 
 Main package for Space Gateway. 
 | 
| org.universAAL.ri.gateway.communication.cipher | |
| org.universAAL.ri.gateway.communicator.service | |
| org.universAAL.ri.gateway.communicator.service.impl | |
| org.universAAL.ri.gateway.protocol | |
| org.universAAL.ri.gateway.protocol.link | |
| org.universAAL.ri.gateway.proxies | 
| Modifier and Type | Method and Description | 
|---|---|
Message | 
Session.sendRequest(Message message)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
Session.handleMessage(Message msg)
Receives the Message from the communication layer, delivering it to the
 appropriate subcomponent. 
 | 
void | 
ProxyMessageReceiver.handleMessage(Message msg)  | 
void | 
Session.send(Message message)  | 
Message | 
Session.sendRequest(Message message)  | 
| Modifier and Type | Method and Description | 
|---|---|
Message | 
LegacyBlowfishCipher.readMessage()
Read data from a stream and decrypt it and convert to a  
Message. | 
Message | 
SSLCipher.readMessage()
Read the next message in the socket. 
 | 
Message | 
StreamCipher.readMessage()
Read the next message in the socket. 
 | 
Message | 
ClearTextCipher.readMessage()
Read the next message in the socket. 
 | 
Message | 
SocketCipher.readMessage()
Read the next message in the socket. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
LegacyBlowfishCipher.sendMessage(Message m)
This method encrypt and send the given data by adding at the begging of
 the encrypted data the length of the data that will be sent 
 | 
boolean | 
SSLCipher.sendMessage(Message m)
Marshalls, ciphers and sends the message. 
 | 
boolean | 
StreamCipher.sendMessage(Message m)
Marshalls, ciphers and sends the message. 
 | 
boolean | 
ClearTextCipher.sendMessage(Message m)
Marshalls, ciphers and sends the message. 
 | 
boolean | 
SocketCipher.sendMessage(Message m)
Marshalls, ciphers and sends the message. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
CommunicationHandler.sendMessage(Message msg,
           String scope)
Send the given message to a specific scope 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected Message | 
AbstractSocketCommunicationHandler.readMessage()  | 
| Modifier and Type | Method and Description | 
|---|---|
protected boolean | 
AbstractLinkHandler.handleGatewayProtocol(Message msg)  | 
protected abstract boolean | 
AbstractLinkHandler.handleSessionProtocol(Message msg)  | 
boolean | 
AbstractSocketCommunicationHandler.sendMessage(Message msg,
           String scope)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ErrorMessage
Message to send Errors to remote peers. 
 | 
class  | 
ImportMessage  | 
class  | 
LinkMessage  | 
class  | 
WrappedBusMessage
Message used to forward a  
BusMessage (ServiceRequest,
 ServiceResponse, ContextEvent, UIRequest UIResponse). | 
| Modifier and Type | Method and Description | 
|---|---|
Message | 
ErrorMessage.getErroneousMessage()  | 
Message | 
MessageSender.sendRequest(Message message)
Send a request Synchronously to which a response is expected. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
MessageReceiver.handleMessage(Message msg)
Called by the communication layer when a new message is received. 
 | 
void | 
MessageSender.send(Message message)
Send Asynchronously a  
Message independent of which level it is,
 to a remote ASG. | 
Message | 
MessageSender.sendRequest(Message message)
Send a request Synchronously to which a response is expected. 
 | 
| Constructor and Description | 
|---|
ErrorMessage(String description,
            Message onMessage)
Create an Error Message with a description and a  
Message. | 
ImportMessage(Message respondTo)
Response constructor. 
 | 
Message(Message respondTo)
Constructor for a  
Message in response to another. | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ConnectionRequest  | 
class  | 
ConnectionResponse  | 
class  | 
DisconnectionRequest  | 
class  | 
ReconnectionRequest  | 
| Modifier and Type | Method and Description | 
|---|---|
Message | 
BusMemberReference.sendRequest(ScopedResource message)
To be used by  
ProxyBusMembers. | 
Message | 
BusMemberReferenceTemporal.sendRequest(ScopedResource message)
To be used by  
ProxyBusMembers. | 
Copyright © 2018 universAAL Consortium. All rights reserved.