Package com.sun.corba.ee.spi.transport
Interface SocketInfo
-
- All Known Subinterfaces:
ContactInfo
- All Known Implementing Classes:
AcceptorAcceptOnlyImpl,AcceptorBase,AcceptorImpl,AcceptorLazyImpl,ContactInfoBase,ContactInfoImpl,EndPointInfoImpl,IIOPProfileTemplateImpl,NoConnectionCacheImpl.NCCContactInfoImpl,SharedCDRContactInfoImpl,SocketFactoryAcceptorImpl,SocketFactoryContactInfoImpl,VirtualAddressAgentImpl.SpecialIIOPProfileTemplateImpl
public interface SocketInfo
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringIIOP_CLEAR_TEXTstatic java.lang.StringSSL_PREFIX
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetHost()intgetPort()java.lang.StringgetType()
-
-
-
Field Detail
-
IIOP_CLEAR_TEXT
static final java.lang.String IIOP_CLEAR_TEXT
- See Also:
- Constant Field Values
-
SSL_PREFIX
static final java.lang.String SSL_PREFIX
- See Also:
- Constant Field Values
-
-