net.schmizz.sshj.connection.channel
Class Window.Local

java.lang.Object
  extended by net.schmizz.sshj.connection.channel.Window
      extended by net.schmizz.sshj.connection.channel.Window.Local
Enclosing class:
Window

public static final class Window.Local
extends Window

Controls how much data remote end can send before an adjustment notification from us is required.


Nested Class Summary
 
Nested classes/interfaces inherited from class net.schmizz.sshj.connection.channel.Window
Window.Local, Window.Remote
 
Field Summary
 
Fields inherited from class net.schmizz.sshj.connection.channel.Window
lock, log, maxPacketSize, size
 
Constructor Summary
Window.Local(long initialWinSize, int maxPacketSize)
           
 
Method Summary
 long neededAdjustment()
           
 
Methods inherited from class net.schmizz.sshj.connection.channel.Window
consume, expand, getMaxPacketSize, getSize, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Window.Local

public Window.Local(long initialWinSize,
                    int maxPacketSize)
Method Detail

neededAdjustment

public long neededAdjustment()


Copyright © 2009-2012. All Rights Reserved.