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 SummaryModifier and TypeMethodDescriptionbooleanvoidResets the shared session so the next#getSession()will return a session using a new connection.
- 
Method Details