10321033103410351036103710381039104010411042
* @throws Exception if an error occurs */ protected void channelWindowAdjust(Buffer buffer) throws IOException { try { Channel channel = getChannel(buffer); channel.handleWindowAdjust(buffer); } catch (SshException e) { log.info(e.getMessage()); } }
219220221222223224225226227228229
* @throws IOException if an error occurs */ public void channelWindowAdjust(Buffer buffer) throws IOException { try { Channel channel = getChannel(buffer); channel.handleWindowAdjust(buffer); } catch (SshException e) { log.info(e.getMessage()); } }
965966967968969970971972973974975
* @throws Exception if an error occurs */ protected void channelWindowAdjust(Buffer buffer) throws Exception { try { Channel channel = getChannel(buffer); channel.handleWindowAdjust(buffer); } catch (SshException e) { log.info(e.getMessage()); } }
10061007100810091010101110121013101410151016
922923924925926927928929930931932
948949950951952953954955956957958
881882883884885886887888889890891
964965966967968969970971972973974