Uses of Interface
org.eclipse.net4j.ILocationAware

Packages that use ILocationAware
org.eclipse.net4j.channel The Net4j transport layer concepts for dealing with channels. 
org.eclipse.net4j.connector The Net4j transport layer concepts for dealing with connectors. 
org.eclipse.net4j.http.common Transport layer extension with support for HTTP connections. 
org.eclipse.net4j.jvm Transport layer extension with support for JVM embedded connections. 
org.eclipse.net4j.protocol The Net4j transport layer concepts for dealing with protocols. 
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.tcp Transport layer extension with support for TCP socket connections. 
org.eclipse.spi.net4j 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
 interface IChannel
          A bidirectional communications channel for the asynchronous exchange of buffers.
 interface IChannelMultiplexer
          Manages and multiplexes virtual data channels over a shared physical connection.
 

Uses of ILocationAware in org.eclipse.net4j.connector
 

Subinterfaces of ILocationAware in org.eclipse.net4j.connector
 interface IConnector
          One endpoint of a physical connection of arbitrary nature between two communicating parties.
 

Uses of ILocationAware in org.eclipse.net4j.http.common
 

Subinterfaces of ILocationAware in org.eclipse.net4j.http.common
 interface IHTTPConnector
          A connector that implements polling HTTP transport.
 

Uses of ILocationAware in org.eclipse.net4j.jvm
 

Subinterfaces of ILocationAware in org.eclipse.net4j.jvm
 interface IJVMChannel
          A channel of a JVM connector.
 interface IJVMConnector
          A connector that implements JVM-embedded transport.
 

Uses of ILocationAware in org.eclipse.net4j.protocol
 

Subinterfaces of ILocationAware in org.eclipse.net4j.protocol
 interface IProtocol<INFRA_STRUCTURE>
          A typed buffer handler for a channel.
 interface IProtocol2<INFRA_STRUCTURE>
          A versioned protocol.
 

Uses of ILocationAware in org.eclipse.net4j.signal
 

Subinterfaces of ILocationAware in org.eclipse.net4j.signal
 interface ISignalProtocol<INFRA_STRUCTURE>
          A protocol that consists of a number of stream-based signals.
 

Classes in org.eclipse.net4j.signal that implement ILocationAware
 class SignalProtocol<INFRA_STRUCTURE>
          The default implementation of a signal protocol.
 

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

Classes in org.eclipse.net4j.signal.heartbeat that implement ILocationAware
 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.
 

Uses of ILocationAware in org.eclipse.net4j.tcp
 

Subinterfaces of ILocationAware in org.eclipse.net4j.tcp
 interface ITCPConnector
          A connector that implements non-blocking multiplexed TCP transport, optionally with SSL.
 

Uses of ILocationAware in org.eclipse.spi.net4j
 

Subinterfaces of ILocationAware in org.eclipse.spi.net4j
 interface InternalChannel
          If the meaning of this type isn't clear, there really should be more of a description here...
 interface InternalChannelMultiplexer
          If the meaning of this type isn't clear, there really should be more of a description here...
 interface InternalConnector
          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 ILocationAware
 class Channel
          If the meaning of this type isn't clear, there really should be more of a description here...
 class ChannelMultiplexer
          If the meaning of this type isn't clear, there really should be more of a description here...
 class Connector
          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...
 



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