Class IIOPAddressBase
java.lang.Object
com.sun.corba.ee.impl.ior.iiop.IIOPAddressBase
- All Implemented Interfaces:
IIOPAddress, Writeable
- Direct Known Subclasses:
IIOPAddressClosureImpl, IIOPAddressImpl
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()protected shortintToShort(int value) protected intshortToInt(short value) toString()voidwrite(OutputStream os) Write this object directly to the output stream.Methods inherited from interface IIOPAddress
getHost, getPort
-
Constructor Details
-
IIOPAddressBase
IIOPAddressBase()
-
-
Method Details
-
intToShort
protected short intToShort(int value) -
shortToInt
protected int shortToInt(short value) -
write
Description copied from interface:WriteableWrite this object directly to the output stream. -
equals
-
hashCode
-
toString
-