public class TcpipServerChannel extends AbstractServerChannel
| Modifier and Type | Class and Description |
|---|---|
static class |
TcpipServerChannel.TcpipFactory |
AbstractChannel.GracefulChannelCloseable, AbstractChannel.GracefulStateCloseableUtils.AbstractCloseable.StateexitStatusSentDEFAULT_CHANNEL_CLOSE_TIMEOUT, DEFAULT_PACKET_SIZE, DEFAULT_WINDOW_SIZE, eof, executor, gracefulFuture, gracefulState, handlers, id, localWindow, recipient, remoteWindow, RESPONSE_BUFFER_GROWTH_FACTOR, service, session, shutdownExecutorcloseFuture, lock, statelog| Constructor and Description |
|---|
TcpipServerChannel(ForwardingFilter.Type type) |
| 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) |
ForwardingFilter.Type |
getChannelType() |
handleOpenFailure, handleOpenSuccess, open, sendExitStatusaddRequestHandler, configureWindow, doCloseImmediately, getExecutorService, getId, getInnerCloseable, getLocalWindow, getRecipient, getRemoteWindow, getSession, handleClose, handleData, handleEof, handleExtendedData, handleFailure, handleRequest, handleWindowAdjust, init, isEofSignalled, isShutdownOnExit, notifyStateChanged, sendEof, sendResponse, sendWindowAdjust, setEofSignalled, setExecutorService, setShutdownOnExit, toString, writePacketdoCloseGracefullybuilder, isClosed, isClosing, preCloseclose, isOpenpublic TcpipServerChannel(ForwardingFilter.Type type)
public final ForwardingFilter.Type getChannelType()
protected OpenFuture doInit(Buffer buffer)
doInit in class AbstractServerChannelpublic CloseFuture close(boolean immediately)
Closeableclose in class CloseableUtils.AbstractCloseableimmediately - true if the resource should be shut down abruptly,
false for a graceful closeprotected 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–2015 The Apache Software Foundation. All rights reserved.