public class ChannelAgentForwarding extends AbstractServerChannel
| Modifier and Type | Class and Description |
|---|---|
protected class |
ChannelAgentForwarding.AgentClient |
static class |
ChannelAgentForwarding.Factory |
exitStatusSentCLOSE_RECV, CLOSE_SENT, DEFAULT_PACKET_SIZE, DEFAULT_WINDOW_SIZE, eof, gracefulState, handlers, id, localWindow, recipient, remoteWindow, service, sessionCLOSED, closeFuture, GRACEFUL, IMMEDIATE, lock, log, OPENED, 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, getGracefulCloseable, getId, getInnerCloseable, getLocalWindow, getRecipient, getRemoteWindow, getSession, handleClose, handleData, handleExtendedData, handleFailure, handleRequest, handleWindowAdjust, init, notifyStateChanged, postClose, sendEof, sendWindowAdjust, toString, writePacketdoCloseGracefully, doCloseImmediatelyprotected OpenFuture doInit(Buffer buffer)
doInit in class AbstractServerChannelpublic CloseFuture close(boolean immediately)
Closeablepublic void handleEof()
throws java.io.IOException
handleEof in interface ChannelhandleEof in class AbstractChanneljava.io.IOExceptionprotected void doWriteData(byte[] data,
int off,
int len)
throws java.io.IOException
doWriteData in class AbstractChanneljava.io.IOExceptionprotected void doWriteExtendedData(byte[] data,
int off,
int len)
throws java.io.IOException
doWriteExtendedData in class AbstractChanneljava.io.IOExceptionCopyright © 2008-2014 The Apache Software Foundation. All Rights Reserved.