Searched refs:getSendBufferSize (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/security/ssl/
H A DBaseSSLSocketImpl.java430 public final int getSendBufferSize() throws SocketException { method in class:BaseSSLSocketImpl
432 return super.getSendBufferSize();
434 return self.getSendBufferSize();
/openjdk7/jdk/src/share/classes/sun/nio/ch/
H A DDatagramSocketAdaptor.java318 public int getSendBufferSize() throws SocketException { method in class:DatagramSocketAdaptor
H A DSocketAdaptor.java381 public int getSendBufferSize() throws SocketException { method in class:SocketAdaptor
/openjdk7/jdk/src/share/classes/java/net/
H A DDatagramSocket.java898 * what size the buffer is should call {@link #getSendBufferSize()}.
916 * @see #getSendBufferSize()
937 public synchronized int getSendBufferSize() throws SocketException { method in class:DatagramSocket
H A DSocket.java1133 * {@link #getSendBufferSize()}.
1144 * @see #getSendBufferSize()
1169 public synchronized int getSendBufferSize() throws SocketException { method in class:Socket

Completed in 41 milliseconds