Searched refs:cs_START (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/security/ssl/
H A DSSLEngineImpl.java171 private static final int cs_START = 0; field in class:SSLEngineImpl
359 * State is cs_START until we initialize the handshaker.
365 connectionState = cs_START;
421 * . otherwise (cs_START or cs_DATA), create the appropriate handshaker
435 case cs_START:
454 // state is either cs_START or cs_DATA
455 if (connectionState == cs_START) {
657 case cs_START:
805 (connectionState == cs_START)) {
1192 (connectionState == cs_START)) {
[all...]
H A DSSLSocketImpl.java155 private static final int cs_START = 0; field in class:SSLSocketImpl
240 * or cs_START state again.
559 connectionState = cs_START;
1222 * . otherwise (cs_START or cs_DATA), create the appropriate handshaker
1236 case cs_START:
1255 // state is either cs_START or cs_DATA
1256 if (connectionState == cs_START) {
1397 case cs_START:
1457 case cs_START:
1563 case cs_START
[all...]

Completed in 37 milliseconds