Uses of Interface
org.eclipse.net4j.channel.IChannel

Packages that use IChannel
org.eclipse.net4j.channel The Net4j transport layer concepts for dealing with channels. 
org.eclipse.net4j.jvm Transport layer extension with support for JVM embedded connections. 
org.eclipse.net4j.protocol The Net4j transport layer concepts for dealing with protocols. 
org.eclipse.net4j.signal A framework for request/response based communication on top of the Net4j transport layer. 
org.eclipse.spi.net4j Server service provider interfaces and useful base implementations for the Net4j transport layer. 
 

Uses of IChannel in org.eclipse.net4j.channel
 

Methods in org.eclipse.net4j.channel that return IChannel
 IChannel ChannelInputStream.getChannel()
           
 IChannel IChannelMultiplexer.openChannel()
          Synchronous request to open a new IChannel with an undefined channel protocol.
 IChannel IChannelMultiplexer.openChannel(IProtocol<?> protocol)
          Synchronous request to open a new IChannel with the given channel protocol .
 IChannel IChannelMultiplexer.openChannel(String protocolID, Object infraStructure)
          Synchronous request to open a new IChannel with a channel protocol defined by a given protocol identifier.
 

Methods in org.eclipse.net4j.channel that return types with arguments of type IChannel
 Collection<IChannel> IChannelMultiplexer.getChannels()
          Returns a collection of currently open channels.
 

Constructors in org.eclipse.net4j.channel with parameters of type IChannel
ChannelInputStream(IChannel channel)
           
ChannelInputStream(IChannel channel, long millisBeforeTimeout)
           
ChannelOutputStream(IChannel channel)
           
ChannelOutputStream(IChannel channel, IBufferProvider bufferProvider)
           
 

Uses of IChannel in org.eclipse.net4j.jvm
 

Subinterfaces of IChannel in org.eclipse.net4j.jvm
 interface IJVMChannel
          A channel of a JVM connector.
 

Uses of IChannel in org.eclipse.net4j.protocol
 

Methods in org.eclipse.net4j.protocol that return IChannel
 IChannel IProtocol.getChannel()
           
 

Methods in org.eclipse.net4j.protocol with parameters of type IChannel
 void IProtocol.setChannel(IChannel channel)
           
 

Uses of IChannel in org.eclipse.net4j.signal
 

Methods in org.eclipse.net4j.signal that return IChannel
 IChannel ISignalProtocol.open(IConnector connector)
           
 IChannel SignalProtocol.open(IConnector connector)
           
 

Uses of IChannel in org.eclipse.spi.net4j
 

Subinterfaces of IChannel in org.eclipse.spi.net4j
 interface InternalChannel
           
 

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

Methods in org.eclipse.spi.net4j that return IChannel
 IChannel Protocol.getChannel()
           
 IChannel[] ChannelMultiplexer.getElements()
           
 

Methods in org.eclipse.spi.net4j that return types with arguments of type IChannel
 Collection<IChannel> ChannelMultiplexer.getChannels()
           
 

Methods in org.eclipse.spi.net4j with parameters of type IChannel
 void Protocol.setChannel(IChannel newChannel)
           
 



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