Home | History | Annotate | Download | only in conscrypt

Lines Matching defs:handshakeTimeoutMilliseconds

117     private int handshakeTimeoutMilliseconds = -1; // -1 = same as timeout; 0 = infinite
212 if (handshakeTimeoutMilliseconds >= 0) {
213 setSoTimeout(handshakeTimeoutMilliseconds);
214 setSoWriteTimeout(handshakeTimeoutMilliseconds);
265 if (handshakeTimeoutMilliseconds >= 0) {
929 handshakeTimeoutMilliseconds) throws SocketException {
930 this.handshakeTimeoutMilliseconds = handshakeTimeoutMilliseconds;