|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Transport | |
|---|---|
| net.schmizz.sshj | |
| net.schmizz.sshj.connection | |
| net.schmizz.sshj.connection.channel | |
| net.schmizz.sshj.transport | |
| net.schmizz.sshj.transport.kex | |
| net.schmizz.sshj.userauth | |
| Uses of Transport in net.schmizz.sshj |
|---|
| Fields in net.schmizz.sshj declared as Transport | |
|---|---|
protected Transport |
SSHClient.trans
Transport layer |
protected Transport |
AbstractService.trans
Transport layer |
| Methods in net.schmizz.sshj that return Transport | |
|---|---|
Transport |
SSHClient.getTransport()
|
| Constructors in net.schmizz.sshj with parameters of type Transport | |
|---|---|
AbstractService(String name,
Transport trans)
|
|
| Uses of Transport in net.schmizz.sshj.connection |
|---|
| Methods in net.schmizz.sshj.connection that return Transport | |
|---|---|
Transport |
ConnectionImpl.getTransport()
|
Transport |
Connection.getTransport()
|
| Constructors in net.schmizz.sshj.connection with parameters of type Transport | |
|---|---|
ConnectionImpl(Transport trans)
Create with an associated Transport. |
|
| Uses of Transport in net.schmizz.sshj.connection.channel |
|---|
| Fields in net.schmizz.sshj.connection.channel declared as Transport | |
|---|---|
protected Transport |
AbstractChannel.trans
Transport layer |
| Constructors in net.schmizz.sshj.connection.channel with parameters of type Transport | |
|---|---|
ChannelInputStream(Channel chan,
Transport trans,
Window.Local win)
|
|
ChannelOutputStream(Channel chan,
Transport trans,
Window.Remote win)
|
|
| Uses of Transport in net.schmizz.sshj.transport |
|---|
| Classes in net.schmizz.sshj.transport that implement Transport | |
|---|---|
class |
TransportImpl
A thread-safe Transport implementation. |
| Uses of Transport in net.schmizz.sshj.transport.kex |
|---|
| Methods in net.schmizz.sshj.transport.kex with parameters of type Transport | |
|---|---|
void |
KeyExchange.init(Transport trans,
String V_S,
String V_C,
byte[] I_S,
byte[] I_C)
Initialize the key exchange algorithm. |
void |
AbstractDHG.init(Transport trans,
String V_S,
String V_C,
byte[] I_S,
byte[] I_C)
|
| Uses of Transport in net.schmizz.sshj.userauth |
|---|
| Methods in net.schmizz.sshj.userauth that return Transport | |
|---|---|
Transport |
AuthParams.getTransport()
|
| Constructors in net.schmizz.sshj.userauth with parameters of type Transport | |
|---|---|
UserAuthImpl(Transport trans)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||