Class SocketFactoryContactInfoImpl
java.lang.Object
com.sun.corba.ee.impl.transport.ContactInfoBase
com.sun.corba.ee.impl.transport.ContactInfoImpl
com.sun.corba.ee.impl.legacy.connection.SocketFactoryContactInfoImpl
- All Implemented Interfaces:
ContactInfo
,SocketInfo
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected SocketInfo
protected static final ORBUtilSystemException
Fields inherited from class com.sun.corba.ee.impl.transport.ContactInfoImpl
cachedHashCode, hostname, isHashCodeCached, port, socketType
Fields inherited from class com.sun.corba.ee.impl.transport.ContactInfoBase
addressingDisposition, connectionCache, contactInfoList, effectiveTargetIOR, orb
Fields inherited from interface com.sun.corba.ee.spi.transport.SocketInfo
IIOP_CLEAR_TEXT, SSL_PREFIX
-
Constructor Summary
ConstructorsConstructorDescriptionSocketFactoryContactInfoImpl
(ORB orb, ContactInfoList contactInfoList, IOR effectiveTargetIOR, short addressingDisposition, SocketInfo cookie) -
Method Summary
Methods inherited from class com.sun.corba.ee.impl.transport.ContactInfoImpl
dprint, equals, getConnectionCacheType, getHost, getMonitoringName, getPort, getType, hashCode, isConnectionBased, shouldCacheConnection
Methods inherited from class com.sun.corba.ee.impl.transport.ContactInfoBase
createMessageMediator, createOutputObject, getAddressingDisposition, getBroker, getClientRequestDispatcher, getConnectionCache, getContactInfoList, getEffectiveProfile, getEffectiveTargetIOR, getTargetIOR, setAddressingDisposition, setConnectionCache
-
Field Details
-
wrapper
-
socketInfo
-
-
Constructor Details
-
SocketFactoryContactInfoImpl
public SocketFactoryContactInfoImpl() -
SocketFactoryContactInfoImpl
public SocketFactoryContactInfoImpl(ORB orb, ContactInfoList contactInfoList, IOR effectiveTargetIOR, short addressingDisposition, SocketInfo cookie)
-
-
Method Details
-
createConnection
- Specified by:
createConnection
in interfaceContactInfo
- Overrides:
createConnection
in classContactInfoImpl
-
toString
- Overrides:
toString
in classContactInfoImpl
-