Home » apache-tomcat-6.0.26-src » org.apache » tomcat » service » connector »
org.apache.tomcat.service.connector
A simple TCP server implementation. more ...
Interfaces:
Classes:
A simple TCP server implementation. Needs better reuse of resources, optimizations, etc.
TCP connectors implement TcpConnectionHandler, and use TcpConnection class - no other
dependency with the rest.