public class ClientGIOPConnection extends GIOPConnection implements Configurable
GIOPConnection.ConnectionResetconnect_sync, connection_listener, discard_messages, do_close, exceptionCache, fragments, fragmentsSize, logger, orb, pendingUndecidedSync, profile, statistics_provider, statistics_provider_adapter, transport| Constructor and Description |
|---|
ClientGIOPConnection(org.omg.ETF.Profile profile,
org.omg.ETF.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(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() |
allocate_cubby_id, close, decPendingMessages, flush, get_cubby, getRequestListener, getStatisticsProvider, getStatisticsProvider, getStatisticsProviderAdapter, getTCS, getTCSW, getTransport, getWriteLock, hasPendingMessages, incPendingMessages, init_write_monitor, isSSL, isTCSNegotiated, markTCSNegotiated, receiveMessages, releaseWriteLock, sendReply, sendRequest, set_cubby, setCodeSets, setCodeSets, setConnectionListener, setReplyListener, setRequestListener, write, write, writepublic ClientGIOPConnection(org.omg.ETF.Profile profile,
org.omg.ETF.Connection transport,
RequestListener request_listener,
ReplyListener reply_listener,
StatisticsProvider statistics_provider)
public void configure(Configuration configuration) throws ConfigurationException
configure in interface Configurableconfigure in class GIOPConnectionConfigurationExceptionprotected void readTimedOut()
readTimedOut in class GIOPConnectionprotected void streamClosed()
streamClosed in class GIOPConnectionpublic void closeAllowReopen()
Copyright © 2017 JacORB. All rights reserved.