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

/dalvik/libcore/luni/src/main/java/java/net/
H A DDatagramSocket.java289 public synchronized int getReceiveBufferSize() throws SocketException { method in class:DatagramSocket
H A DServerSocket.java538 public int getReceiveBufferSize() throws SocketException { method in class:ServerSocket
H A DSocket.java553 public synchronized int getReceiveBufferSize() throws SocketException { method in class:Socket
/dalvik/libcore/x-net/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();
/dalvik/libcore/nio/src/main/java/org/apache/harmony/nio/internal/
H A DSocketChannelImpl.java785 public synchronized int getReceiveBufferSize() throws SocketException { method in class:SocketChannelImpl.SocketAdapter

Completed in 209 milliseconds