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

/openjdk7/jdk/src/share/classes/sun/security/ssl/
H A DSSLSocketImpl.java1506 private void closeSocket(boolean selfInitiated) throws IOException { argument
1508 System.out.println(threadName() + ", called closeSocket(selfInitiated)");
1514 } else if (selfInitiated) {
1546 * @param selfInitiated Indicates which party initiated the close.
1547 * If selfInitiated, this side is initiating a close; for layered and
1549 * If !selfInitiated, peer sent close_notify; we reciprocate but
1552 private void closeInternal(boolean selfInitiated) throws IOException { argument
1555 + selfInitiated + ")");
1565 closeSocket(selfInitiated);
1609 closeSocket(selfInitiated);
[all...]

Completed in 27 milliseconds