org.jacorb.orb.giop
public class ServerGIOPConnection extends GIOPConnection
Version: $Id: ServerGIOPConnection.java,v 1.24 2007/02/06 18:47:40 andre.spiegel Exp $
Constructor Summary | |
---|---|
ServerGIOPConnection(Profile profile, Connection transport, RequestListener request_listener, ReplyListener reply_listener, StatisticsProvider statistics_provider, GIOPConnectionManager manager) |
Method Summary | |
---|---|
void | close() |
void | configure(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. |
String | toString() |
See Also: close