Uses of Class
org.eclipse.spi.net4j.Protocol

Packages that use Protocol
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. 
 

Uses of Protocol in org.eclipse.net4j.signal
 

Subclasses of Protocol in org.eclipse.net4j.signal
 class SignalProtocol<INFRA_STRUCTURE>
          The default implementation of a signal protocol.
 

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

Subclasses of Protocol in org.eclipse.net4j.signal.heartbeat
 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.
 



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