Interface SharedSessionCapable
- All Known Implementing Classes:
DefaultSftpSessionFactory
public interface SharedSessionCapable
A
SessionFactory
that implements this interface is capable of supporting a shared session.- Since:
- 3.0
- Author:
- Gary Russell
-
Method Summary
Modifier and TypeMethodDescriptionboolean
void
Resets the shared session so the next#getSession()
will return a session using a new connection.
-
Method Details