Package com.hierynomus.sshj.common
Class ThreadNameProvider
- java.lang.Object
-
- com.hierynomus.sshj.common.ThreadNameProvider
-
public class ThreadNameProvider extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ThreadNameProvider()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidsetThreadName(java.lang.Thread thread, RemoteAddressProvider remoteAddressProvider)Set Thread Name prefixed with sshj followed by class and remote address when connected
-
-
-
Method Detail
-
setThreadName
public static void setThreadName(java.lang.Thread thread, RemoteAddressProvider remoteAddressProvider)Set Thread Name prefixed with sshj followed by class and remote address when connected- Parameters:
thread- Class of Thread being namedremoteAddressProvider- Remote Address Provider associated with Thread
-
-