Java org.springframework.integration.file.remote.session Session fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.integration.file.remote.session Session fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.integration.file.remote.session Session.

The text is from its open source code.

Implementation

org.springframework.integration.file.remote.session.Session has the following implementations.
Click this link to see all its implementation.

Constructor

Method

voidappend(InputStream inputStream, String destination)
Append to a file.
voidclose()
booleanexists(String path)
Check if the remote file or directory exists.
booleanfinalizeRaw()
Invoke after closing the InputStream from #readRaw(String) .
ObjectgetClientInstance()
Get the underlying client library's client instance for this session.
booleanisOpen()
F[]list(String path)
booleanmkdir(String directory)
voidread(String source, OutputStream outputStream)
InputStreamreadRaw(String source)
Retrieve a remote file as a raw InputStream .
booleanremove(String path)
voidrename(String pathFrom, String pathTo)
voidwrite(InputStream inputStream, String destination)