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 SocketInfo
ClientGroupManager. 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 class
IIOPProfileTemplateImpl
Methods in com.sun.corba.ee.impl.ior.iiop that return SocketInfo Modifier and Type Method Description SocketInfo
IIOPProfileTemplateImpl. 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 class
EndPointInfoImpl
class
SocketFactoryAcceptorImpl
class
SocketFactoryContactInfoImpl
Fields in com.sun.corba.ee.impl.legacy.connection declared as SocketInfo Modifier and Type Field Description protected SocketInfo
SocketFactoryContactInfoImpl. socketInfo
private SocketInfo
SocketFactoryContactInfoListIteratorImpl. socketInfoCookie
Methods in com.sun.corba.ee.impl.legacy.connection that return SocketInfo Modifier and Type Method Description SocketInfo
DefaultSocketFactory. 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.Socket
DefaultSocketFactory. createSocket(SocketInfo socketInfo)
SocketInfo
DefaultSocketFactory. 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 SocketInfo
ParserTable.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.Socket
ParserTable.TestLegacyORBSocketFactory. createSocket(SocketInfo socketInfo)
SocketInfo
ParserTable.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 class
NoConnectionCacheImpl.NCCContactInfoImpl
private class
VirtualAddressAgentImpl.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 class
AcceptorAcceptOnlyImpl
This version of an acceptor is the other half of CorbaAcceptorLazyImpl.class
AcceptorBase
class
AcceptorImpl
class
AcceptorLazyImpl
A version of an Acceptor that does not own the ServerSocket.class
ContactInfoBase
class
ContactInfoImpl
class
SharedCDRContactInfoImpl
Methods in com.sun.corba.ee.impl.transport that return SocketInfo Modifier and Type Method Description private SocketInfo
DefaultIORToSocketInfoImpl. 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 SocketInfo
IIOPProfileTemplate. 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 SocketInfo
GetEndPointInfoAgainException. socketInfo
Methods in com.sun.corba.ee.spi.legacy.connection that return SocketInfo Modifier and Type Method Description SocketInfo
GetEndPointInfoAgainException. getEndPointInfo()
SocketInfo
ORBSocketFactory. 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.Socket
ORBSocketFactory. createSocket(SocketInfo socketInfo)
Deprecated.SocketInfo
ORBSocketFactory. 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 interface
ContactInfo
Methods 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.
-