|
|
|
|
|
|
Modules Namespace List Class Hierarchy Alphabetical List Compound List Namespace Members Compound Members Related Pages
acdk::net::DatagramSocket Class Reference#include <DatagramSocket.h>
Inheritance diagram for acdk::net::DatagramSocket:
List of all members.
Detailed Description
Implements UDP Server/Client API: Java, simplified.
Different to the Java class hierarchy this implementation does not has a DatagramSocketImpl, but relies directly on the TCPSocket.
- Author:
- Roger Rene Kommer
- Version:
- Revision
- 1.2
- Date:
- Date
- 2005/03/26 16:12:54
Constructor & Destructor Documentation
acdk::net::DatagramSocket::DatagramSocket |
( |
|
) |
|
|
acdk::net::DatagramSocket::DatagramSocket |
( |
int |
port |
) |
|
|
acdk::net::DatagramSocket::DatagramSocket |
( |
int |
port, |
|
|
IN(RInetAddress) |
laddr |
|
) |
|
|
Member Function Documentation
void acdk::net::DatagramSocket::close |
( |
|
) |
|
|
void acdk::net::DatagramSocket::connect |
( |
IN(RInetAddress) |
address, |
|
|
int |
port |
|
) |
|
|
void acdk::net::DatagramSocket::disconnect |
( |
|
) |
|
|
bool acdk::net::DatagramSocket::getBroadcast |
( |
|
) |
|
|
int acdk::net::DatagramSocket::getLocalPort |
( |
|
) |
|
|
int acdk::net::DatagramSocket::getPort |
( |
|
) |
|
|
int acdk::net::DatagramSocket::getReceiveBufferSize |
( |
|
) |
|
|
bool acdk::net::DatagramSocket::getReuseAddress |
( |
|
) |
|
|
int acdk::net::DatagramSocket::getSendBufferSize |
( |
|
) |
|
|
int acdk::net::DatagramSocket::getSoTimeout |
( |
|
) |
|
|
int acdk::net::DatagramSocket::getTrafficClass |
( |
|
) |
|
|
bool acdk::net::DatagramSocket::isBound |
( |
|
) |
|
|
bool acdk::net::DatagramSocket::isClosed |
( |
|
) |
|
|
bool acdk::net::DatagramSocket::isConnected |
( |
|
) |
|
|
void acdk::net::DatagramSocket::setBroadcast |
( |
bool |
on |
) |
|
|
void acdk::net::DatagramSocket::setReceiveBufferSize |
( |
int |
size |
) |
|
|
void acdk::net::DatagramSocket::setReuseAddress |
( |
bool |
on |
) |
|
|
void acdk::net::DatagramSocket::setSendBufferSize |
( |
int |
size |
) |
|
|
void acdk::net::DatagramSocket::setSoTimeout |
( |
int |
timeout |
) |
|
|
void acdk::net::DatagramSocket::setTrafficClass |
( |
int |
tc |
) |
|
|
Member Data Documentation
|
|