KickJava   Java API By Example, From Geeks To Geeks.

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

  • org.jboss.ha.jndi.DetachedHANamingService
    Management Bean for the protocol independent HA-JNDI service. This allows the naming service transport layer to be provided by a detached invoker service like JRMPInvokerHA + ProxyFactoryHA. @author <a HREF="mailto:bill@burkecentral.com">Bill Burke</a> @author <a HREF="mailto:sacha. ...
  • org.jgroups.tests.McastSenderTest1_4
  • 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.jnp.interfaces.NamingContext
    This class provides the jnp provider Context implementation. It is a Context interface wrapper for a RMI Naming instance that is obtained from either the local server instance or by locating the server given by the Context.PROVIDER_URL value. This class also serves as the jnp url resolution conte ...
  • org.apache.catalina.cluster.mcast.McastServiceImpl
  • org.jgroups.tests.adaptudp.Test
    You start the test by running this class. It only parses the initial params from the config.txt file (or any other file you wish to pass as the argument) and instantiates a new JGroupsTester object.<br> Use parameters -Xbatch -Xconcurrentio (Solaris specific) @author Milcan Prica (prica@deei. ...
  • 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 ...
Popular Tags