Uses of Interface
org.eclipse.net4j.ILocationAware
Packages that use ILocationAware
Package
Description
The Net4j transport layer concepts for dealing with channels.
The Net4j transport layer concepts for dealing with connectors.
Transport layer extension with support for JVM embedded connections.
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.
Transport layer extension with support for TCP socket connections.
Transport layer extension with support for Websocket connections.
Server service provider interfaces and useful base implementations for the Net4j transport layer.
-
Uses of ILocationAware in org.eclipse.net4j.channel
Subinterfaces of ILocationAware in org.eclipse.net4j.channel -
Uses of ILocationAware in org.eclipse.net4j.connector
Subinterfaces of ILocationAware in org.eclipse.net4j.connectorModifier and TypeInterfaceDescriptioninterface
One endpoint of a physical connection of arbitrary nature between two communicating parties.interface
-
Uses of ILocationAware in org.eclipse.net4j.jvm
Subinterfaces of ILocationAware in org.eclipse.net4j.jvmModifier and TypeInterfaceDescriptioninterface
Achannel
of aJVM connector
.interface
Aconnector
that implements JVM-embedded transport. -
Uses of ILocationAware in org.eclipse.net4j.protocol
Subinterfaces of ILocationAware in org.eclipse.net4j.protocolModifier and TypeInterfaceDescriptioninterface
IProtocol<INFRA_STRUCTURE>
interface
IProtocol2<INFRA_STRUCTURE>
interface
IProtocol3<INFRA_STRUCTURE>
Aprotocol
that is told when it isfully connected
. -
Uses of ILocationAware in org.eclipse.net4j.signal
Subinterfaces of ILocationAware in org.eclipse.net4j.signalModifier and TypeInterfaceDescriptioninterface
ISignalProtocol<INFRA_STRUCTURE>
static interface
ISignalProtocol.WithSignalCounters<INFRA_STRUCTURE>
Classes in org.eclipse.net4j.signal that implement ILocationAwareModifier and TypeClassDescriptionclass
SignalProtocol<INFRA_STRUCTURE>
The default implementation of asignal protocol
. -
Uses of ILocationAware in org.eclipse.net4j.signal.heartbeat
Classes in org.eclipse.net4j.signal.heartbeat that implement ILocationAwareModifier 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 ILocationAware in org.eclipse.net4j.signal.security
Classes in org.eclipse.net4j.signal.security that implement ILocationAwareModifier and TypeClassDescriptionclass
AuthenticatingSignalProtocol<INFRA_STRUCTURE extends org.eclipse.net4j.util.security.IPasswordCredentialsProvider.Provider>
An abstract signal protocol that supports authentication. -
Uses of ILocationAware in org.eclipse.net4j.tcp
Subinterfaces of ILocationAware in org.eclipse.net4j.tcpModifier and TypeInterfaceDescriptioninterface
-
Uses of ILocationAware in org.eclipse.net4j.ws
Subinterfaces of ILocationAware in org.eclipse.net4j.wsModifier and TypeInterfaceDescriptioninterface
Aconnector
that implements Websockets-based transport. -
Uses of ILocationAware in org.eclipse.spi.net4j
Subinterfaces of ILocationAware in org.eclipse.spi.net4jModifier and TypeInterfaceDescriptioninterface
If the meaning of this type isn't clear, there really should be more of a description here...interface
If the meaning of this type isn't clear, there really should be more of a description here...interface
If the meaning of this type isn't clear, there really should be more of a description here...Classes in org.eclipse.spi.net4j that implement ILocationAwareModifier and TypeClassDescriptionclass
If the meaning of this type isn't clear, there really should be more of a description here...class
If the meaning of this type isn't clear, there really should be more of a description here...class
If the meaning of this type isn't clear, there really should be more of a description here...class
Protocol<INFRA_STRUCTURE>
If the meaning of this type isn't clear, there really should be more of a description here...