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

Packages that use IProtocol2
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 IProtocol2 in org.eclipse.net4j.signal
 

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

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

Classes in org.eclipse.net4j.signal.heartbeat that implement IProtocol2
 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 IProtocol2 in org.eclipse.spi.net4j
 

Classes in org.eclipse.spi.net4j that implement IProtocol2
 class Protocol<INFRA_STRUCTURE>
          If the meaning of this type isn't clear, there really should be more of a description here...
 



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