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

/openjdk7/jdk/src/share/classes/sun/security/ssl/
H A DSSLSocketImpl.java1329 * @param resumable indicates the handshake process is resumable from a
1330 * certain exception. If <code>resumable</code>, the socket will
1334 private void startHandshake(boolean resumable) throws IOException { argument
1346 handleException(e, resumable);
1767 * @param resumable indicates the caller process is resumable from the
1768 * exception. If <code>resumable</code>, the socket will be
1772 synchronized private void handleException(Exception e, boolean resumable) argument
1780 // the process is resumable
[all...]

Completed in 32 milliseconds