public abstract class MulticastEndpoint extends Object implements Endpoint
| Modifier and Type | Field and Description |
|---|---|
protected String |
group |
protected String |
ifaddr |
protected int |
port |
| Constructor and Description |
|---|
MulticastEndpoint(int port,
String group) |
MulticastEndpoint(int port,
String group,
String ifaddr) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept() |
void |
close() |
abstract Connection |
connect() |
protected MulticastSocket |
createSocket() |
void |
setConnectionListener(ConnectionListener listener) |
String |
toString() |
public MulticastEndpoint(int port,
String group)
protected MulticastSocket createSocket() throws FastConnectionException
FastConnectionExceptionpublic abstract Connection connect() throws FastConnectionException
connect in interface EndpointFastConnectionExceptionpublic void accept()
throws FastConnectionException
accept in interface EndpointFastConnectionExceptionpublic void setConnectionListener(ConnectionListener listener)
setConnectionListener in interface EndpointCopyright © 2006-2013 The LaSalle Technology Group, LLC. All Rights Reserved.