summaryrefslogtreecommitdiff
path: root/java/src/IceInternal/GetConnectionOutgoingAsync.java
Commit message (Collapse)AuthorAge
* Fixed invocation timeouts/interrupt issues, addded AsyncResult.cancel()Benoit Foucher2014-10-10
|
* Lots of minor fixes, few simplifications to OutgoingAsync codeBenoit Foucher2014-10-01
|
* - begin_ now never interrupts.Matthew Newhook2014-09-27
| | | | | | | - All potentially blocking Ice APIs are interruption points. - Fixes to the incoming/outgoing factories and shutdown procedure - Fixed bug where connect() was from a user thread. - Added lots more tests to the interrupt test suite.
* ICE-5661 some changes to class structure for OutgoingAsyncDwayne Boone2014-09-19
|
* ICE-5661 add proxy->begin_ice_getConnectionDwayne Boone2014-09-18