Home
last modified time | relevance | path

Searched refs:ConnectionPendingException (Results 1 – 7 of 7) sorted by relevance

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/
DConnectionPendingExceptionTest.java18 import java.nio.channels.ConnectionPendingException;
33 ConnectionPendingException e = new ConnectionPendingException(); in test_Constructor()
44 SerializationTest.verifySelf(new ConnectionPendingException()); in testSerializationSelf()
52 SerializationTest.verifyGolden(this, new ConnectionPendingException()); in testSerializationCompatibility()
DSocketChannelTest.java37 import java.nio.channels.ConnectionPendingException;
622 } catch (ConnectionPendingException e1) { in assertSocketAction_NonBlock_BeforeConnect()
974 } catch (ConnectionPendingException e) { in testCFII_ConnectAfterFinish_NoServer_NonBlock()
983 } catch (ConnectionPendingException e) { in testCFII_ConnectAfterFinish_NoServer_NonBlock()
994 } catch (ConnectionPendingException e) { in testCFII_ConnectAfterFinish_NoServer_NonBlock()
1108 } catch (ConnectionPendingException e) { in testCFII_ConnectTwice_NoServer_NonBlock()
1117 } catch (ConnectionPendingException e) { in testCFII_ConnectTwice_NoServer_NonBlock()
1128 } catch (ConnectionPendingException e) { in testCFII_ConnectTwice_NoServer_NonBlock()
1207 } catch (ConnectionPendingException e) { in testCFII_ConnectTwice_Server_NonBlock()
1216 } catch (ConnectionPendingException e) { in testCFII_ConnectTwice_Server_NonBlock()
[all …]
/libcore/ojluni/src/main/java/java/nio/channels/
DConnectionPendingException.java41 public class ConnectionPendingException class
50 public ConnectionPendingException() { } in ConnectionPendingException() method in ConnectionPendingException
/libcore/ojluni/src/main/java/sun/nio/ch/
DSocketChannelImpl.java44 import java.nio.channels.ConnectionPendingException;
614 throw new ConnectionPendingException(); in bind()
651 throw new ConnectionPendingException(); in ensureOpenAndUnconnected()
DUnixAsynchronousSocketChannelImpl.java38 import java.nio.channels.ConnectionPendingException;
343 throw new ConnectionPendingException(); in implConnect()
DAsynchronousSocketChannelImpl.java427 throw new ConnectionPendingException(); in bind()
/libcore/
Dopenjdk_java_files.mk365 ojluni/src/main/java/java/nio/channels/ConnectionPendingException.java \