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

/openjdk7/jdk/src/share/classes/sun/net/httpserver/
H A DServerConfig.java157 static int getMaxIdleConnections () { method in class:ServerConfig
H A DServerImpl.java77 final static int MAX_IDLE_CONNECTIONS = ServerConfig.getMaxIdleConnections();
606 int max=(int)ServerConfig.getMaxIdleConnections();

Completed in 43 milliseconds