|
||||||||||
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
com.sshtools.j2ssh.agent.AgentSocketChannel
DOCUMENT ME!
Field Summary | |
static java.lang.String |
AGENT_FORWARDING_CHANNEL
DOCUMENT ME! |
Fields inherited from class com.sshtools.j2ssh.connection.SocketChannel |
socket |
Fields inherited from class com.sshtools.j2ssh.connection.Channel |
connection, localChannelId, localPacketSize, localWindow, remoteChannelId, remotePacketSize, remoteWindow, state |
Constructor Summary | |
AgentSocketChannel(boolean isForwarding)
Creates a new AgentSocketChannel object. |
Method Summary | |
byte[] |
getChannelConfirmationData()
DOCUMENT ME! |
byte[] |
getChannelOpenData()
DOCUMENT ME! |
java.lang.String |
getChannelType()
DOCUMENT ME! |
protected int |
getMaximumPacketSize()
DOCUMENT ME! |
protected int |
getMaximumWindowSpace()
DOCUMENT ME! |
protected int |
getMinimumWindowSpace()
DOCUMENT ME! |
protected void |
onChannelOpen()
DOCUMENT ME! |
protected void |
onChannelRequest(java.lang.String requestType,
boolean wantReply,
byte[] requestData)
DOCUMENT ME! |
Methods inherited from class com.sshtools.j2ssh.connection.SocketChannel |
bindSocket, onChannelClose, onChannelData, onChannelEOF, onChannelExtData |
Methods inherited from class com.sshtools.j2ssh.connection.Channel |
addEventListener, close, finalizeClose, getLocalChannelId, getLocalPacketSize, getLocalWindow, getName, getRemoteChannelId, getRemotePacketSize, getRemoteWindow, getState, init, init, isClosed, isLocalEOF, isOpen, isRemoteEOF, 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 |
public static final java.lang.String AGENT_FORWARDING_CHANNEL
Constructor Detail |
public AgentSocketChannel(boolean isForwarding)
isForwarding
- DOCUMENT ME!Method Detail |
public java.lang.String getChannelType()
getChannelType
in class Channel
protected void onChannelRequest(java.lang.String requestType, boolean wantReply, byte[] requestData) throws java.io.IOException
Channel
onChannelRequest
in class Channel
requestType
- DOCUMENT ME!wantReply
- DOCUMENT ME!requestData
- DOCUMENT ME!
java.io.IOException
- DOCUMENT ME!protected int getMaximumPacketSize()
getMaximumPacketSize
in class Channel
public byte[] getChannelOpenData()
Channel
getChannelOpenData
in class Channel
protected int getMinimumWindowSpace()
getMinimumWindowSpace
in class Channel
protected void onChannelOpen() throws InvalidChannelException
onChannelOpen
in class SocketChannel
InvalidChannelException
- DOCUMENT
ME!
InvalidChannelException
- DOCUMENT ME!protected int getMaximumWindowSpace()
getMaximumWindowSpace
in class Channel
public byte[] getChannelConfirmationData()
getChannelConfirmationData
in class Channel
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |