Interface DHTUDPPacketHandlerStub
-
- All Known Implementing Classes:
DHTUDPPacketHandler
public interface DHTUDPPacketHandlerStub
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
send(DHTUDPPacketReply reply, java.net.InetSocketAddress destination_address)
-
-
-
Method Detail
-
send
void send(DHTUDPPacketReply reply, java.net.InetSocketAddress destination_address) throws DHTUDPPacketHandlerException
- Throws:
DHTUDPPacketHandlerException
-
-