if( orb.useBiDirGIOP() &&
((ClientRequestInfoImpl) ri).connection.isClientInitiated() )
{
if( bidir_ctx == null )
{
BasicAdapter ba = orb.getBasicAdapter();
ListenPoint lp = new ListenPoint( ba.getAddress(),
(short) ba.getPort() );
ListenPoint[] points = null;
if( ba.hasSSLListener() )
{
ListenPoint ssl_lp =
new ListenPoint( ba.getAddress(),
(short) ba.getSSLPort() );
points = new ListenPoint[]{ lp, ssl_lp };
}
else
{