com.atlassian.bamboo.plugins.ssh
Class ProxyChannelSession

java.lang.Object
  extended by org.apache.sshd.common.channel.AbstractChannel
      extended by org.apache.sshd.server.channel.AbstractServerChannel
          extended by org.apache.sshd.server.channel.ChannelSession
              extended by com.atlassian.bamboo.plugins.ssh.ProxyChannelSession
All Implemented Interfaces:
org.apache.sshd.common.Channel

public class ProxyChannelSession
extends org.apache.sshd.server.channel.ChannelSession


Nested Class Summary
static class ProxyChannelSession.Factory
           
 
Nested classes/interfaces inherited from class org.apache.sshd.server.channel.ChannelSession
org.apache.sshd.server.channel.ChannelSession.StandardEnvironment
 
Field Summary
 
Fields inherited from class org.apache.sshd.server.channel.ChannelSession
command, env, err, in, out, shellIn, type
 
Fields inherited from class org.apache.sshd.server.channel.AbstractServerChannel
exitStatusSent
 
Fields inherited from class org.apache.sshd.common.channel.AbstractChannel
closeFuture, closing, DEFAULT_PACKET_SIZE, DEFAULT_WINDOW_SIZE, eof, id, localWindow, lock, log, recipient, remoteWindow, session
 
Constructor Summary
ProxyChannelSession()
           
 
Method Summary
 void handleClose()
           
 void handleEof()
           
 
Methods inherited from class org.apache.sshd.server.channel.ChannelSession
addEnvVariable, close, closeShell, doWriteData, doWriteExtendedData, getEnvironment, getPtyModeValue, handleAgentForwarding, handleEnv, handleExec, handlePtyReq, handleRequest, handleRequest, handleShell, handleSignal, handleSubsystem, handleWindowChange, handleX11Forwarding, prepareCommand
 
Methods inherited from class org.apache.sshd.server.channel.AbstractServerChannel
doInit, handleOpenFailure, handleOpenSuccess, open, sendExitStatus
 
Methods inherited from class org.apache.sshd.common.channel.AbstractChannel
configureWindow, doClose, getId, getLocalWindow, getRecipient, getSession, handleData, handleExtendedData, handleFailure, handleWindowAdjust, init, sendEof, sendWindowAdjust
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProxyChannelSession

public ProxyChannelSession()
Method Detail

handleEof

public void handleEof()
               throws java.io.IOException
Specified by:
handleEof in interface org.apache.sshd.common.Channel
Overrides:
handleEof in class org.apache.sshd.server.channel.ChannelSession
Throws:
java.io.IOException

handleClose

public void handleClose()
                 throws java.io.IOException
Specified by:
handleClose in interface org.apache.sshd.common.Channel
Overrides:
handleClose in class org.apache.sshd.common.channel.AbstractChannel
Throws:
java.io.IOException


Copyright © 2013 Atlassian Software Systems Pty Ltd. All Rights Reserved.