|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use ForwardingChannel | |
|---|---|
| com.maverick.sshd | This package contains the base implementation of the SSH server. |
| Uses of ForwardingChannel in com.maverick.sshd |
|---|
| Subclasses of ForwardingChannel in com.maverick.sshd | |
|---|---|
class |
LocalForwardingChannel
Implements a Local forwarding channel for use with forwarding sockets from the client machine through the server to some endpoint reachable from the server machine. |
class |
RemoteForwardingChannel
Implements a Remote forwarding channel for use with forwarding sockets from the server machine through the client to some endpoint reachable from the client machine. |
class |
SocketForwardingChannel
An abstract forwarding channel implementation for use with forwarding both local and remote sockets. |
| Methods in com.maverick.sshd with parameters of type ForwardingChannel | |
|---|---|
boolean |
AccessManagerAdapter.canForward(byte[] sessionid,
java.lang.String username,
ForwardingChannel channel,
boolean isLocal)
|
boolean |
AccessManager.canForward(byte[] sessionid,
java.lang.String username,
ForwardingChannel channel,
boolean isLocal)
Perform an access permissions check to determine whether the user can open a forwarding channel to/on the specified host:port combination |
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||