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

/openjdk7/jdk/src/share/classes/com/sun/jndi/ldap/
H A DConnection.java96 * replaceStreams() - sync method
100 * replaceStreams() - sync method
133 // Updated in replaceStreams() during "quiet", unshared, period
702 synchronized public void replaceStreams(InputStream newIn, OutputStream newOut) { method in class:Connection
761 * the SSL socket (that is, it got to the read BEFORE replaceStreams()),
769 * socket (that is, it got to the read AFTER replaceStreams()), the

Completed in 31 milliseconds