|
|
|
|
|
|
Modules Namespace List Class Hierarchy Alphabetical List Compound List Namespace Members Compound Members Related Pages
acdk::net::InetSocketAddress Class Reference#include <InetSocketAddress.h>
Inheritance diagram for acdk::net::InetSocketAddress:
List of all members.
Detailed Description
API: Java.
- Author:
- Roger Rene Kommer
- Version:
- Revision
- 1.1
- Date:
- Date
- 2005/03/26 15:02:02
Constructor & Destructor Documentation
acdk::net::InetSocketAddress::InetSocketAddress |
( |
IN(RInetAddress) |
addr, |
|
|
int |
port |
|
) |
[inline] |
|
acdk::net::InetSocketAddress::InetSocketAddress |
( |
int |
port |
) |
[inline] |
|
acdk::net::InetSocketAddress::InetSocketAddress |
( |
IN(RString) |
hostname, |
|
|
int |
port |
|
) |
[inline] |
|
Member Function Documentation
bool acdk::net::InetSocketAddress::equals |
( |
IN(acdk::lang::Object) |
obj |
) |
[inline, virtual] |
|
RInetAddress acdk::net::InetSocketAddress::getAddress |
( |
|
) |
[inline] |
|
RString acdk::net::InetSocketAddress::getHostName |
( |
|
) |
[inline] |
|
int acdk::net::InetSocketAddress::getPort |
( |
|
) |
[inline] |
|
int acdk::net::InetSocketAddress::hashCode |
( |
|
) |
[inline, virtual] |
|
bool acdk::net::InetSocketAddress::isUnresolved |
( |
|
) |
[inline] |
|
RString acdk::net::InetSocketAddress::toString |
( |
|
) |
[inline, virtual] |
|
Member Data Documentation
|
|