A connection via some transport to some JDWP-speaking entity. This is also a thread which handles all communications to/from the debugger. While access to the transport layer may be accessed by several threads, start-up and initialization should not be allowed to occur more than once.
This class is also a thread that is responsible for pulling packets off the wire and sticking them in a queue for packet processing threads.
@author Keith Seitz (keiths@redhat.com)
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.