Uses of Class
org.jacorb.orb.giop.ClientConnection

Packages that use ClientConnection
org.jacorb.orb   
org.jacorb.orb.dii   
org.jacorb.orb.giop   
org.jacorb.orb.http   
org.jacorb.orb.portableInterceptor   
 

Uses of ClientConnection in org.jacorb.orb
 

Constructors in org.jacorb.orb with parameters of type ClientConnection
ClientInterceptorHandler(ORB orb, RequestOutputStream ros, Object self, Delegate delegate, ParsedIOR piorOriginal, ClientConnection connection)
          Constructs an interceptor handler for the given parameters.
 

Uses of ClientConnection in org.jacorb.orb.dii
 

Fields in org.jacorb.orb.dii declared as ClientConnection
 ClientConnection Request.connection
           
 

Constructors in org.jacorb.orb.dii with parameters of type ClientConnection
Request(Object t, ORB _orb, ClientConnection e, byte[] obj_key, java.lang.String op)
           
Request(Object t, ORB _orb, ClientConnection e, byte[] obj_key, java.lang.String op, NVList args, Context c, NamedValue result)
           
 

Uses of ClientConnection in org.jacorb.orb.giop
 

Methods in org.jacorb.orb.giop that return ClientConnection
 ClientConnection RequestOutputStream.getConnection()
           
 ClientConnection ClientConnectionManager.getConnection(Profile profile)
           
 

Methods in org.jacorb.orb.giop with parameters of type ClientConnection
 void ClientConnectionManager.releaseConnection(ClientConnection c)
          Only used by Delegate for client-initiated connections.
 void ClientConnectionManager.removeConnection(ClientConnection c)
          Only used by ClientConnection to unregister server-side of BiDir connection.
 

Constructors in org.jacorb.orb.giop with parameters of type ClientConnection
RequestOutputStream(ClientConnection connection, int request_id, java.lang.String operation, boolean response_expected, short syncScope, UtcT requestStartTime, UtcT requestEndTime, UtcT replyEndTime, byte[] object_key, int giop_minor)
           
 

Uses of ClientConnection in org.jacorb.orb.http
 

Subclasses of ClientConnection in org.jacorb.orb.http
 class ClientConnection
          This class tunnels a GIOP request in HTTP.
 

Uses of ClientConnection in org.jacorb.orb.portableInterceptor
 

Fields in org.jacorb.orb.portableInterceptor declared as ClientConnection
 ClientConnection ClientRequestInfoImpl.connection
           
 

Constructors in org.jacorb.orb.portableInterceptor with parameters of type ClientConnection
ClientRequestInfoImpl(ORB orb, RequestOutputStream ros, Object self, Delegate delegate, ParsedIOR piorOriginal, ClientConnection connection)