Searched defs:getReceiveBufferSize (Results 1 - 5 of 5) sorted by relevance

/libcore/luni/src/main/java/java/net/
H A DDatagramSocket.java207 public synchronized int getReceiveBufferSize() throws SocketException { method in class:DatagramSocket
H A DServerSocket.java405 public int getReceiveBufferSize() throws SocketException { method in class:ServerSocket
H A DSocket.java417 public synchronized int getReceiveBufferSize() throws SocketException { method in class:Socket
/libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
H A DOpenSSLSocketImplWrapper.java165 public int getReceiveBufferSize() throws SocketException { method in class:OpenSSLSocketImplWrapper
166 return socket.getReceiveBufferSize();
H A DSSLSocketWrapper.java185 public int getReceiveBufferSize() throws SocketException { method in class:SSLSocketWrapper
186 return socket.getReceiveBufferSize();

Completed in 133 milliseconds