Performs the actual packet routing.
You routing is considered 'quick' and implementations may not take excessive amounts of time to complete the routing. If routing will take a long amount of time, the actual routing should be done in another thread so this method returns quickly.
Be careful to enforce concurrency DbC of concurrent by synchronizing any accesses to class resources.
@param packet The packet to route @throws NullPointerException If the packet is null
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|