Searched refs:CONNECT_TIMEOUT (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/security/timestamp/
H A DHttpTimestamper.java52 private static final int CONNECT_TIMEOUT = 15000; // 15 seconds field in class:HttpTimestamper
95 connection.setConnectTimeout(CONNECT_TIMEOUT);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/developer/
H A DJAXWSProperties.java57 * ctxt.put(CONNECT_TIMEOUT, timeout);
59 public static final String CONNECT_TIMEOUT = field in interface:JAXWSProperties
/openjdk7/jdk/src/share/classes/sun/security/provider/certpath/
H A DOCSP.java75 private static final int CONNECT_TIMEOUT = initializeTimeout(); field in class:OCSP
230 con.setConnectTimeout(CONNECT_TIMEOUT);
231 con.setReadTimeout(CONNECT_TIMEOUT);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/transport/http/client/
H A DHttpClientTransport.java268 Integer connectTimeout = (Integer)context.invocationProperties.get(JAXWSProperties.CONNECT_TIMEOUT);
/openjdk7/jdk/src/share/classes/com/sun/jndi/ldap/
H A DLdapCtx.java181 private static final String CONNECT_TIMEOUT = field in class:LdapCtx
2180 } else if (propName.equals(CONNECT_TIMEOUT)) {
2239 } else if (propName.equals(CONNECT_TIMEOUT)) {
2330 setConnectTimeout((String)envprops.get(CONNECT_TIMEOUT));

Completed in 46 milliseconds