See: Description
| Interface | Description |
|---|---|
| Client |
Transport client.
|
| Connection |
Transport connection.
|
| MessageHandler<T,U> |
Transport layer message handler.
|
| Server |
Transport server.
|
| Transport |
Transport provider.
|
| Class | Description |
|---|---|
| Address |
Network address.
|
| Exception | Description |
|---|---|
| TransportException |
Transport exception.
|
A Transport is a simple provider for Client
and Server objects. The Client and
Server are the interfaces through which clients and servers communicate respectively.
Copyright © 2013–2015. All rights reserved.