Searched refs:HttpConnection (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/net/httpserver/
H A DServerImpl.java39 import sun.net.httpserver.HttpConnection.State;
56 private Set<HttpConnection> idleConnections;
57 private Set<HttpConnection> allConnections;
62 private Set<HttpConnection> reqConnections;
63 private Set<HttpConnection> rspConnections;
107 idleConnections = Collections.synchronizedSet (new HashSet<HttpConnection>());
108 allConnections = Collections.synchronizedSet (new HashSet<HttpConnection>());
109 reqConnections = Collections.synchronizedSet (new HashSet<HttpConnection>());
110 rspConnections = Collections.synchronizedSet (new HashSet<HttpConnection>());
198 for (HttpConnection
[all...]
H A DHttpConnection.java40 class HttpConnection { class
75 HttpConnection () { method in class:HttpConnection
H A DExchangeImpl.java43 HttpConnection connection;
84 String m, URI u, Request req, long len, HttpConnection connection
377 HttpConnection getConnection () {

Completed in 33 milliseconds