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

Uses in package org.jacorb.orb.dsi

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

Methods with return type org.jacorb.orb.giop.GIOPConnection

GIOPConnection

Uses in package org.jacorb.security.sas

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

void
SASTargetInterceptor.cacheSASContext(GIOPConnection connection, long client_context_id, byte[] client_authentication_token, String principalName)
byte[]
SASTargetInterceptor.getSASContext(GIOPConnection connection, long client_context_id)
String
SASTargetInterceptor.getSASContextPrincipalName(GIOPConnection connection, long client_context_id)
void
SASTargetInterceptor.purgeSASContext(GIOPConnection connection, long client_context_id)

Uses in package org.jacorb.orb.giop

Classes derived from org.jacorb.orb.giop.GIOPConnection

class
class

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

ClientConnection.ClientConnection(GIOPConnection connection, ORB orb, ClientConnectionManager conn_mg, Profile registeredProfile, boolean client_initiated)

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

void
void
void
void
void
void
Received a CloseConnection message.
void
void
ReplyListener.closeConnectionReceived(byte[] close_conn, GIOPConnection connection)
void
void
void
void
void
void
void
void
ClientConnection.replyReceived(byte[] reply, GIOPConnection connection)
Operations from ReplyListener
void
void
ReplyListener.replyReceived(byte[] reply, GIOPConnection connection)
void
void
RequestListener.requestReceived(byte[] request, GIOPConnection connection)
void
void
void
void

Methods with return type org.jacorb.orb.giop.GIOPConnection

GIOPConnection
GIOPConnectionManager.createClientGIOPConnection(Profile profile, Connection transport, RequestListener request_listener, ReplyListener reply_listener)
GIOPConnection