Uses of Class
com.maverick.ssh.Packet

Packages that use Packet
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. 
 

Uses of Packet in com.maverick.ssh
 

Methods in com.maverick.ssh that return Packet
protected  Packet SubsystemChannel.createPacket()
          Get a packet from the available pool or create if non available
 

Methods in com.maverick.ssh with parameters of type Packet
protected  void SubsystemChannel.sendMessage(Packet msg)
          Write a subsystem message to the channel outputstream.
 



Copyright © 2003 3SP LTD. All Rights Reserved.