public interface InternalChannelMultiplexer extends IChannelMultiplexer, IBufferProvider, ITransportConfigAware
Modifier and Type | Interface and Description |
---|---|
static interface |
InternalChannelMultiplexer.BufferMultiplexer |
ILocationAware.Location
IContainer.Modifiable<E>, IContainer.Persistable<E>, IContainer.Persistence<E>
IBufferProvider.Introspection, IBufferProvider.Notification
Modifier and Type | Field and Description |
---|---|
static java.lang.ThreadLocal<InternalChannelMultiplexer> |
CONTEXT_MULTIPLEXER |
static short |
RESERVED_CHANNEL |
DEFAULT_OPEN_CHANNEL_TIMEOUT, NO_CHANNEL_TIMEOUT
Modifier and Type | Method and Description |
---|---|
void |
closeChannel(InternalChannel channel) |
void |
multiplexChannel(InternalChannel channel)
|
getChannels, getOpenChannelTimeout, openChannel, openChannel, openChannel, setOpenChannelTimeout
getLocation, isClient, isServer
getElements, isEmpty
addListener, getListeners, hasListeners, removeListener
getBufferCapacity, provideBuffer, retainBuffer
getConfig, setConfig
static final java.lang.ThreadLocal<InternalChannelMultiplexer> CONTEXT_MULTIPLEXER
static final short RESERVED_CHANNEL
void multiplexChannel(InternalChannel channel)
channel
each time a new buffer
is available for multiplexing. This or another buffer can be
dequeued from the send queue
of the channel.void closeChannel(InternalChannel channel)
Copyright (c) 2004-2019 Eike Stepper (Loehne, Germany) and others.
All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html