Uses of Class
org.eclipse.spi.net4j.Protocol
Packages that use Protocol
Package
Description
A framework for request/response based communication on top of the Net4j transport layer.
A signal protocol implementation that realizes a configurable heart beat protocol.
Reusable implementation of a server-to-client authentication signal and related API.
Server service provider interfaces and useful base implementations for the Net4j transport layer.
-
Uses of Protocol in org.eclipse.net4j.signal
Subclasses of Protocol in org.eclipse.net4j.signalModifier and TypeClassDescriptionclass
SignalProtocol<INFRA_STRUCTURE>
The default implementation of asignal protocol
. -
Uses of Protocol in org.eclipse.net4j.signal.heartbeat
Subclasses of Protocol in org.eclipse.net4j.signal.heartbeatModifier and TypeClassDescriptionclass
Asignal protocol
that keeps theconnector
of itschannel
open or provides early deactivation feedback by exchanging periodic heart beats.static class
The server-side implementation of aheart beat protocol
. -
Uses of Protocol in org.eclipse.net4j.signal.security
Subclasses of Protocol in org.eclipse.net4j.signal.securityModifier and TypeClassDescriptionclass
AuthenticatingSignalProtocol<INFRA_STRUCTURE extends org.eclipse.net4j.util.security.IPasswordCredentialsProvider.Provider>
An abstract signal protocol that supports authentication. -
Uses of Protocol in org.eclipse.spi.net4j
Methods in org.eclipse.spi.net4j that return Protocol