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

/openjdk7/jdk/src/share/classes/sun/security/ssl/
H A DAppOutputStream.java43 class AppOutputStream extends OutputStream { class in inherits:OutputStream
51 AppOutputStream(SSLSocketImpl conn) { method in class:AppOutputStream
H A DSSLSocketImpl.java251 * 3. AppOutputStream
253 * AppInputStream/AppOutputStream read() and write() calls are each
355 private AppOutputStream output;
380 * If AppOutputStream needs to delay writes of small packets, we
587 output = new AppOutputStream(this);
665 * AppOutputStream calls may need to buffer multiple outbound
717 // we should never get here (check in AppOutputStream)
863 * More details, please refer to AppOutputStream.write(byte[], int, int).
1208 * Return the AppOutputStream. For use by Handshaker only.
1210 AppOutputStream getAppOutputStrea
[all...]

Completed in 32 milliseconds