Uses of Class
net.jini.jeri.connection.ConnectionManager.OutboundMux

Packages that use ConnectionManager.OutboundMux
net.jini.jeri.connection Provides interfaces and classes for implementing connection-based Jini extensible remote invocation (Jini ERI) transport layer providers. 
 

Uses of ConnectionManager.OutboundMux in net.jini.jeri.connection
 

Fields in net.jini.jeri.connection declared as ConnectionManager.OutboundMux
private  ConnectionManager.OutboundMux ConnectionManager.ReqIterator.mux
          The outbound mux from the last call to next, if any.
 

Methods in net.jini.jeri.connection that return ConnectionManager.OutboundMux
(package private)  ConnectionManager.OutboundMux ConnectionManager.connect(OutboundRequestHandle handle)
          Calls connect on the connection endpoint with the active and idle muxes and the specified handle.
private  ConnectionManager.OutboundMux ConnectionManager.newOutboundMux(Connection c)
          Constructs an OutboundMux instance from the connection.
 

Methods in net.jini.jeri.connection with parameters of type ConnectionManager.OutboundMux
(package private)  void ConnectionManager.remove(ConnectionManager.OutboundMux mux)
          Removes and shuts down a mux.
 



Copyright 2007-2010, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.