|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sshtools.j2ssh.connection.Channel
com.sshtools.j2ssh.connection.SocketChannel
DOCUMENT ME!
Field Summary | |
protected java.net.Socket |
socket
DOCUMENT ME! |
Fields inherited from class com.sshtools.j2ssh.connection.Channel |
connection, localChannelId, localPacketSize, localWindow, remoteChannelId, remotePacketSize, remoteWindow, state |
Constructor Summary | |
SocketChannel()
|
Method Summary | |
void |
bindSocket(java.net.Socket socket)
DOCUMENT ME! |
protected void |
onChannelClose()
DOCUMENT ME! |
protected void |
onChannelData(SshMsgChannelData msg)
DOCUMENT ME! |
protected void |
onChannelEOF()
DOCUMENT ME! |
protected void |
onChannelExtData(SshMsgChannelExtendedData msg)
DOCUMENT ME! |
protected void |
onChannelOpen()
DOCUMENT ME! |
Methods inherited from class 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, onChannelRequest, open, processChannelData, processChannelData, remoteClose, sendChannelData, sendChannelExtData, setLocalEOF, setName, setRemoteEOF |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected java.net.Socket socket
Constructor Detail |
public SocketChannel()
Method Detail |
public void bindSocket(java.net.Socket socket) throws java.io.IOException
socket
- DOCUMENT ME!
java.io.IOException
- DOCUMENT ME!protected void onChannelData(SshMsgChannelData msg) throws java.io.IOException
onChannelData
in class Channel
msg
- DOCUMENT ME!
java.io.IOException
- DOCUMENT ME!protected void onChannelEOF() throws java.io.IOException
onChannelEOF
in class Channel
java.io.IOException
- DOCUMENT ME!protected void onChannelClose() throws java.io.IOException
onChannelClose
in class Channel
java.io.IOException
- DOCUMENT ME!protected void onChannelOpen() throws java.io.IOException
onChannelOpen
in class Channel
java.io.IOException
- DOCUMENT ME!protected void onChannelExtData(SshMsgChannelExtendedData msg) throws java.io.IOException
onChannelExtData
in class Channel
msg
- DOCUMENT ME!
java.io.IOException
- DOCUMENT ME!
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |