Uses of Interface
org.eclipse.spi.net4j.InternalChannel
Package
Description
Server service provider interfaces and useful base implementations for the Net4j transport layer.
-
Uses of InternalChannel in org.eclipse.spi.net4j
Modifier and TypeClassDescriptionclass
If the meaning of this type isn't clear, there really should be more of a description here...Modifier and TypeMethodDescriptionprotected InternalChannel
ChannelMultiplexer.createChannel()
final InternalChannel
ChannelMultiplexer.getChannel
(short channelID) InternalChannel.CountersChangedEvent.getSource()
InternalChannel.SendQueueEvent.getSource()
ChannelMultiplexer.inverseOpenChannel
(short channelID, String protocolID) Deprecated.ChannelMultiplexer.inverseOpenChannel
(short channelID, String protocolID, int protocolVersion) ChannelMultiplexer.openChannel()
ChannelMultiplexer.openChannel
(String protocolID, Object infraStructure) ChannelMultiplexer.openChannel
(IProtocol<?> protocol) Modifier and TypeMethodDescriptionvoid
ChannelMultiplexer.closeChannel
(InternalChannel channel) void
InternalChannelMultiplexer.closeChannel
(InternalChannel channel) protected abstract void
ChannelMultiplexer.deregisterChannelFromPeer
(InternalChannel channel) protected void
Connector.deregisterChannelFromPeer
(InternalChannel channel) protected void
ChannelMultiplexer.initChannel
(InternalChannel channel, IProtocol<?> protocol) protected void
Connector.initChannel
(InternalChannel channel, IProtocol<?> protocol) void
InternalChannelMultiplexer.BufferMultiplexer.multiplexBuffer
(InternalChannel channel, IBuffer buffer) void
InternalChannelMultiplexer.multiplexChannel
(InternalChannel channel)
ChannelMultiplexer.inverseOpenChannel(short, String, int)
.