JavaScript is disabled on your browser.
Overview
Package
Class
Tree
Deprecated
Index
Help
Spring Integration
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.springframework.integration.file.remote.session
Interface SessionFactory<F>
All Known Implementing Classes:
AbstractFtpSessionFactory
,
CachingSessionFactory
,
DefaultFtpSessionFactory
,
DefaultFtpsSessionFactory
,
DefaultSftpSessionFactory
public interface
SessionFactory<F>
Factory for acquiring
Session
instances.
Since:
2.0
Author:
Mark Fisher
Method Summary
Methods
Modifier and Type
Method and Description
Session
<
F
>
getSession
()
Method Detail
getSession
Session
<
F
> getSession()
Overview
Package
Class
Tree
Deprecated
Index
Help
Spring Integration
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method