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

/libcore/ojluni/src/main/java/sun/nio/ch/
H A DSocketAdaptor.java377 public boolean getOOBInline() throws SocketException { method in class:SocketAdaptor
/libcore/ojluni/src/main/java/sun/security/ssl/
H A DBaseSSLSocketImpl.java403 * @see java.net.Socket#getOOBInline
405 public final boolean getOOBInline() throws SocketException { method in class:BaseSSLSocketImpl
/libcore/ojluni/src/main/java/java/net/
H A DSocket.java1063 * @see #getOOBInline()
1080 public boolean getOOBInline() throws SocketException { method in class:Socket
/libcore/luni/src/test/java/libcore/java/net/
H A DURLConnectionTest.java3439 @Override public boolean getOOBInline() throws SocketException { method in class:URLConnectionTest.DelegatingSSLSocket
3440 return delegate.getOOBInline();

Completed in 43 milliseconds