Home
last modified time | relevance | path

Searched defs:getSoTimeout (Results 1 – 12 of 12) sorted by relevance

/libcore/ojluni/src/main/java/sun/nio/ch/
DServerSocketAdaptor.java156 public int getSoTimeout() throws SocketException { in getSoTimeout() method in ServerSocketAdaptor
DDatagramSocketAdaptor.java261 public int getSoTimeout() throws SocketException { in getSoTimeout() method in DatagramSocketAdaptor
DSocketAdaptor.java360 public int getSoTimeout() throws SocketException { in getSoTimeout() method in SocketAdaptor
/libcore/ojluni/annotations/mmodule/java/net/
DServerSocket.annotated.java70 public synchronized int getSoTimeout() throws java.io.IOException { throw new RuntimeException("Stu… in getSoTimeout() method in ServerSocket
DDatagramSocket.annotated.java76 public synchronized int getSoTimeout() throws java.net.SocketException { throw new RuntimeException… in getSoTimeout() method in DatagramSocket
DSocket.annotated.java98 public synchronized int getSoTimeout() throws java.net.SocketException { throw new RuntimeException… in getSoTimeout() method in Socket
/libcore/ojluni/annotations/hiddenapi/java/net/
DServerSocket.java118 public synchronized int getSoTimeout() throws java.io.IOException { in getSoTimeout() method in ServerSocket
DDatagramSocket.java139 public synchronized int getSoTimeout() throws java.net.SocketException { in getSoTimeout() method in DatagramSocket
DSocket.java205 public synchronized int getSoTimeout() throws java.net.SocketException { in getSoTimeout() method in Socket
/libcore/ojluni/src/main/java/java/net/
DServerSocket.java665 public synchronized int getSoTimeout() throws IOException { in getSoTimeout() method in ServerSocket
DDatagramSocket.java949 public synchronized int getSoTimeout() throws SocketException { in getSoTimeout() method in DatagramSocket
DSocket.java1194 public synchronized int getSoTimeout() throws SocketException { in getSoTimeout() method in Socket