Searched defs:getOOBInline (Results 1 - 3 of 3) sorted by relevance

/libcore/ojluni/src/main/java/sun/nio/ch/
H A DSocketAdaptor.java348 public boolean getOOBInline() throws SocketException { method in class:SocketAdaptor
/libcore/ojluni/src/main/java/java/net/
H A DSocket.java1127 * @see #getOOBInline()
1146 public boolean getOOBInline() throws SocketException { method in class:Socket
/libcore/luni/src/test/java/libcore/java/net/
H A DURLConnectionTest.java3324 @Override public boolean getOOBInline() throws SocketException { return delegate.getOOBInline(); } method in class:URLConnectionTest.DelegatingSocket
3586 @Override public boolean getOOBInline() throws SocketException { method in class:URLConnectionTest.DelegatingSSLSocket
3587 return delegate.getOOBInline();

Completed in 346 milliseconds