Pingers

A ConnectionPinger is a mechanism by which the Client keeps a connection alive to a server. This will prevent the server from marking references eligible for garbage collection.

TimingOutPinger

This will ping every X seconds and will give up pinging after Y seconds beyond the last real request.

NeverConnectionPinger

This does not ping at all.

PerpetualPinger

This one keeps going regardless.