Searched refs:getReceiveBufferSize (Results 1 – 7 of 7) sorted by relevance
383 public int getReceiveBufferSize() throws SocketException { in getReceiveBufferSize() method in AbstractConscryptSocket385 return socket.getReceiveBufferSize(); in getReceiveBufferSize()387 return super.getReceiveBufferSize(); in getReceiveBufferSize()
164 @Override public int getReceiveBufferSize() throws SocketException { in getReceiveBufferSize() method in DelegatingSSLSocket165 return delegate.getReceiveBufferSize(); in getReceiveBufferSize()
201 public int getReceiveBufferSize() throws SocketException { in getReceiveBufferSize() method in PreKitKatPlatformOpenSSLSocketImplAdapter202 return delegate.getReceiveBufferSize(); in getReceiveBufferSize()
201 public int getReceiveBufferSize() throws SocketException { in getReceiveBufferSize() method in KitKatPlatformOpenSSLSocketImplAdapter202 return delegate.getReceiveBufferSize(); in getReceiveBufferSize()
142 public synchronized int getReceiveBufferSize() throws SocketException { in getReceiveBufferSize() method in MockServerSocket
222 public synchronized int getReceiveBufferSize() throws SocketException { in getReceiveBufferSize() method in MockSocketConnection.MockSocket
188 int bufsize = sock.getReceiveBufferSize(); in run()