Uses of Interface
org.eclipse.net4j.protocol.IProtocol2
Packages that use IProtocol2
Package
Description
The Net4j transport layer concepts for dealing with protocols.
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 IProtocol2 in org.eclipse.net4j.protocol
Subinterfaces of IProtocol2 in org.eclipse.net4j.protocolModifier and TypeInterfaceDescriptioninterface
IProtocol3<INFRA_STRUCTURE>
Aprotocol
that is told when it isfully connected
. -
Uses of IProtocol2 in org.eclipse.net4j.signal
Classes in org.eclipse.net4j.signal that implement IProtocol2Modifier and TypeClassDescriptionclass
SignalProtocol<INFRA_STRUCTURE>
The default implementation of asignal protocol
. -
Uses of IProtocol2 in org.eclipse.net4j.signal.heartbeat
Classes in org.eclipse.net4j.signal.heartbeat that implement IProtocol2Modifier 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 IProtocol2 in org.eclipse.net4j.signal.security
Classes in org.eclipse.net4j.signal.security that implement IProtocol2Modifier and TypeClassDescriptionclass
AuthenticatingSignalProtocol<INFRA_STRUCTURE extends org.eclipse.net4j.util.security.IPasswordCredentialsProvider.Provider>
An abstract signal protocol that supports authentication. -
Uses of IProtocol2 in org.eclipse.spi.net4j
Classes in org.eclipse.spi.net4j that implement IProtocol2Modifier and TypeClassDescriptionclass
Protocol<INFRA_STRUCTURE>
If the meaning of this type isn't clear, there really should be more of a description here...