Java Doc for PortConnection.java in » EJB-Server-resin-3.1.5 » resin » com » caucho » server » port » Java Source Code / Java DocumentationJava Source Code and Java Documentation
Represents a protocol-independent connection. Prococol servers and
their associated Requests use Connection to retrieve the read and
write streams and to get information about the connection.
TcpConnection is the most common implementation. The test harness
provides a string based Connection.
Sets the time of the request start. ServerRequests can use
setAccessTime() to put off connection reaping. HttpRequest calls
setAccessTime() at the beginning of each request.
Parameters: now - the current time in milliseconds as by Alarm.getCurrentTime().