Searched refs:handshakeTimeout (Results 1 - 4 of 4) sorted by relevance

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
H A DTransportWrapper.java57 * @param handshakeTimeout timeout for handshaking in milliseconds
59 public void accept(long acceptTimeout, long handshakeTimeout) throws IOException; argument
67 * @param handshakeTimeout timeout for handshaking in milliseconds
69 public void attach(String address, long attachTimeout, long handshakeTimeout) throws IOException; argument
H A DSocketTransportWrapper.java112 * @param handshakeTimeout timeout for handshaking in milliseconds
114 public void accept(long acceptTimeout, long handshakeTimeout) throws IOException { argument
124 handshake(handshakeTimeout);
133 * @param handshakeTimeout timeout for handshaking in milliseconds
135 public void attach(String address, long attachTimeout, long handshakeTimeout) throws IOException { argument
183 handshake(handshakeTimeout);
286 * @param handshakeTimeout timeout for handshaking in milliseconds
288 protected void handshake(long handshakeTimeout) throws IOException { argument
289 transportSocket.setSoTimeout((int) handshakeTimeout);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
H A Djdimodel.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.mortbay.jetty.server_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 145 milliseconds