Searched refs:countBytes (Results 1 - 3 of 3) sorted by relevance

/openjdk9/jdk/src/jdk.incubator.httpclient/share/classes/jdk/incubator/http/
H A DSSLConnection.java94 private static long countBytes(ByteBuffer[] buffers, int start, int length) { method in class:SSLConnection
110 long l = countBytes(buffers, start, number);
H A DSSLTunnelConnection.java96 private static long countBytes(ByteBuffer[] buffers, int start, int number) { method in class:SSLTunnelConnection
112 long l = countBytes(buffers, start, number);
H A DSSLDelegate.java89 private static long countBytes(ByteBuffer[] buffers, int start, int number) { method in class:SSLDelegate
329 while (countBytes(src, offset, len) > 0) {

Completed in 38 milliseconds