Uses of Interface
org.eclipse.net4j.protocol.IProtocol

Packages that use IProtocol
org.eclipse.net4j The Net4j transport layer. 
org.eclipse.net4j.channel The Net4j transport layer concepts for dealing with channels. 
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.net4j.signal.heartbeat A signal protocol implementation that realizes a configurable heart beat protocol. 
org.eclipse.spi.net4j Server service provider interfaces and useful base implementations for the Net4j transport layer. 
 

Uses of IProtocol in org.eclipse.net4j
 

Methods in org.eclipse.net4j that return IProtocol
 IProtocol<?> ContainerProtocolProvider.getProtocol(String type)
           
 IProtocol<?> FactoriesProtocolProvider.getProtocol(String type)
           
 

Uses of IProtocol in org.eclipse.net4j.channel
 

Methods in org.eclipse.net4j.channel with parameters of type IProtocol
 IChannel IChannelMultiplexer.openChannel(IProtocol<?> protocol)
          Synchronous request to open a new IChannel with the given channel protocol .
 

Uses of IProtocol in org.eclipse.net4j.protocol
 

Methods in org.eclipse.net4j.protocol that return IProtocol
 IProtocol<?> IProtocolProvider.getProtocol(String type)
           
 

Uses of IProtocol in org.eclipse.net4j.signal
 

Subinterfaces of IProtocol in org.eclipse.net4j.signal
 interface ISignalProtocol<INFRA_STRUCTURE>
          A protocol that consists of a number of stream-based signals.
 

Classes in org.eclipse.net4j.signal that implement IProtocol
 class SignalProtocol<INFRA_STRUCTURE>
          The default implementation of a signal protocol.
 

Uses of IProtocol in org.eclipse.net4j.signal.heartbeat
 

Classes in org.eclipse.net4j.signal.heartbeat that implement IProtocol
 class HeartBeatProtocol
          A signal protocol that keeps the connector of its channel open or provides early deactivation feedback by exchanging periodic heart beats.
static class HeartBeatProtocol.Server
          The server-side implementation of a heart beat protocol.
 

Uses of IProtocol in org.eclipse.spi.net4j
 

Classes in org.eclipse.spi.net4j that implement IProtocol
 class Protocol<INFRA_STRUCTURE>
           
 

Methods in org.eclipse.spi.net4j that return IProtocol
protected
<INFRA_STRUCTURE>
IProtocol<INFRA_STRUCTURE>
ChannelMultiplexer.createProtocol(String type, INFRA_STRUCTURE infraStructure)
           
 

Methods in org.eclipse.spi.net4j with parameters of type IProtocol
protected  void ChannelMultiplexer.doBeforeOpenChannel(IProtocol<?> protocol)
           
protected  void Connector.doBeforeOpenChannel(IProtocol<?> protocol)
           
protected  void ChannelMultiplexer.initChannel(InternalChannel channel, IProtocol<?> protocol)
           
protected  void Connector.initChannel(InternalChannel channel, IProtocol<?> protocol)
           
 InternalChannel ChannelMultiplexer.openChannel(IProtocol<?> protocol)
           
protected abstract  void ChannelMultiplexer.registerChannelWithPeer(short channelID, long timeout, IProtocol<?> protocol)
           
 



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