Uses of Interface
net.schmizz.sshj.common.LoggerFactory
Packages that use LoggerFactory
Package
Description
-
Uses of LoggerFactory in com.hierynomus.sshj.transport
Constructors in com.hierynomus.sshj.transport with parameters of type LoggerFactoryModifierConstructorDescriptionIdentificationStringParser
(Buffer.PlainBuffer buffer, LoggerFactory loggerFactory) -
Uses of LoggerFactory in net.schmizz.concurrent
Constructors in net.schmizz.concurrent with parameters of type LoggerFactoryModifierConstructorDescriptionEvent
(String name, ExceptionChainer<T> chainer, ReentrantLock lock, LoggerFactory loggerFactory) Creates this event with givenname
, exceptionchainer
, and associatedlock
.Event
(String name, ExceptionChainer<T> chainer, LoggerFactory loggerFactory) Creates this event with givenname
and exceptionchainer
.Promise
(String name, ExceptionChainer<T> chainer, ReentrantLock lock, LoggerFactory loggerFactory) Creates this promise with givenname
, exceptionchainer
, and associatedlock
.Promise
(String name, ExceptionChainer<T> chainer, LoggerFactory loggerFactory) Creates this promise with givenname
and exceptionchainer
. -
Uses of LoggerFactory in net.schmizz.sshj
Fields in net.schmizz.sshj declared as LoggerFactoryModifier and TypeFieldDescriptionprivate LoggerFactory
ConfigImpl.loggerFactory
protected final LoggerFactory
SSHClient.loggerFactory
LoggerMethods in net.schmizz.sshj that return LoggerFactoryMethods in net.schmizz.sshj with parameters of type LoggerFactoryModifier and TypeMethodDescriptionvoid
Config.setLoggerFactory
(LoggerFactory loggerFactory) Sets the LoggerFactory to use.void
ConfigImpl.setLoggerFactory
(LoggerFactory loggerFactory) void
DefaultConfig.setLoggerFactory
(LoggerFactory loggerFactory) -
Uses of LoggerFactory in net.schmizz.sshj.common
Fields in net.schmizz.sshj.common declared as LoggerFactoryModifier and TypeFieldDescriptionstatic final LoggerFactory
LoggerFactory.DEFAULT
Default SLF4J-based implementation of the SSHJ LoggerFactory.private final LoggerFactory
StreamCopier.loggerFactory
Methods in net.schmizz.sshj.common with parameters of type LoggerFactoryModifier and TypeMethodDescriptionstatic void
IOUtils.closeQuietly
(LoggerFactory loggerFactory, Closeable... closeables) static ByteArrayOutputStream
IOUtils.readFully
(InputStream stream, LoggerFactory loggerFactory) Constructors in net.schmizz.sshj.common with parameters of type LoggerFactoryModifierConstructorDescriptionStreamCopier
(InputStream in, OutputStream out, LoggerFactory loggerFactory) -
Uses of LoggerFactory in net.schmizz.sshj.connection.channel
Fields in net.schmizz.sshj.connection.channel declared as LoggerFactoryModifier and TypeFieldDescriptionprotected final LoggerFactory
AbstractChannel.loggerFactory
LoggerMethods in net.schmizz.sshj.connection.channel that return LoggerFactoryModifier and TypeMethodDescriptionAbstractChannel.getLoggerFactory()
Channel.getLoggerFactory()
Get the LoggerFactory associated with the SSH client.Constructors in net.schmizz.sshj.connection.channel with parameters of type LoggerFactoryModifierConstructorDescriptionLocal
(long initialWinSize, int maxPacketSize, LoggerFactory loggerFactory) Remote
(long initialWinSize, int maxPacketSize, long timeoutMs, LoggerFactory loggerFactory) Window
(long initialWinSize, int maxPacketSize, LoggerFactory loggerFactory) -
Uses of LoggerFactory in net.schmizz.sshj.connection.channel.direct
Fields in net.schmizz.sshj.connection.channel.direct declared as LoggerFactoryConstructors in net.schmizz.sshj.connection.channel.direct with parameters of type LoggerFactoryModifierConstructorDescriptionLocalPortForwarder
(Connection conn, Parameters parameters, ServerSocket serverSocket, LoggerFactory loggerFactory) -
Uses of LoggerFactory in net.schmizz.sshj.sftp
Fields in net.schmizz.sshj.sftp declared as LoggerFactoryMethods in net.schmizz.sshj.sftp that return LoggerFactory -
Uses of LoggerFactory in net.schmizz.sshj.transport
Fields in net.schmizz.sshj.transport declared as LoggerFactoryConstructors in net.schmizz.sshj.transport with parameters of type LoggerFactoryModifierConstructorDescription(package private)
Encoder
(Random prng, Lock encodeLock, LoggerFactory loggerFactory) -
Uses of LoggerFactory in net.schmizz.sshj.transport.verification
Constructors in net.schmizz.sshj.transport.verification with parameters of type LoggerFactoryModifierConstructorDescriptionHostEntry
(OpenSSHKnownHosts.Marker marker, String hostPart, KeyType type, PublicKey key, String comment, LoggerFactory loggerFactory) OpenSSHKnownHosts
(File khFile, LoggerFactory loggerFactory) OpenSSHKnownHosts
(Reader reader, LoggerFactory loggerFactory) -
Uses of LoggerFactory in net.schmizz.sshj.userauth.method
Methods in net.schmizz.sshj.userauth.method with parameters of type LoggerFactoryModifier and TypeMethodDescriptionvoid
AbstractAuthMethod.setLoggerFactory
(LoggerFactory loggerFactory) void
AuthMethod.setLoggerFactory
(LoggerFactory loggerFactory) Constructors in net.schmizz.sshj.userauth.method with parameters of type LoggerFactoryModifierConstructorDescriptionPasswordResponseProvider
(PasswordFinder pwdf, Pattern promptPattern, LoggerFactory loggerFactory) -
Uses of LoggerFactory in net.schmizz.sshj.xfer
Fields in net.schmizz.sshj.xfer declared as LoggerFactoryModifier and TypeFieldDescriptionprotected final LoggerFactory
AbstractFileTransfer.loggerFactory
private final LoggerFactory
LoggingTransferListener.loggerFactory
Constructors in net.schmizz.sshj.xfer with parameters of type LoggerFactoryModifierConstructorDescriptionprotected
AbstractFileTransfer
(LoggerFactory loggerFactory) private
LoggingTransferListener
(String relPath, LoggerFactory loggerFactory) LoggingTransferListener
(LoggerFactory loggerFactory) -
Uses of LoggerFactory in net.schmizz.sshj.xfer.scp
Fields in net.schmizz.sshj.xfer.scp declared as LoggerFactoryConstructors in net.schmizz.sshj.xfer.scp with parameters of type LoggerFactoryModifierConstructorDescription(package private)
SCPEngine
(SessionFactory host, TransferListener listener, LoggerFactory loggerFactory) SCPFileTransfer
(SessionFactory sessionFactory, LoggerFactory loggerFactory)