Package | Description |
---|---|
org.waarp.common.command |
Global classes that store all informations on implemented commands,
arguments, reply codes.
|
org.waarp.common.file |
Classes implementing File, Directory, Authentication and Session Interfaces
|
org.waarp.common.file.filesystembased |
Classes implementing FileInterface and Directory according to a filesystem
implementation
|
org.waarp.ftp.core.command |
Global classes that store all informations on implemented commands,
arguments, reply codes.
|
org.waarp.ftp.core.session |
Classes implementing session
|
org.waarp.gateway.kernel.commonfile | |
org.waarp.gateway.kernel.session | |
org.waarp.openr66.context |
Classes implementing Session, Result and ErrorCode
|
Modifier and Type | Method and Description |
---|---|
SessionInterface |
CommandInterface.getSession() |
Modifier and Type | Method and Description |
---|---|
void |
CommandInterface.setArgs(SessionInterface session,
String command,
String arg,
Enum code)
Set the Command from the args
|
Modifier and Type | Field and Description |
---|---|
protected SessionInterface |
AbstractDir.session
SessionInterface
|
Modifier and Type | Method and Description |
---|---|
SessionInterface |
AbstractDir.getSession() |
SessionInterface |
AuthInterface.getSession() |
SessionInterface |
DirInterface.getSession() |
SessionInterface |
FileInterface.getSession() |
protected SessionInterface |
Restart.getSession() |
Constructor and Description |
---|
Restart(SessionInterface session)
Default constructor
|
Modifier and Type | Field and Description |
---|---|
protected SessionInterface |
FilesystemBasedAuthImpl.session
SessionInterface
|
protected SessionInterface |
FilesystemBasedFileImpl.session
SessionInterface
|
Modifier and Type | Method and Description |
---|---|
SessionInterface |
FilesystemBasedAuthImpl.getSession() |
SessionInterface |
FilesystemBasedFileImpl.getSession() |
Constructor and Description |
---|
FilesystemBasedAuthImpl(SessionInterface session) |
FilesystemBasedDirImpl(SessionInterface session,
OptsMLSxInterface optsMLSx) |
FilesystemBasedFileImpl(SessionInterface session,
FilesystemBasedDirImpl dir,
String path)
Special constructor for possibly external file
|
FilesystemBasedFileImpl(SessionInterface session,
FilesystemBasedDirImpl dir,
String path,
boolean append) |
FilesystemBasedRestartImpl(SessionInterface session) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractCommand.setArgs(SessionInterface session,
String command,
String arg,
Enum code) |
Modifier and Type | Class and Description |
---|---|
class |
FtpSession
Main class that stores any information that must be accessible from anywhere
during the connection of one
user.
|
Constructor and Description |
---|
CommonDirImpl(SessionInterface session,
OptsMLSxInterface optsMLSx) |
CommonFileImpl(SessionInterface session,
CommonDirImpl dir,
String path) |
CommonFileImpl(SessionInterface session,
CommonDirImpl dir,
String path,
boolean append) |
Modifier and Type | Class and Description |
---|---|
class |
HttpSession |
Modifier and Type | Field and Description |
---|---|
protected SessionInterface |
DefaultHttpAuth.session
SessionInterface
|
Modifier and Type | Method and Description |
---|---|
SessionInterface |
DefaultHttpAuth.getSession() |
Constructor and Description |
---|
DefaultHttpAuth(SessionInterface session) |
Modifier and Type | Class and Description |
---|---|
class |
R66Session
The global object session in OpenR66, a session by local channel
|
Copyright © 2009–2020 Waarp. All rights reserved.