DefaultTcpTransportMapping implements a TCP transport mapping with the Java 1.4 new IO API. It uses a single thread for processing incoming and outgoing messages. The thread is started when the listen method is called, or when an outgoing request is sent using the sendMessage method.
@author Frank Fock
@version 1.11
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |