org.jacorb.orb.giop
public class ClientGIOPConnection extends GIOPConnection implements Configurable
Version: $Id: ClientGIOPConnection.java,v 1.17 2006/06/28 12:41:43 alphonse.bendt Exp $
| Constructor Summary | |
|---|---|
| ClientGIOPConnection(Profile profile, Connection transport, RequestListener request_listener, ReplyListener reply_listener, StatisticsProvider statistics_provider) | |
| Method Summary | |
|---|---|
| void | closeAllowReopen()
Closes the underlying transport, but keeps this ClientGIOPConnection
alive. |
| void | configure(Configuration configuration) |
| protected void | readTimedOut()
Client-side implementation what to do when a read on the
underlying transport times out. |
| protected void | streamClosed()
Client-side implementation what to do when the underlying transport
is closed during a read operation. |
| String | toString() |