Class DatagramThread
java.lang.Object
org.sblim.slp.internal.sa.RecieverThread
org.sblim.slp.internal.sa.DatagramThread
- All Implemented Interfaces:
Runnable
DatagramThread
-
Field Summary
Fields inherited from class RecieverThread
iSrvAgent -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidclose()protected voidinit()voidjoinGroup(InetAddress pGroup) joinGroupvoidleaveGroup(InetAddress pGroup) leaveGroupprotected voidmainLoop()
-
Constructor Details
-
DatagramThread
-
-
Method Details
-
joinGroup
joinGroup- Parameters:
pGroup-- Throws:
IOException
-
leaveGroup
leaveGroup- Parameters:
pGroup-- Throws:
IOException
-
init
- Specified by:
initin classRecieverThread- Throws:
IOException
-
mainLoop
- Specified by:
mainLoopin classRecieverThread- Throws:
IOException
-
close
protected void close()- Specified by:
closein classRecieverThread
-