|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Transport | |
|---|---|
| com.ccg.net | Classes Related to Networking. |
| Uses of Transport in com.ccg.net |
|---|
| Classes in com.ccg.net that implement Transport | |
|---|---|
class |
TransportNull
Not ready for prime time - please ignore for now. |
class |
TransportStreams
Not ready for prime time - please ignore for now. |
| Methods in com.ccg.net that return Transport | |
|---|---|
Transport |
Dispatcher.connect(Object client,
Lookup transportSettings)
One line summary... |
| Methods in com.ccg.net with parameters of type Transport | |
|---|---|
Object |
ClientGenerator.createClient(Transport t)
Method to create a client object to associate with a Transport. |
(package private) void |
DispatchNode.dispatch(Transport t,
Object what)
|
Exception |
Receiver.received(Transport from,
Object what)
What to do with an Object received from a Transport
This method handles the processing of objects which are received
by a Transport. |
Exception |
Dispatcher.received(Transport from,
Object what)
What to do with an Object received from a Transport
This method handles the processing of objects which are received
by a Transport. |
Thread |
Dispatcher.startReceiving(Transport t)
One line summary... |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||