Package com.sun.corba.se.impl.ior.iiop
Class IIOPAddressImpl
java.lang.Object
com.sun.corba.se.impl.ior.iiop.IIOPAddressImpl
- All Implemented Interfaces:
IIOPAddress,Writeable
- Author:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetHost()intgetPort()inthashCode()protected shortintToShort(int value) protected intshortToInt(short value) toString()voidwrite(OutputStream os) Write this object directly to the output stream.
-
Constructor Details
-
IIOPAddressImpl
-
IIOPAddressImpl
-
-
Method Details
-
getHost
-
getPort
public int getPort() -
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
public int hashCode() -
toString
-