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 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>
           
 

Uses of ILocationAware in org.eclipse.net4j.signal
 

Subinterfaces of ILocationAware in org.eclipse.net4j.signal
 interface ISignalProtocol<INFRA_STRUCTURE>
           
 

Classes in org.eclipse.net4j.signal that implement ILocationAware
 class SignalProtocol<INFRA_STRUCTURE>
           
 

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

Classes in org.eclipse.net4j.signal.heartbeat that implement ILocationAware
 class HeartBeatProtocol
           
static class HeartBeatProtocol.Server
           
 

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
           
 interface InternalChannelMultiplexer
           
 interface InternalConnector
           
 

Classes in org.eclipse.spi.net4j that implement ILocationAware
 class Channel
           
 class ChannelMultiplexer
           
 class Connector
           
 class Protocol<INFRA_STRUCTURE>
           
 



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