|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||

If the meaning of this type isn't clear, there really should be more of a description here...
| Nested Class Summary | |
|---|---|
static interface |
InternalChannel.SendQueueEvent
An event fired from a channel when a buffer is enqueued or
dequeued. |
| Nested classes/interfaces inherited from interface org.eclipse.net4j.ILocationAware |
|---|
ILocationAware.Location |
| Nested classes/interfaces inherited from interface org.eclipse.net4j.buffer.IBufferProvider |
|---|
IBufferProvider.Introspection |
| Nested classes/interfaces inherited from interface org.eclipse.net4j.util.lifecycle.ILifecycle |
|---|
ILifecycle.DeferrableActivation |
| Method Summary | |
|---|---|
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)
|
| Methods inherited from interface org.eclipse.net4j.channel.IChannel |
|---|
getID, getMultiplexer, getReceiveHandler, sendBuffer, setReceiveHandler |
| Methods inherited from interface org.eclipse.net4j.ILocationAware |
|---|
getLocation, isClient, isServer |
| Methods inherited from interface org.eclipse.net4j.util.security.IUserAware |
|---|
getUserID |
| Methods inherited from interface org.eclipse.net4j.buffer.IBufferHandler |
|---|
handleBuffer |
| Methods inherited from interface org.eclipse.net4j.util.collection.Closeable |
|---|
close, isClosed |
| Methods inherited from interface org.eclipse.net4j.buffer.IBufferProvider |
|---|
getBufferCapacity, provideBuffer, retainBuffer |
| Methods inherited from interface org.eclipse.net4j.util.lifecycle.ILifecycle |
|---|
activate, deactivate, getLifecycleState, isActive |
| Methods inherited from interface org.eclipse.net4j.util.event.INotifier |
|---|
addListener, getListeners, hasListeners, removeListener |
| Method Detail |
|---|
void 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()
Queue<IBuffer> getSendQueue()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||