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, write
public 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 GIOPConnection
org.jacorb.config.ConfigurationException
protected void readTimedOut()
readTimedOut
in class GIOPConnection
protected void streamClosed()
streamClosed
in class GIOPConnection
public void close()
close
in interface java.io.Closeable
close
in interface java.lang.AutoCloseable
close
in class GIOPConnection
GIOPConnection.close()
public java.lang.String toString()
toString
in class java.lang.Object