public static class TcpipForwardSupport.ChannelForwardedTcpip extends AbstractClientChannel
err, exitSignal, exitStatus, in, opened, openFailureMsg, openFailureReason, openFuture, out, type
closeFuture, closing, DEFAULT_PACKET_SIZE, DEFAULT_WINDOW_SIZE, eof, id, localWindow, lock, log, recipient, remoteWindow, session
CHANNEL_EXEC, CHANNEL_SHELL, CHANNEL_SUBSYSTEM, CLOSED, EOF, EXIT_SIGNAL, EXIT_STATUS, OPENED, STDERR_DATA, STDOUT_DATA, TIMEOUT
Constructor and Description |
---|
TcpipForwardSupport.ChannelForwardedTcpip(org.apache.mina.core.session.IoSession serverSession) |
Modifier and Type | Method and Description |
---|---|
protected void |
doClose() |
protected void |
doOpen() |
protected void |
doWriteData(byte[] data,
int off,
int len) |
OpenFuture |
getOpenFuture() |
void |
handleEof() |
OpenFuture |
open() |
close, doWriteExtendedData, getErr, getExitStatus, getIn, getOut, handleOpenFailure, handleOpenSuccess, handleRequest, internalOpen, open, setErr, setIn, setOut, waitFor
configureWindow, getId, getLocalWindow, getRecipient, getSession, handleClose, handleData, handleExtendedData, handleFailure, handleWindowAdjust, init, sendEof, sendWindowAdjust
public TcpipForwardSupport.ChannelForwardedTcpip(org.apache.mina.core.session.IoSession serverSession)
public OpenFuture getOpenFuture()
public OpenFuture open() throws Exception
Exception
protected void doOpen() throws Exception
doOpen
in class AbstractClientChannel
Exception
protected void doClose()
doClose
in class AbstractClientChannel
protected void doWriteData(byte[] data, int off, int len) throws IOException
doWriteData
in class AbstractClientChannel
IOException
public void handleEof() throws IOException
handleEof
in interface Channel
handleEof
in class AbstractChannel
IOException
Copyright © 2008-2013 The Apache Software Foundation. All Rights Reserved.