public class ChannelAgentForwarding extends AbstractServerChannel
| Modifier and Type | Class and Description |
|---|---|
protected class |
ChannelAgentForwarding.AgentClient |
static class |
ChannelAgentForwarding.Factory |
exitStatusSentcloseFuture, closing, DEFAULT_PACKET_SIZE, DEFAULT_WINDOW_SIZE, eof, id, localWindow, lock, log, recipient, remoteWindow, session| Constructor and Description |
|---|
ChannelAgentForwarding() |
| Modifier and Type | Method and Description |
|---|---|
CloseFuture |
close(boolean immediately) |
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() |
void |
handleRequest(Buffer buffer) |
handleOpenFailure, handleOpenSuccess, open, sendExitStatusconfigureWindow, doClose, getId, getLocalWindow, getRecipient, getSession, handleClose, handleData, handleExtendedData, handleFailure, handleWindowAdjust, init, sendEof, sendWindowAdjustprotected OpenFuture doInit(Buffer buffer)
doInit in class AbstractServerChannelpublic CloseFuture close(boolean immediately)
close in interface Channelclose in class AbstractChannelpublic 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 AbstractChannelIOExceptionpublic void handleRequest(Buffer buffer) throws IOException
handleRequest in interface ChannelhandleRequest in class AbstractChannelIOExceptionCopyright © 2008-2012 Apache Software Foundation. All Rights Reserved.