public class DatagramThread extends RecieverThread
iSrvAgent
Constructor and Description |
---|
DatagramThread(ServiceAgent pSrvAgent)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
protected void |
close() |
protected void |
init() |
void |
joinGroup(InetAddress pGroup)
joinGroup
|
void |
leaveGroup(InetAddress pGroup)
leaveGroup
|
protected void |
mainLoop() |
public DatagramThread(ServiceAgent pSrvAgent)
pSrvAgent
- public void joinGroup(InetAddress pGroup) throws IOException
pGroup
- IOException
public void leaveGroup(InetAddress pGroup) throws IOException
pGroup
- IOException
protected void init() throws IOException
init
in class RecieverThread
IOException
protected void mainLoop() throws IOException
mainLoop
in class RecieverThread
IOException
protected void close()
close
in class RecieverThread
Copyright © 2005, 2012 IBM Corporation. All Rights Reserved.