Searched refs:readImpl (Results 1 - 10 of 10) sorted by relevance

/openjdk9/jdk/src/jdk.httpserver/share/classes/sun/net/httpserver/
H A DLeftOverInputStream.java81 protected abstract int readImpl (byte[]b, int off, int len) throws IOException; method in class:LeftOverInputStream
87 int c = readImpl (one, 0, 1);
99 return readImpl (b, off, len);
112 long len = readImpl (db, 0, bufSize);
H A DFixedLengthInputStream.java47 protected int readImpl (byte[]b, int off, int len) throws IOException { method in class:FixedLengthInputStream
H A DChunkedInputStream.java113 protected int readImpl (byte[]b, int off, int len) throws IOException { method in class:ChunkedInputStream
/openjdk9/jdk/src/jdk.incubator.httpclient/share/classes/jdk/incubator/http/
H A DPlainTunnelingConnection.java155 protected ByteBuffer readImpl() throws IOException { method in class:PlainTunnelingConnection
156 return delegate.readImpl();
H A DPlainHttpConnection.java309 protected ByteBuffer readImpl() throws IOException { method in class:PlainHttpConnection
311 int n = readImpl(dst);
321 private int readImpl(ByteBuffer buf) throws IOException { method in class:PlainHttpConnection
H A DHttpConnection.java327 ByteBuffer b = readImpl();
335 protected abstract ByteBuffer readImpl() throws IOException; method in class:HttpConnection
H A DAsyncSSLConnection.java188 protected ByteBuffer readImpl() throws IOException { method in class:AsyncSSLConnection
H A DSSLConnection.java164 protected ByteBuffer readImpl() throws IOException { method in class:SSLConnection
H A DSSLTunnelConnection.java166 protected ByteBuffer readImpl() throws IOException { method in class:SSLTunnelConnection
/openjdk9/jdk/test/java/net/httpclient/whitebox/jdk.incubator.httpclient/jdk/incubator/http/
H A DResponseHeadersTest.java214 protected ByteBuffer readImpl() throws IOException { method in class:ResponseHeadersTest.HttpConnectionStub

Completed in 97 milliseconds