
public interface InternalChannel extends IChannel, IBufferProvider, ILifecycle
| Modifier and Type | Interface and Description |
|---|---|
static interface |
InternalChannel.SendQueueEvent
|
ILocationAware.LocationIBufferProvider.IntrospectionILifecycle.DeferrableActivation| Modifier and Type | Method and Description |
|---|---|
long |
getReceivedBuffers() |
ExecutorService |
getReceiveExecutor() |
Queue<IBuffer> |
getSendQueue() |
long |
getSentBuffers() |
void |
handleBufferFromMultiplexer(IBuffer buffer) |
void |
setID(short id) |
void |
setMultiplexer(IChannelMultiplexer channelMultiplexer) |
void |
setReceiveExecutor(ExecutorService receiveExecutor) |
void |
setUserID(String userID) |
getID, getMultiplexer, getReceiveHandler, sendBuffer, setReceiveHandlergetLocation, isClient, isServergetUserIDhandleBuffergetBufferCapacity, provideBuffer, retainBufferactivate, deactivate, getLifecycleState, isActiveaddListener, getListeners, hasListeners, removeListenervoid setID(short id)
void setUserID(String userID)
ExecutorService getReceiveExecutor()
void setReceiveExecutor(ExecutorService receiveExecutor)
void setMultiplexer(IChannelMultiplexer channelMultiplexer)
void handleBufferFromMultiplexer(IBuffer buffer)
long getReceivedBuffers()
long getSentBuffers()
Copyright (c) 2011, 2012 Eike Stepper (Berlin, Germany) and others.