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

/libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
H A DOpenSSLSocketImplWrapper.java135 public boolean getOOBInline() throws SocketException { method in class:OpenSSLSocketImplWrapper
136 return socket.getOOBInline();
H A DSSLSocketWrapper.java155 public boolean getOOBInline() throws SocketException { method in class:SSLSocketWrapper
156 return socket.getOOBInline();
/libcore/luni/src/test/java/libcore/java/net/
H A DOldSocketTest.java1582 // mostly tested in getOOBInline. Just set to make sure call works ok
1586 assertTrue("expected OOBIline to be true", theSocket.getOOBInline());
1612 assertTrue("expected OOBIline to be true", theSocket.getOOBInline());
1615 .getOOBInline());
1618 .getOOBInline());
1621 theSocket.getOOBInline();
/libcore/luni/src/main/java/java/net/
H A DSocket.java901 public boolean getOOBInline() throws SocketException { method in class:Socket

Completed in 52 milliseconds