Package | Description |
---|---|
com.maverick.agent.client | |
com.maverick.ssh |
This package contains a set of general interface contracts for SSH communication that
provide the core set of functionality available in both the SSH1 and SSH2 protocol specifications.
|
com.maverick.ssh.message | |
com.maverick.ssh2 |
This package contains an SSH2 implementation of the
com.maverick.ssh interfaces.
|
com.sshtools.net |
This package contains a set of network utilities for the J2SSH Maverick API.
|
Modifier and Type | Class and Description |
---|---|
class |
AgentSocketForwardingChannel |
Modifier and Type | Interface and Description |
---|---|
interface |
SshChannel
The base interface for all SSH channels.
|
interface |
SshSession
Base interface for SSH sessions supporting all the features common to both SSH1 and SSH2.
|
interface |
SshTransport
Simple interface wrapper for transport layer communication.
|
interface |
SshTunnel
Interface defining the contract for SSH forwarding channels.
|
Modifier and Type | Class and Description |
---|---|
class |
SshAbstractChannel |
Modifier and Type | Class and Description |
---|---|
class |
Ssh2Channel
All terminal sessions, forwarded connections, etc are channels and this class
implements the base SSH2 channel.
|
class |
Ssh2Session
This class implements the SSH2 session channel, unlike SSH1 multiple sessions
can be opened on the same SSH connection.
|
Modifier and Type | Class and Description |
---|---|
class |
HttpProxyTransport
Provides an
SshTransport implementation that can route the connection
through a HTTP proxy. |
class |
HttpProxyTransportWrapper
Provides an
SshTransport implementation that can route the connection
through a HTTP proxy. |
class |
SocketTransport
Extends a Socket to provide an
SshTransport suitable
for use in making connections using the SshConnector.
|
class |
SocketWrapper
Implements a basic wrapper around a Socket to provide an
SshTransport suitable
for use in making connections using the SshConnector.
|
class |
SocksProxyTransport
Provides an
SshTransport implementation that
can route the connection through a SOCKS 4 or SOCKS 5 proxy. |
Copyright © 2024. All rights reserved.