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

Packages that use GIOPConnection
org.jacorb.orb.dsi   
org.jacorb.orb.giop   
org.jacorb.security.sas   
 

Uses of GIOPConnection in org.jacorb.orb.dsi
 

Methods in org.jacorb.orb.dsi that return GIOPConnection
 GIOPConnection ServerRequest.getConnection()
           
 

Constructors in org.jacorb.orb.dsi with parameters of type GIOPConnection
ServerRequest(ORB orb, RequestInputStream in, GIOPConnection _connection)
           
 

Uses of GIOPConnection in org.jacorb.orb.giop
 

Subclasses of GIOPConnection in org.jacorb.orb.giop
 class ClientGIOPConnection
           
 class ServerGIOPConnection
           
 

Methods in org.jacorb.orb.giop that return GIOPConnection
 GIOPConnection ClientConnection.getGIOPConnection()
           
 GIOPConnection GIOPConnectionManager.createClientGIOPConnection(Profile profile, Connection transport, RequestListener request_listener, ReplyListener reply_listener)
           
 

Methods in org.jacorb.orb.giop with parameters of type GIOPConnection
 void MessageReceptorPool.connectionCreated(GIOPConnection conn)
           
 void NoBiDirClientRequestListener.requestReceived(byte[] request, GIOPConnection connection)
           
 void NoBiDirClientRequestListener.locateRequestReceived(byte[] request, GIOPConnection connection)
           
 void NoBiDirClientRequestListener.cancelRequestReceived(byte[] request, GIOPConnection connection)
           
 void NoBiDirServerReplyListener.replyReceived(byte[] reply, GIOPConnection connection)
           
 void NoBiDirServerReplyListener.locateReplyReceived(byte[] reply, GIOPConnection connection)
           
 void NoBiDirServerReplyListener.closeConnectionReceived(byte[] close_conn, GIOPConnection connection)
           
 void ClientConnection.replyReceived(byte[] reply, GIOPConnection connection)
          Operations from ReplyListener
 void ClientConnection.locateReplyReceived(byte[] reply, GIOPConnection connection)
           
 void ClientConnection.closeConnectionReceived(byte[] close_conn, GIOPConnection connection)
          Received a CloseConnection message.
 void ServerRequestListener.requestReceived(byte[] request, GIOPConnection connection)
           
 void ServerRequestListener.locateRequestReceived(byte[] request, GIOPConnection connection)
           
 void ServerRequestListener.cancelRequestReceived(byte[] request, GIOPConnection connection)
           
 void RequestOutputStream.write_to(GIOPConnection conn)
          Overridden to add a codeset service context if this is the first request on the connection.
 void MessageOutputStream.write_to(GIOPConnection conn)
           
 void ReplyListener.replyReceived(byte[] reply, GIOPConnection connection)
           
 void ReplyListener.locateReplyReceived(byte[] reply, GIOPConnection connection)
           
 void ReplyListener.closeConnectionReceived(byte[] close_conn, GIOPConnection connection)
           
 void RequestListener.requestReceived(byte[] request, GIOPConnection connection)
           
 void RequestListener.locateRequestReceived(byte[] request, GIOPConnection connection)
           
 void RequestListener.cancelRequestReceived(byte[] request, GIOPConnection connection)
           
 void ClientConnectionManager.addConnection(GIOPConnection connection, Profile profile)
           
 void ReplyOutputStream.write_to(GIOPConnection conn)
           
 void ServiceContextTransportingOutputStream.write_to(GIOPConnection conn)
           
 

Constructors in org.jacorb.orb.giop with parameters of type GIOPConnection
ClientConnection(GIOPConnection connection, ORB orb, ClientConnectionManager conn_mg, Profile registeredProfile, boolean client_initiated)
           
 

Uses of GIOPConnection in org.jacorb.security.sas
 

Methods in org.jacorb.security.sas with parameters of type GIOPConnection
 void SASTargetInterceptor.cacheSASContext(GIOPConnection connection, long client_context_id, byte[] client_authentication_token, java.lang.String principalName)
           
 void SASTargetInterceptor.purgeSASContext(GIOPConnection connection, long client_context_id)
           
 byte[] SASTargetInterceptor.getSASContext(GIOPConnection connection, long client_context_id)
           
 java.lang.String SASTargetInterceptor.getSASContextPrincipalName(GIOPConnection connection, long client_context_id)