Searched refs:acceptTimeout (Results 1 – 2 of 2) sorted by relevance
59 public void accept(long acceptTimeout, long handshakeTimeout) throws IOException; in accept() argument
124 public void accept(long acceptTimeout, long handshakeTimeout) throws IOException { in accept() argument126 serverSocket.setSoTimeout((int) acceptTimeout); in accept()