Uses of Interface
com.sun.corba.ee.spi.transport.SocketInfo
-
-
Uses of SocketInfo in com.sun.corba.ee.impl.folb
Methods in com.sun.corba.ee.impl.folb that return SocketInfo Modifier and Type Method Description private SocketInfoClientGroupManager. createSocketInfo(java.lang.String msg, java.lang.String type, java.lang.String host, int port)Methods in com.sun.corba.ee.impl.folb that return types with arguments of type SocketInfo Modifier and Type Method Description java.util.List<SocketInfo>CSIv2SSLTaggedComponentHandler. extract(IOR ior)Extract is called on each invocation of the IOR, so that the security code can run properly. -
Uses of SocketInfo in com.sun.corba.ee.impl.ior.iiop
Classes in com.sun.corba.ee.impl.ior.iiop that implement SocketInfo Modifier and Type Class Description classIIOPProfileTemplateImplMethods in com.sun.corba.ee.impl.ior.iiop that return SocketInfo Modifier and Type Method Description SocketInfoIIOPProfileTemplateImpl. getPrimarySocketInfo() -
Uses of SocketInfo in com.sun.corba.ee.impl.legacy.connection
Classes in com.sun.corba.ee.impl.legacy.connection that implement SocketInfo Modifier and Type Class Description classEndPointInfoImplclassSocketFactoryAcceptorImplclassSocketFactoryContactInfoImplFields in com.sun.corba.ee.impl.legacy.connection declared as SocketInfo Modifier and Type Field Description protected SocketInfoSocketFactoryContactInfoImpl. socketInfoprivate SocketInfoSocketFactoryContactInfoListIteratorImpl. socketInfoCookieMethods in com.sun.corba.ee.impl.legacy.connection that return SocketInfo Modifier and Type Method Description SocketInfoDefaultSocketFactory. getEndPointInfo(ORB orb, IOR ior, SocketInfo socketInfo)Methods in com.sun.corba.ee.impl.legacy.connection with parameters of type SocketInfo Modifier and Type Method Description java.net.SocketDefaultSocketFactory. createSocket(SocketInfo socketInfo)SocketInfoDefaultSocketFactory. getEndPointInfo(ORB orb, IOR ior, SocketInfo socketInfo)Constructors in com.sun.corba.ee.impl.legacy.connection with parameters of type SocketInfo Constructor Description SocketFactoryContactInfoImpl(ORB orb, ContactInfoList contactInfoList, IOR effectiveTargetIOR, short addressingDisposition, SocketInfo cookie) -
Uses of SocketInfo in com.sun.corba.ee.impl.orb
Methods in com.sun.corba.ee.impl.orb that return SocketInfo Modifier and Type Method Description SocketInfoParserTable.TestLegacyORBSocketFactory. getEndPointInfo(ORB orb, IOR ior, SocketInfo socketInfo)Methods in com.sun.corba.ee.impl.orb with parameters of type SocketInfo Modifier and Type Method Description java.net.SocketParserTable.TestLegacyORBSocketFactory. createSocket(SocketInfo socketInfo)SocketInfoParserTable.TestLegacyORBSocketFactory. getEndPointInfo(ORB orb, IOR ior, SocketInfo socketInfo) -
Uses of SocketInfo in com.sun.corba.ee.impl.plugin.hwlb
Classes in com.sun.corba.ee.impl.plugin.hwlb that implement SocketInfo Modifier and Type Class Description private static classNoConnectionCacheImpl.NCCContactInfoImplprivate classVirtualAddressAgentImpl.SpecialIIOPProfileTemplateImpl -
Uses of SocketInfo in com.sun.corba.ee.impl.transport
Classes in com.sun.corba.ee.impl.transport that implement SocketInfo Modifier and Type Class Description classAcceptorAcceptOnlyImplThis version of an acceptor is the other half of CorbaAcceptorLazyImpl.classAcceptorBaseclassAcceptorImplclassAcceptorLazyImplA version of an Acceptor that does not own the ServerSocket.classContactInfoBaseclassContactInfoImplclassSharedCDRContactInfoImplMethods in com.sun.corba.ee.impl.transport that return SocketInfo Modifier and Type Method Description private SocketInfoDefaultIORToSocketInfoImpl. createSocketInfo(java.lang.String hostname, int port)Methods in com.sun.corba.ee.impl.transport that return types with arguments of type SocketInfo Modifier and Type Method Description java.util.List<? extends SocketInfo>DefaultIORToSocketInfoImpl. getSocketInfo(IOR ior, java.util.List<? extends SocketInfo> previous)Method parameters in com.sun.corba.ee.impl.transport with type arguments of type SocketInfo Modifier and Type Method Description java.util.List<? extends SocketInfo>DefaultIORToSocketInfoImpl. getSocketInfo(IOR ior, java.util.List<? extends SocketInfo> previous) -
Uses of SocketInfo in com.sun.corba.ee.spi.ior.iiop
Methods in com.sun.corba.ee.spi.ior.iiop that return SocketInfo Modifier and Type Method Description SocketInfoIIOPProfileTemplate. getPrimarySocketInfo()Returns the description of a socket to create to access the associated endpoint. -
Uses of SocketInfo in com.sun.corba.ee.spi.legacy.connection
Fields in com.sun.corba.ee.spi.legacy.connection declared as SocketInfo Modifier and Type Field Description private SocketInfoGetEndPointInfoAgainException. socketInfoMethods in com.sun.corba.ee.spi.legacy.connection that return SocketInfo Modifier and Type Method Description SocketInfoGetEndPointInfoAgainException. getEndPointInfo()SocketInfoORBSocketFactory. getEndPointInfo(ORB orb, IOR ior, SocketInfo socketInfo)Deprecated.Methods in com.sun.corba.ee.spi.legacy.connection with parameters of type SocketInfo Modifier and Type Method Description java.net.SocketORBSocketFactory. createSocket(SocketInfo socketInfo)Deprecated.SocketInfoORBSocketFactory. getEndPointInfo(ORB orb, IOR ior, SocketInfo socketInfo)Deprecated.Constructors in com.sun.corba.ee.spi.legacy.connection with parameters of type SocketInfo Constructor Description GetEndPointInfoAgainException(SocketInfo socketInfo) -
Uses of SocketInfo in com.sun.corba.ee.spi.transport
Subinterfaces of SocketInfo in com.sun.corba.ee.spi.transport Modifier and Type Interface Description interfaceContactInfoMethods in com.sun.corba.ee.spi.transport that return types with arguments of type SocketInfo Modifier and Type Method Description java.util.List<? extends SocketInfo>IORToSocketInfo. getSocketInfo(IOR ior, java.util.List<? extends SocketInfo> previous)Used to extract socket address information from an IOR.Method parameters in com.sun.corba.ee.spi.transport with type arguments of type SocketInfo Modifier and Type Method Description java.util.List<? extends SocketInfo>IORToSocketInfo. getSocketInfo(IOR ior, java.util.List<? extends SocketInfo> previous)Used to extract socket address information from an IOR.
-