import "TC_IIOP.idl";
Public Member Functions | |
readonly attribute string remote_host | raises (NoContext) |
Remote host. | |
readonly attribute long remote_port | raises (NoContext) |
readonly attribute string local_host | raises (NoContext) |
Local host. | |
readonly attribute long local_port | raises (NoContext) |
Local port. | |
readonly attribute::SSLIOP::Current ssliop_current | raises (NoContext) |
Definition at line 33 of file TC_IIOP.idl.
readonly attribute string remote_host TAO::Transport::IIOP::Current::raises | ( | NoContext | ) |
Remote host.
readonly attribute ::SSLIOP::Current ssliop_current TAO::Transport::IIOP::Current::raises | ( | NoContext | ) |
If this is a "secure" transport, this method will give you the corresponding SSLIOP::Current
readonly attribute long local_port TAO::Transport::IIOP::Current::raises | ( | NoContext | ) |
Local port.
readonly attribute string local_host TAO::Transport::IIOP::Current::raises | ( | NoContext | ) |
Local host.
readonly attribute long remote_port TAO::Transport::IIOP::Current::raises | ( | NoContext | ) |
Remote port Using long (signed) type to better accomodate the Java mapping, which has no support for unsigned values