Uses of Interface
org.exolab.jms.net.multiplexer.Endpoint

Packages that use Endpoint
org.exolab.jms.net.multiplexer Abstract connector that multiplexes data over a physical connection 
org.exolab.jms.net.socket Abstract connector that multiplexes data over a socket 
 

Uses of Endpoint in org.exolab.jms.net.multiplexer
 

Methods in org.exolab.jms.net.multiplexer that return Endpoint
protected abstract  Endpoint MultiplexedManagedConnection.createEndpoint()
          Creates the endpoint to multiplex data over.
 

Methods in org.exolab.jms.net.multiplexer with parameters of type Endpoint
protected  Multiplexer MultiplexedManagedConnection.createMultiplexer(Endpoint endpoint, java.security.Principal principal)
          Create a new client-side multiplexer.
protected  Multiplexer MultiplexedManagedConnection.createMultiplexer(Endpoint endpoint, Authenticator authenticator)
          Create a new server-side multiplexer.
protected  void Multiplexer.initialise(MultiplexerListener listener, Endpoint endpoint, boolean client)
          Initialise the multiplexer.
 

Constructors in org.exolab.jms.net.multiplexer with parameters of type Endpoint
Multiplexer(MultiplexerListener listener, Endpoint endpoint, java.security.Principal principal)
          Construct a new client-side Multiplexer.
Multiplexer(MultiplexerListener listener, Endpoint endpoint, Authenticator authenticator)
          Construct a new server-side Multiplexer.
 

Uses of Endpoint in org.exolab.jms.net.socket
 

Classes in org.exolab.jms.net.socket that implement Endpoint
 class SocketEndpoint
          Adapts a Socket to the Endpoint interface.
 

Methods in org.exolab.jms.net.socket that return Endpoint
protected  Endpoint SocketManagedConnection.createEndpoint()
          Returns the endpoint to multiplex data over.
 



Copyright © 1999-2007 The OpenJMS Group. All Rights Reserved.