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

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

Uses of GIOPConnection in org.jacorb.orb
 

Methods in org.jacorb.orb with parameters of type GIOPConnection
 void ORB.notifyTransportListeners(GIOPConnection gc)
           
 void CDRInputStream.updateMutatorConnection(GIOPConnection connection)
          updateMutatorConnection is an accessor that updates the ior mutator.
 void CDROutputStream.updateMutatorConnection(GIOPConnection connection)
          updateMutatorConnection is an accessor that updates the ior mutator.
 

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 inStream, 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 GIOPConnectionManager.createClientGIOPConnection(Profile profile, Connection transport, RequestListener request_listener, ReplyListener reply_listener)
           
 GIOPConnection ClientConnection.getGIOPConnection()
           
 

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

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)
           
 byte[] SASTargetInterceptor.getSASContext(GIOPConnection connection, long client_context_id)
           
 java.lang.String SASTargetInterceptor.getSASContextPrincipalName(GIOPConnection connection, long client_context_id)
           
 void SASTargetInterceptor.purgeSASContext(GIOPConnection connection, long client_context_id)