KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > java > net > DatagramPacket > Top Examples

  • org.jgroups.protocols.UDP1_4
    Multicast transport. Similar to UDP, but binds to multiple (or all) interfaces for sending and receiving multicast and unicast traffic.<br/> The list of interfaces can be set via a property (comma-delimited list of IP addresses or "all" for all interfaces). Note that this class only works un ...
  • org.jgroups.tests.UcastTest
  • org.jgroups.tests.McastDiscovery1_4
    Discovers all neighbors in an IP multicast environment by using expanding ring multicasts (increasing TTL). The sender multicasts a discovery packet on all available network interfaces, while also listening on all interfaces. The discovery packet contains the sender's address, which is the address ...
  • org.apache.commons.net.tftp.TFTPDataPacket
    A final class derived from TFTPPacket definiing the TFTP Data packet type. <p> Details regarding the TFTP protocol and the format of TFTP packets can be found in RFC 783. But the point of these classes is to keep you from having to worry about the internals. Additionally, only very few peo ...
  • org.apache.commons.net.ntp.NtpV3Impl
    Implementation of NtpV3Packet with methods converting Java objects to/from the Network Time Protocol (NTP) data message header format described in RFC-1305. @author Naz Irizarry, MITRE Corp @author Jason Mathews, MITRE Corp @version $Revision: 165675 $ $Date: 2005-05-02 21:09:55 +0100 (Mon, 02 M ...
  • org.jgroups.protocols.MPING
    Uses its own IP multicast socket to send and receive discovery requests/responses. Can be used in conjuntion with a non-UDP transport, e.g. TCP.<p> The discovery is <em>assymetric</em>: discovery requests are broadcast via the multicast socket, and received via the multicast sock ...
  • org.apache.log.output.net.DatagramOutputTarget
    A datagram output target. Useful for writing using custom protocols or writing to syslog daemons. @author <a HREF="mailto:dev@avalon.apache.org">Avalon Development Team</a> @author <a HREF="mailto:peter@apache.org">Peter Donald</a>
  • org.apache.commons.net.tftp.TFTPWriteRequestPacket
    A class derived from TFTPRequestPacket definiing a TFTP write request packet type. <p> Details regarding the TFTP protocol and the format of TFTP packets can be found in RFC 783. But the point of these classes is to keep you from having to worry about the internals. Additionally, only very ...
  • org.apache.log4j.net.DatagramStringAppender
Popular Tags