public class ServerGIOPConnection extends GIOPConnection
connect_sync, connection_listener, discard_messages, do_close, logger, pendingUndecidedSync, profile, statistics_provider, statistics_provider_adapter, transport| Constructor and Description |
|---|
ServerGIOPConnection(Profile profile,
Connection transport,
RequestListener request_listener,
ReplyListener reply_listener,
StatisticsProvider statistics_provider,
GIOPConnectionManager manager) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
configure(org.jacorb.config.Configuration configuration) |
protected void |
readTimedOut()
Server-side implementation what to do when a read timeout occurs.
|
protected void |
streamClosed()
Server-side implementation what to do if the underlying transport
gets closed during a read operation.
|
java.lang.String |
toString() |
allocate_cubby_id, 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 ServerGIOPConnection(Profile profile, Connection transport, RequestListener request_listener, ReplyListener reply_listener, StatisticsProvider statistics_provider, GIOPConnectionManager manager)
public void configure(org.jacorb.config.Configuration configuration)
throws org.jacorb.config.ConfigurationException
configure in class GIOPConnectionorg.jacorb.config.ConfigurationExceptionprotected void readTimedOut()
readTimedOut in class GIOPConnectionprotected void streamClosed()
streamClosed in class GIOPConnectionpublic void close()
close in interface java.io.Closeableclose in interface java.lang.AutoCloseableclose in class GIOPConnectionGIOPConnection.close()public java.lang.String toString()
toString in class java.lang.Object