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

/openjdk7/jdk/src/share/classes/com/sun/tools/jconsole/
H A DJConsoleContext.java87 public ConnectionState getConnectionState(); method in interface:JConsoleContext
/openjdk7/jdk/src/share/classes/sun/security/ssl/
H A DSSLSocketImpl.java259 * getConnectionState() for some/all threads returns cs_HANDSHAKE,
261 * either on getConnectionState(), or on the handshakeLock if they
262 * happen to successfully race through the getConnectionState().
648 synchronized private int getConnectionState() { method in class:SSLSocketImpl
693 switch (getConnectionState()) {
881 if (getConnectionState() == cs_HANDSHAKE) {
918 while (((state = getConnectionState()) != cs_CLOSED) &&
936 boolean handshaking = (getConnectionState() <= cs_HANDSHAKE);
1287 if (getConnectionState() == cs_HANDSHAKE) {
1337 if (getConnectionState()
[all...]
H A DSSLEngineImpl.java525 synchronized private int getConnectionState() { method in class:SSLEngineImpl
933 if (getConnectionState() != cs_ERROR) {
/openjdk7/jdk/src/share/classes/sun/tools/jconsole/
H A DProxyClient.java300 public ConnectionState getConnectionState() { method in class:ProxyClient

Completed in 77 milliseconds