| Package | Description |
|---|---|
| net.schmizz.sshj | |
| net.schmizz.sshj.connection | |
| net.schmizz.sshj.transport | |
| net.schmizz.sshj.userauth |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractService
An abstract class for
Service that implements common or default functionality. |
| Modifier and Type | Class and Description |
|---|---|
class |
ConnectionImpl
Connection implementation. |
| Modifier and Type | Method and Description |
|---|---|
Service |
TransportImpl.getService() |
Service |
Transport.getService() |
| Modifier and Type | Method and Description |
|---|---|
void |
TransportImpl.reqService(Service service) |
void |
Transport.reqService(Service service)
Request a SSH service represented by a
Service instance. |
void |
TransportImpl.setService(Service service) |
void |
Transport.setService(Service service)
Sets the currently active
Service. |
| Modifier and Type | Class and Description |
|---|---|
class |
UserAuthImpl
UserAuth implementation. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
UserAuthImpl.authenticate(String username,
Service nextService,
AuthMethod method,
int timeoutMs) |
boolean |
UserAuth.authenticate(String username,
Service nextService,
AuthMethod methods,
int timeoutMs)
Attempt to authenticate
username using each of methods in order. |
Copyright © 2009–2014. All rights reserved.