Searched refs:handshakeTimeout (Results 1 – 2 of 2) sorted by relevance
124 public void accept(long acceptTimeout, long handshakeTimeout) throws IOException { in accept() argument134 handshake(handshakeTimeout); in accept()146 … public void attach(String address, long attachTimeout, long handshakeTimeout) throws IOException { in attach() argument194 handshake(handshakeTimeout); in attach()303 protected void handshake(long handshakeTimeout) throws IOException { in handshake() argument304 transportSocket.setSoTimeout((int) handshakeTimeout); in handshake()
59 public void accept(long acceptTimeout, long handshakeTimeout) throws IOException; in accept() argument69 … public void attach(String address, long attachTimeout, long handshakeTimeout) throws IOException; in attach() argument