Uses of Class
org.eclipse.spi.net4j.Protocol
- 
Packages that use Protocol Package Description 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.net4j.signal.security Reusable implementation of a server-to-client authentication signal and related API.org.eclipse.spi.net4j Server service provider interfaces and useful base implementations for the Net4j transport layer.
- 
- 
Uses of Protocol in org.eclipse.net4j.signalSubclasses of Protocol in org.eclipse.net4j.signal Modifier and Type Class Description classSignalProtocol<INFRA_STRUCTURE>The default implementation of asignal protocol.
- 
Uses of Protocol in org.eclipse.net4j.signal.heartbeatSubclasses of Protocol in org.eclipse.net4j.signal.heartbeat Modifier and Type Class Description classHeartBeatProtocolAsignal protocolthat keeps theconnectorof itschannelopen or provides early deactivation feedback by exchanging periodic heart beats.static classHeartBeatProtocol.ServerThe server-side implementation of aheart beat protocol.
- 
Uses of Protocol in org.eclipse.net4j.signal.securitySubclasses of Protocol in org.eclipse.net4j.signal.security Modifier and Type Class Description classAuthenticatingSignalProtocol<INFRA_STRUCTURE extends org.eclipse.net4j.util.security.IPasswordCredentialsProvider.Provider>An abstract signal protocol that supports authentication.
- 
Uses of Protocol in org.eclipse.spi.net4jMethods in org.eclipse.spi.net4j that return Protocol Modifier and Type Method Description Protocol<INFRA_STRUCTURE>Protocol.InfraStructureChangedEvent. getSource()
 
-