18#ifndef _LOG4CXX_HELPERS_DATAGRAM_PACKET
19#define _LOG4CXX_HELPERS_DATAGRAM_PACKET
39 LOG4CXX_DECLARE_PRIVATE_MEMBER_PTR(DatagramPacketPriv, m_priv)
70 InetAddressPtr getAddress() const;
73 void* getData() const;
77 int getLength() const;
81 int getOffset() const;
87 void setAddress(InetAddressPtr address1);
90 void setData(
void* buf1);
93 void setData(
void* buf1,
int offset1,
int length1);
96 void setLength(
int length1);
98 void setPort(
int port1);
This class represents a datagram packet.
Definition: datagrampacket.h:37
base class for java-like objects.
Definition: object.h:105
Definition: configuration.h:25
#define LOG4CXX_CAST_ENTRY(Interface)
Definition: object.h:157
#define DECLARE_ABSTRACT_LOG4CXX_OBJECT(object)
Definition: object.h:38
#define END_LOG4CXX_CAST_MAP()
Definition: object.h:151
#define BEGIN_LOG4CXX_CAST_MAP()
Definition: object.h:145