org.mondemand.transport
Class LWESTransport
java.lang.Objectorg.mondemand.transport.LWESTransport
- Transport
public class LWESTransport
extends java.lang.Object
LWESTransport(InetAddress address, int port, InetAddress networkInterface)- Creates an initializes a LWES transport.
|
LWESTransport(InetAddress address, int port, InetAddress networkInterface, int ttl)- Creates and initializes a LWES transport.
|
LWESTransport
public LWESTransport(InetAddress address,
int port,
InetAddress networkInterface)
throws TransportException Creates an initializes a LWES transport.
address - the address to send events to, can be a multicast or unicast addressport - the port to send events tonetworkInterface - the network interface to use, or null to specify the default
LWESTransport
public LWESTransport(InetAddress address,
int port,
InetAddress networkInterface,
int ttl)
throws TransportException Creates and initializes a LWES transport.
address - the address to send events to, can be a multicast or unicast addressport - the port to send events tonetworkInterface - the network interface to use, or null to specify the defaultttl - for multicast addresses, the TTL value to use