public abstract class SocketChannel extends Channel
| Modifier and Type | Field and Description |
|---|---|
protected java.net.Socket |
socket |
connection, localChannelId, localPacketSize, localWindow, remoteChannelId, remotePacketSize, remoteWindow, state| Constructor and Description |
|---|
SocketChannel() |
| Modifier and Type | Method and Description |
|---|---|
void |
bindSocket(java.net.Socket socket) |
protected void |
onChannelClose() |
protected void |
onChannelData(SshMsgChannelData msg) |
protected void |
onChannelEOF() |
protected void |
onChannelExtData(SshMsgChannelExtendedData msg) |
protected void |
onChannelOpen() |
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, setRemoteEOFpublic void bindSocket(java.net.Socket socket)
throws java.io.IOException
socket - java.io.IOExceptionprotected void onChannelData(SshMsgChannelData msg) throws java.io.IOException
onChannelData in class Channelmsg - java.io.IOExceptionprotected void onChannelEOF()
throws java.io.IOException
onChannelEOF in class Channeljava.io.IOExceptionprotected void onChannelClose()
throws java.io.IOException
onChannelClose in class Channeljava.io.IOExceptionprotected void onChannelOpen()
throws java.io.IOException
onChannelOpen in class Channeljava.io.IOExceptionprotected void onChannelExtData(SshMsgChannelExtendedData msg) throws java.io.IOException
onChannelExtData in class Channelmsg - java.io.IOExceptionCopyright © 2002-2003 Lee David Painter & Contributors. All Rights Reserved.