Searched defs:KeepAliveStream (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/net/www/http/
H A DKeepAliveStream.java40 class KeepAliveStream extends MeteredStream implements Hurryable { class in inherits:MeteredStream,Hurryable
47 // has this KeepAliveStream been put on the queue for asynchronous cleanup.
56 public KeepAliveStream(InputStream is, ProgressSource pi, long expected, HttpClient hc) { method in class:KeepAliveStream
92 //put this KeepAliveStream on the queue so that the data remaining
213 KeepAliveStream kas;
216 public KeepAliveCleanerEntry(KeepAliveStream kas, HttpClient hc) {
221 protected KeepAliveStream getKeepAliveStream() {

Completed in 29 milliseconds