Uses of Interface org.jacorb.orb.giop.ReplyListener

Uses in package org.jacorb.orb.giop

Classes implementing org.jacorb.orb.giop.ReplyListener

class
ClientConnection.java Created: Sat Aug 18 18:37:56 2002
class
NoBiDirServerReplyListener.java Created: Sat Aug 18 17:12:10 2002

Constructors with parameter type org.jacorb.orb.giop.ReplyListener

ClientGIOPConnection.ClientGIOPConnection(Profile profile, Connection transport, RequestListener request_listener, ReplyListener reply_listener, StatisticsProvider statistics_provider)
GIOPConnection.GIOPConnection(Profile profile, Connection transport, RequestListener request_listener, ReplyListener reply_listener, StatisticsProvider statistics_provider)
ServerGIOPConnection.ServerGIOPConnection(Profile profile, Connection transport, RequestListener request_listener, ReplyListener reply_listener, StatisticsProvider statistics_provider, GIOPConnectionManager manager)

Methods with parameter type org.jacorb.orb.giop.ReplyListener

GIOPConnection
GIOPConnectionManager.createClientGIOPConnection(Profile profile, Connection transport, RequestListener request_listener, ReplyListener reply_listener)
ServerGIOPConnection
GIOPConnectionManager.createServerGIOPConnection(Profile profile, Connection transport, RequestListener request_listener, ReplyListener reply_listener)
void
Set the value of reply_listener.

Uses in package org.jacorb.orb.http

Classes implementing org.jacorb.orb.giop.ReplyListener

class
This class tunnels a GIOP request in HTTP.