KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > java > net > NetworkInterface > 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.objectweb.jonas.common.NetUtils
    NetUtils is meant to provide routine network related information to components of JONAS. One of the main purposes is to allow the server to extract it's own IP address correctly. This addresses a bug in java when dealing with Linux boxes on DHCP trying to extract their own IP addresses and always ...
  • 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.jgroups.blocks.ConnectionTable
    Manages incoming and outgoing TCP connections. For each outgoing message to destination P, if there is not yet a connection for P, one will be created. Subsequent outgoing messages will use this connection. For incoming messages, one server socket is created at startup. For each new incoming clie ...
Popular Tags