Uses of Class
com.sun.corba.ee.org.omg.CSIIOP.TransportAddress
Packages that use TransportAddress
-
Uses of TransportAddress in com.sun.corba.ee.org.omg.CSIIOP
Fields in com.sun.corba.ee.org.omg.CSIIOP declared as TransportAddressModifier and TypeFieldDescriptionSECIOP_SEC_TRANS.addressesTLS_SEC_TRANS.addressesTransportAddressHolder.valueTransportAddressListHolder.valueMethods in com.sun.corba.ee.org.omg.CSIIOP that return TransportAddressModifier and TypeMethodDescriptionstatic TransportAddressstatic TransportAddress[]static TransportAddressTransportAddressHelper.read(InputStream istream) static TransportAddress[]TransportAddressListHelper.read(InputStream istream) Methods in com.sun.corba.ee.org.omg.CSIIOP with parameters of type TransportAddressModifier and TypeMethodDescriptionstatic voidTransportAddressHelper.insert(Any a, TransportAddress that) static voidTransportAddressListHelper.insert(Any a, TransportAddress[] that) static voidTransportAddressHelper.write(OutputStream ostream, TransportAddress value) static voidTransportAddressListHelper.write(OutputStream ostream, TransportAddress[] value) Constructors in com.sun.corba.ee.org.omg.CSIIOP with parameters of type TransportAddressModifierConstructorDescriptionSECIOP_SEC_TRANS(short _target_supports, short _target_requires, byte[] _mech_oid, byte[] _target_name, TransportAddress[] _addresses) TLS_SEC_TRANS(short _target_supports, short _target_requires, TransportAddress[] _addresses) TransportAddressHolder(TransportAddress initialValue) TransportAddressListHolder(TransportAddress[] initialValue)