public static class X11ForwardSupport.ChannelForwardedX11 extends AbstractClientChannel
err, exitSignal, exitStatus, in, invertedErr, invertedIn, invertedOut, opened, openFailureMsg, openFailureReason, openFuture, out, type
closedByOtherSide, 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 |
---|
X11ForwardSupport.ChannelForwardedX11(IoSession serverSession) |
Modifier and Type | Method and Description |
---|---|
protected void |
doOpen() |
protected void |
doWriteData(byte[] data,
int off,
int len) |
void |
handleEof() |
OpenFuture |
open() |
protected CloseFuture |
preClose(boolean immediately) |
close, doWriteExtendedData, getErr, getExitStatus, getIn, getInvertedErr, getInvertedIn, getInvertedOut, getOut, handleOpenFailure, handleOpenSuccess, handleRequest, internalOpen, open, postClose, setErr, setIn, setOut, waitFor
configureWindow, getId, getLocalWindow, getRecipient, getRemoteWindow, getSession, handleClose, handleData, handleExtendedData, handleFailure, handleWindowAdjust, init, notifyStateChanged, sendEof, sendWindowAdjust, writePacket
public X11ForwardSupport.ChannelForwardedX11(IoSession serverSession)
public OpenFuture open() throws IOException
IOException
protected void doOpen() throws IOException
doOpen
in class AbstractClientChannel
IOException
protected CloseFuture preClose(boolean immediately)
preClose
in class AbstractChannel
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.