public class ChannelAgentForwarding extends AbstractServerChannel
| Modifier and Type | Class and Description |
|---|---|
protected class |
ChannelAgentForwarding.AgentClient |
static class |
ChannelAgentForwarding.Factory |
AbstractChannel.GracefulChannelCloseable, AbstractChannel.GracefulStateCloseableUtils.AbstractCloseable.StateexitStatusSentDEFAULT_PACKET_SIZE, DEFAULT_WINDOW_SIZE, eof, gracefulFuture, gracefulState, handlers, id, localWindow, recipient, remoteWindow, service, sessioncloseFuture, lock, log, state| Constructor and Description |
|---|
ChannelAgentForwarding() |
| Modifier and Type | Method and Description |
|---|---|
CloseFuture |
close(boolean immediately)
Close this resource asynchronously and return a future.
|
protected OpenFuture |
doInit(Buffer buffer) |
protected void |
doWriteData(byte[] data,
int off,
int len) |
protected void |
doWriteExtendedData(byte[] data,
int off,
int len) |
void |
handleEof() |
handleOpenFailure, handleOpenSuccess, open, sendExitStatusaddRequestHandler, configureWindow, doCloseImmediately, getId, getInnerCloseable, getLocalWindow, getRecipient, getRemoteWindow, getSession, handleClose, handleData, handleExtendedData, handleFailure, handleRequest, handleWindowAdjust, init, notifyStateChanged, sendEof, sendWindowAdjust, toString, writePacketdoCloseGracefullybuilder, isClosed, isClosing, preCloseprotected OpenFuture doInit(Buffer buffer)
doInit in class AbstractServerChannelpublic CloseFuture close(boolean immediately)
Closeablepublic void handleEof()
throws IOException
handleEof in interface ChannelhandleEof in class AbstractChannelIOExceptionprotected void doWriteData(byte[] data,
int off,
int len)
throws IOException
doWriteData in class AbstractChannelIOExceptionprotected void doWriteExtendedData(byte[] data,
int off,
int len)
throws IOException
doWriteExtendedData in class AbstractChannelIOExceptionCopyright © 2008–2014 The Apache Software Foundation. All rights reserved.