Save This Page
Home » j2ssh-0.2.9-src » com.sshtools.j2ssh.connection » [javadoc | source]
com.sshtools.j2ssh.connection
abstract public class: SocketChannel [javadoc | source]
java.lang.Object
   com.sshtools.j2ssh.connection.Channel
      com.sshtools.j2ssh.connection.SocketChannel

Direct Known Subclasses:
    ForwardingSocketChannel, AgentSocketChannel

Nested Class Summary:
class  SocketChannel.SocketReader   
Field Summary
protected  Socket socket     
 Thread thread     
Fields inherited from com.sshtools.j2ssh.connection.Channel:
localWindow,  remoteWindow,  connection,  localChannelId,  localPacketSize,  remoteChannelId,  remotePacketSize,  state
Method from com.sshtools.j2ssh.connection.SocketChannel Summary:
bindSocket,   onChannelClose,   onChannelData,   onChannelEOF,   onChannelExtData,   onChannelOpen
Methods from com.sshtools.j2ssh.connection.Channel:
addEventListener,   close,   finalizeClose,   getChannelConfirmationData,   getChannelOpenData,   getChannelType,   getLocalChannelId,   getLocalPacketSize,   getLocalWindow,   getMaximumPacketSize,   getMaximumWindowSpace,   getMinimumWindowSpace,   getName,   getRemoteChannelId,   getRemotePacketSize,   getRemoteWindow,   getState,   init,   init,   isClosed,   isLocalEOF,   isOpen,   isRemoteEOF,   onChannelClose,   onChannelData,   onChannelEOF,   onChannelExtData,   onChannelOpen,   onChannelRequest,   open,   processChannelData,   processChannelData,   remoteClose,   sendChannelData,   sendChannelExtData,   setLocalEOF,   setName,   setRemoteEOF
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from com.sshtools.j2ssh.connection.SocketChannel Detail:
 public  void bindSocket(Socket socket) throws IOException 
 protected  void onChannelClose() throws IOException 
 protected  void onChannelData(SshMsgChannelData msg) throws IOException 
 protected  void onChannelEOF() throws IOException 
 protected  void onChannelExtData(SshMsgChannelExtendedData msg) throws IOException 
 protected  void onChannelOpen() throws IOException