Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/sun/nio/ch/
DServerSocketAdaptor.java196 public int getReceiveBufferSize() throws SocketException { in getReceiveBufferSize() method in ServerSocketAdaptor
DDatagramSocketAdaptor.java319 public int getReceiveBufferSize() throws SocketException { in getReceiveBufferSize() method in DatagramSocketAdaptor
DSocketAdaptor.java382 public int getReceiveBufferSize() throws SocketException { in getReceiveBufferSize() method in SocketAdaptor
/libcore/ojluni/annotations/mmodule/java/net/
DServerSocket.annotated.java82 public synchronized int getReceiveBufferSize() throws java.net.SocketException { throw new RuntimeE… in getReceiveBufferSize() method in ServerSocket
DDatagramSocket.annotated.java84 public synchronized int getReceiveBufferSize() throws java.net.SocketException { throw new RuntimeE… in getReceiveBufferSize() method in DatagramSocket
DSocket.annotated.java106 public synchronized int getReceiveBufferSize() throws java.net.SocketException { throw new RuntimeE… in getReceiveBufferSize() method in Socket
/libcore/ojluni/annotations/hiddenapi/java/net/
DServerSocket.java151 public synchronized int getReceiveBufferSize() throws java.net.SocketException { in getReceiveBufferSize() method in ServerSocket
DDatagramSocket.java155 public synchronized int getReceiveBufferSize() throws java.net.SocketException { in getReceiveBufferSize() method in DatagramSocket
DSocket.java221 public synchronized int getReceiveBufferSize() throws java.net.SocketException { in getReceiveBufferSize() method in Socket
/libcore/ojluni/src/main/java/java/net/
DServerSocket.java868 public synchronized int getReceiveBufferSize() in getReceiveBufferSize() method in ServerSocket
DDatagramSocket.java1068 public synchronized int getReceiveBufferSize() in getReceiveBufferSize() method in DatagramSocket
DSocket.java1325 public synchronized int getReceiveBufferSize() in getReceiveBufferSize() method in Socket