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

/openjdk7/jdk/src/share/classes/sun/security/ssl/
H A DAppInputStream.java38 class AppInputStream extends InputStream { class in inherits:InputStream
49 AppInputStream(SSLSocketImpl conn) { method in class:AppInputStream
H A DSSLSocketImpl.java250 * 2. AppInputStream
253 * AppInputStream/AppOutputStream read() and write() calls are each
354 private AppInputStream input;
586 input = new AppInputStream(this);
1201 * Return the AppInputStream. For use by Handshaker only.
1203 AppInputStream getAppInputStream() {
1293 * Once initial handshaking is finished, AppInputStream's
1304 * AppInputStream's InputRecord. Enable checking for

Completed in 46 milliseconds