Uses of Interface
com.sun.corba.ee.spi.legacy.connection.ORBSocketFactory
-
Packages that use ORBSocketFactory Package Description com.sun.corba.ee.impl.legacy.connection com.sun.corba.ee.impl.orb com.sun.corba.ee.spi.orb -
-
Uses of ORBSocketFactory in com.sun.corba.ee.impl.legacy.connection
Classes in com.sun.corba.ee.impl.legacy.connection that implement ORBSocketFactory Modifier and Type Class Description class
DefaultSocketFactory
-
Uses of ORBSocketFactory in com.sun.corba.ee.impl.orb
Classes in com.sun.corba.ee.impl.orb that implement ORBSocketFactory Modifier and Type Class Description static class
ParserTable.TestLegacyORBSocketFactory
Fields in com.sun.corba.ee.impl.orb declared as ORBSocketFactory Modifier and Type Field Description private ORBSocketFactory
ORBDataParserImpl. legacySocketFactory
Methods in com.sun.corba.ee.impl.orb that return ORBSocketFactory Modifier and Type Method Description ORBSocketFactory
ORBDataParserImpl. getLegacySocketFactory()
Methods in com.sun.corba.ee.impl.orb with parameters of type ORBSocketFactory Modifier and Type Method Description private void
ORBConfiguratorImpl. createAndRegisterAcceptor(ORB orb, ORBSocketFactory legacySocketFactory, int port, java.lang.String name, java.lang.String type)
private void
ORBConfiguratorImpl. setLegacySocketFactoryORB(ORB orb, ORBSocketFactory legacySocketFactory)
-
Uses of ORBSocketFactory in com.sun.corba.ee.spi.orb
Methods in com.sun.corba.ee.spi.orb that return ORBSocketFactory Modifier and Type Method Description ORBSocketFactory
ORBData. getLegacySocketFactory()
-