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   
 

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>
           
 

Classes in org.eclipse.net4j.signal that implement IProtocol
 class SignalProtocol<INFRA_STRUCTURE>
           
 

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

Classes in org.eclipse.net4j.signal.heartbeat that implement IProtocol
 class HeartBeatProtocol
           
static class HeartBeatProtocol.Server
           
 

Uses of IProtocol in org.eclipse.spi.net4j
 

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



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