| Package | Description |
|---|---|
| org.granite.client.messaging.transport | |
| org.granite.client.messaging.transport.apache |
| Modifier and Type | Class and Description |
|---|---|
class |
TransportHttpStatusException |
class |
TransportIOException |
class |
TransportStateException |
| Modifier and Type | Method and Description |
|---|---|
void |
TransportStatusHandler.handleException(TransportException e) |
void |
TransportStatusHandler.NoopEngineStatusHandler.handleException(TransportException e) |
void |
TransportStatusHandler.LogEngineStatusHandler.handleException(TransportException e) |
| Modifier and Type | Method and Description |
|---|---|
TransportFuture |
Transport.send(Channel channel,
TransportMessage message)
Send a message on the network
|
| Modifier and Type | Method and Description |
|---|---|
TransportFuture |
ApacheAsyncTransport.send(Channel channel,
TransportMessage message) |