Uses of Interface
org.eclipse.spi.net4j.InternalChannel

Packages that use InternalChannel
org.eclipse.spi.net4j Server service provider interfaces and useful base implementations for the Net4j transport layer. 
 

Uses of InternalChannel in org.eclipse.spi.net4j
 

Classes in org.eclipse.spi.net4j that implement InternalChannel
 class Channel
           
 

Methods in org.eclipse.spi.net4j that return InternalChannel
protected  InternalChannel ChannelMultiplexer.createChannel()
           
 InternalChannel ChannelMultiplexer.getChannel(short channelID)
           
 InternalChannel InternalChannel.SendQueueEvent.getSource()
           
 InternalChannel ChannelMultiplexer.inverseOpenChannel(short channelID, String protocolID)
           
 InternalChannel ChannelMultiplexer.openChannel()
           
 InternalChannel ChannelMultiplexer.openChannel(IProtocol<?> protocol)
           
 InternalChannel ChannelMultiplexer.openChannel(String protocolID, Object infraStructure)
           
 

Methods in org.eclipse.spi.net4j with parameters of type InternalChannel
 void 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.multiplexChannel(InternalChannel channel)
          Called by an IChannel each time a new buffer is available for multiplexing.
 



Copyright (c) 2004 - 2012 Eike Stepper (Berlin, Germany) and others.