Uses of Class
net.schmizz.sshj.common.Buffer

Packages that use Buffer
net.schmizz.sshj.common   
net.schmizz.sshj.sftp   
net.schmizz.sshj.transport.compression   
 

Uses of Buffer in net.schmizz.sshj.common
 

Classes in net.schmizz.sshj.common with type parameters of type Buffer
 class Buffer<T extends Buffer<T>>
           
 

Subclasses of Buffer in net.schmizz.sshj.common
static class Buffer.PlainBuffer
           
 class SSHPacket
           
 

Methods in net.schmizz.sshj.common with parameters of type Buffer
 T Buffer.putBuffer(Buffer<? extends Buffer<?>> buffer)
          Copies the contents of provided buffer into this buffer
abstract  void KeyType.putPubKeyIntoBuffer(PublicKey pk, Buffer<?> buf)
           
abstract  PublicKey KeyType.readPubKeyFromBuffer(String type, Buffer<?> buf)
           
 

Method parameters in net.schmizz.sshj.common with type arguments of type Buffer
 T Buffer.putBuffer(Buffer<? extends Buffer<?>> buffer)
          Copies the contents of provided buffer into this buffer
 

Constructors in net.schmizz.sshj.common with parameters of type Buffer
Buffer.PlainBuffer(Buffer<?> from)
           
Buffer(Buffer<?> from)
           
 

Uses of Buffer in net.schmizz.sshj.sftp
 

Subclasses of Buffer in net.schmizz.sshj.sftp
 class Request
           
 class Response
           
 class SFTPPacket<T extends SFTPPacket<T>>
           
 

Constructors in net.schmizz.sshj.sftp with parameters of type Buffer
Response(Buffer<Response> pk, int protocolVersion)
           
SFTPPacket(Buffer<T> buf)
           
 

Uses of Buffer in net.schmizz.sshj.transport.compression
 

Methods in net.schmizz.sshj.transport.compression with parameters of type Buffer
 void ZlibCompression.compress(Buffer buffer)
           
 void Compression.compress(Buffer buffer)
          Compress the given buffer in place.
 void ZlibCompression.uncompress(Buffer from, Buffer to)
           
 void ZlibCompression.uncompress(Buffer from, Buffer to)
           
 void Compression.uncompress(Buffer from, Buffer to)
          Uncompress the data in a buffer into another buffer.
 void Compression.uncompress(Buffer from, Buffer to)
          Uncompress the data in a buffer into another buffer.
 



Copyright © 2009-2012. All Rights Reserved.