|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--info.jedi.net.DefaultPacketHandler | +--info.jedi.net.UDPSender
This class sends UDP packets. Handles packets just like the DefaultPacketHandler by ignoring them, since UDPSenders don't receive packets, they only send them. Ignores errors (lets another handler take care of them).
PacketHandler
,
MailDaemon
Method Summary | |
boolean |
sendPacket(OutputPacket packet)
Sends a packet out the current port. |
Methods inherited from class info.jedi.net.DefaultPacketHandler |
handleError,
handlePacket,
initializePacket |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Method Detail |
public boolean sendPacket(OutputPacket packet) throws java.io.IOException
packet
- the packet to send
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |