|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use ClientAcceptor | |
|---|---|
| com.maverick.nio | This package contains a generic framework for Java NIO daemons. |
| com.maverick.sshd | This package contains the base implementation of the SSH server. |
| Uses of ClientAcceptor in com.maverick.nio |
|---|
| Methods in com.maverick.nio with parameters of type ClientAcceptor | |
|---|---|
void |
Daemon.registerAcceptor(ClientAcceptor acceptor,
java.nio.channels.ServerSocketChannel socketChannel)
Register a client acceptor with the daemon. |
| Uses of ClientAcceptor in com.maverick.sshd |
|---|
| Subclasses of ClientAcceptor in com.maverick.sshd | |
|---|---|
class |
RemoteForwardingFactoryImpl
This class implements the standard socket based forwarding for the SSHD. |
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||