Package com.hierynomus.sshj.common
Class ThreadNameProvider
java.lang.Object
com.hierynomus.sshj.common.ThreadNameProvider
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
setThreadName
(Thread thread, RemoteAddressProvider remoteAddressProvider) Set Thread Name prefixed with sshj followed by class and remote address when connected
-
Field Details
-
DISCONNECTED
- See Also:
-
-
Constructor Details
-
ThreadNameProvider
public ThreadNameProvider()
-
-
Method Details
-
setThreadName
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
-