public class ClientGIOPConnection extends GIOPConnection implements org.jacorb.config.Configurable
connect_sync, connection_listener, discard_messages, do_close, logger, pendingUndecidedSync, profile, statistics_provider, statistics_provider_adapter, transport| Constructor and Description |
|---|
ClientGIOPConnection(Profile profile,
Connection transport,
RequestListener request_listener,
ReplyListener reply_listener,
StatisticsProvider statistics_provider) |
| Modifier and Type | Method and Description |
|---|---|
void |
closeAllowReopen()
Closes the underlying transport, but keeps this ClientGIOPConnection
alive.
|
void |
configure(org.jacorb.config.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.
|
java.lang.String |
toString() |
allocate_cubby_id, close, decPendingMessages, flush, get_cubby, getRequestListener, getStatisticsProvider, getStatisticsProvider, getStatisticsProviderAdapter, getTCS, getTCSW, getTransport, getWriteLock, hasPendingMessages, incPendingMessages, isSSL, isTCSNegotiated, markTCSNegotiated, receiveMessages, releaseWriteLock, sendReply, sendRequest, set_cubby, setCodeSets, setCodeSets, setConnectionListener, setReplyListener, setRequestListener, write, write, writepublic ClientGIOPConnection(Profile profile, Connection transport, RequestListener request_listener, ReplyListener reply_listener, StatisticsProvider statistics_provider)
public void configure(org.jacorb.config.Configuration configuration)
throws org.jacorb.config.ConfigurationException
configure in interface org.jacorb.config.Configurableconfigure in class GIOPConnectionorg.jacorb.config.ConfigurationExceptionprotected void readTimedOut()
readTimedOut in class GIOPConnectionprotected void streamClosed()
streamClosed in class GIOPConnectionpublic void closeAllowReopen()
public java.lang.String toString()
toString in class java.lang.Object