Searched refs:rspStartedTime (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/net/httpserver/
H A DHttpConnection.java59 volatile long rspStartedTime; // time we started writing the response field in class:HttpConnection
H A DServerImpl.java790 c.rspStartedTime = getTime();
850 if (c.rspStartedTime + TIMER_MILLIS +MAX_RSP_TIME <= time) {

Completed in 1046 milliseconds