So when I create & use a SecureFileTransferClient it creates a set of threads with a specific name, which I understand it's use for the async methods. Is there any way to be able to add a prefix, or set the name for a given SecureFileTransferClient object's threads? I ask because I often have multiple ones running and active, and it would be good to be able to name them so if looking in JConsole I can quickly and easily see which ones are doing what for which client.