Searched defs:getSendBufferSize (Results 1 - 3 of 3) sorted by relevance

/libcore/luni/src/main/java/java/net/
H A DDatagramSocket.java236 public synchronized int getSendBufferSize() throws SocketException { method in class:DatagramSocket
H A DSocket.java450 public synchronized int getSendBufferSize() throws SocketException { method in class:Socket
/libcore/luni/src/test/java/libcore/java/net/
H A DURLConnectionTest.java2933 @Override public int getSendBufferSize() throws SocketException { method in class:URLConnectionTest.DelegatingSSLSocket
2934 return delegate.getSendBufferSize();

Completed in 64 milliseconds