Class LocalPortForwarder.ForwardedChannel
java.lang.Object
net.schmizz.sshj.connection.channel.AbstractChannel
net.schmizz.sshj.connection.channel.direct.AbstractDirectChannel
net.schmizz.sshj.connection.channel.direct.DirectTCPIPChannel
net.schmizz.sshj.connection.channel.direct.LocalPortForwarder.ForwardedChannel
- All Implemented Interfaces:
Closeable, AutoCloseable, ErrorNotifiable, SSHPacketHandler, Channel, Channel.Direct
- Enclosing class:
LocalPortForwarder
-
Nested Class Summary
Nested classes/interfaces inherited from class AbstractChannel
AbstractChannel.TransportRunnableNested classes/interfaces inherited from interface Channel
Channel.Direct, Channel.ForwardedNested classes/interfaces inherited from interface ErrorNotifiable
ErrorNotifiable.Util -
Field Summary
FieldsFields inherited from class DirectTCPIPChannel
parametersFields inherited from class AbstractChannel
closeEvent, conn, log, loggerFactory, lwin, openEvent, rwin, trans -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class DirectTCPIPChannel
buildOpenReqMethods inherited from class AbstractDirectChannel
gotUnknown, openMethods inherited from class AbstractChannel
close, closeAllStreams, eofInputStreams, finishOff, getAutoExpand, getID, getInputStream, getLocalMaxPacketSize, getLocalWinSize, getLoggerFactory, getOutputStream, getRecipient, getRemoteCharset, getRemoteMaxPacketSize, getRemoteWinSize, getType, gotExtendedData, handle, handleRequest, init, isEOF, isOpen, join, join, newBuffer, notifyError, receiveInto, sendChannelRequest, sendClose, setAutoExpand, toStringMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface Channel
close, getAutoExpand, getID, getInputStream, getLocalMaxPacketSize, getLocalWinSize, getLoggerFactory, getOutputStream, getRecipient, getRemoteCharset, getRemoteMaxPacketSize, getRemoteWinSize, getType, isEOF, isOpen, join, join, setAutoExpandMethods inherited from interface ErrorNotifiable
notifyErrorMethods inherited from interface SSHPacketHandler
handle
-
Field Details
-
socket
-
-
Constructor Details
-
ForwardedChannel
-
-
Method Details
-
start
- Throws:
IOException
-