|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use SessionChannel | |
|---|---|
| com.maverick.sshd | This package contains the base implementation of the SSH server. |
| com.maverick.sshd.platform | This package contains the interfaces that are required to be implemented to create an SSH server implementation. |
| com.maverick.sshd.vfs | This package contains a Virtual File System which implements a platform independent version of the NativeFileSystemProvider. |
| Uses of SessionChannel in com.maverick.sshd |
|---|
| Subclasses of SessionChannel in com.maverick.sshd | |
|---|---|
class |
UnsupportedSession
This is a basic session that provides a message to the user to inform them that a shell or command cannot be executed because the server does not support an interactive session. |
| Fields in com.maverick.sshd declared as SessionChannel | |
|---|---|
protected SessionChannel |
Subsystem.session
|
| Methods in com.maverick.sshd with parameters of type SessionChannel | |
|---|---|
protected void |
Subsystem.init(SessionChannel session,
SshContext context)
Initialize the subsystem with the current session and configuration. |
protected void |
SftpSubsystem.init(SessionChannel session,
SshContext context)
|
| Uses of SessionChannel in com.maverick.sshd.platform |
|---|
| Fields in com.maverick.sshd.platform declared as SessionChannel | |
|---|---|
protected SessionChannel |
ExecutableCommand.session
The session channel instance on which this command is being executed |
| Methods in com.maverick.sshd.platform with parameters of type SessionChannel | |
|---|---|
void |
NativeFileSystemProvider.init(byte[] sessionid,
SessionChannel session,
SshContext context,
java.lang.String protocolInUse)
Initialize the file system. |
void |
ExecutableCommand.init(SessionChannel session)
Initialize the command. |
void |
NativeFileSystemProvider.init(SessionChannel session,
SshContext context)
Deprecated. |
| Uses of SessionChannel in com.maverick.sshd.vfs |
|---|
| Methods in com.maverick.sshd.vfs with parameters of type SessionChannel | |
|---|---|
void |
VirtualFileSystem.init(byte[] sessionid,
SessionChannel session,
SshContext context)
|
void |
VirtualFileSystem.init(byte[] sessionid,
SessionChannel session,
SshContext context,
java.lang.String protocolInUse)
|
void |
VirtualFileSystem.init(SessionChannel session,
SshContext context)
Initialize the file system with the configured mounts and permission handler. |
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||