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

/openjdk9/jdk/src/java.base/share/classes/sun/security/ssl/
H A DSSLSocketImpl.java959 int readRecord(ByteBuffer buffer) throws IOException { method in class:SSLSocketImpl
972 int readRecord(boolean needAppData) throws IOException { method in class:SSLSocketImpl
985 private int readRecord(ByteBuffer buffer, boolean needAppData) method in class:SSLSocketImpl
H A DSSLEngineImpl.java948 private Plaintext readRecord(ByteBuffer netData, method in class:SSLEngineImpl

Completed in 112 milliseconds