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.String
IIOP_CLEAR_TEXT
static java.lang.String
SSL_PREFIX
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getHost()
int
getPort()
java.lang.String
getType()
-
-
-
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
-
-