Uses of Interface
net.jini.jeri.OutboundRequestIterator

Packages that use OutboundRequestIterator
com.sun.jini.jeri.internal.connection   
net.jini.jeri Provides the fundamental abstractions and standard implementation classes for Jini extensible remote invocation (Jini ERI). 
net.jini.jeri.connection Provides interfaces and classes for implementing connection-based Jini extensible remote invocation (Jini ERI) transport layer providers. 
net.jini.jeri.http Provides implementations of the Endpoint and ServerEndpoint abstractions that use HTTP messages sent over TCP sockets as the underlying communication mechanism. 
net.jini.jeri.kerberos Provides implementations of Endpoint and ServerEndpoint that use Kerberos as the underlying network security protocol to support security related invocation constraints for remote requests. 
net.jini.jeri.ssl Provides implementations of Endpoint and ServerEndpoint that use TLS/SSL and HTTPS (HTTP over TLS/SSL) to support invocation constraints. 
net.jini.jeri.tcp Provides implementations of the Endpoint and ServerEndpoint abstractions that use TCP sockets as the underlying communication mechanism. 
 

Uses of OutboundRequestIterator in com.sun.jini.jeri.internal.connection
 

Methods in com.sun.jini.jeri.internal.connection that return OutboundRequestIterator
 OutboundRequestIterator ConnManager.newRequest(OutboundRequestHandle handle)
          Returns an outbound request iterator to use to send a new request corresponding to the specified request handle over the connection endpoint for this instance.
 

Uses of OutboundRequestIterator in net.jini.jeri
 

Methods in net.jini.jeri that return OutboundRequestIterator
 OutboundRequestIterator BasicObjectEndpoint.newCall(InvocationConstraints constraints)
          Returns an OutboundRequestIterator to use to send a new remote call to the referenced remote object using the specified constraints.
 OutboundRequestIterator ObjectEndpoint.newCall(InvocationConstraints constraints)
          Returns an OutboundRequestIterator to use to send a new remote call to the referenced remote object using the specified constraints.
 OutboundRequestIterator Endpoint.newRequest(InvocationConstraints constraints)
          Returns an OutboundRequestIterator to use to send a new request to this remote endpoint using the specified constraints.
 

Methods in net.jini.jeri with parameters of type OutboundRequestIterator
private  Object BasicInvocationHandler.invokeRemoteMethodOnce(Object proxy, Method method, Object[] args, OutboundRequestIterator iter, InvocationConstraints constraints)
          Make one attempt to invoke a remote method.
 

Uses of OutboundRequestIterator in net.jini.jeri.connection
 

Classes in net.jini.jeri.connection that implement OutboundRequestIterator
private  class ConnectionManager.ReqIterator
          Outbound request iterator returned by newRequest.
 

Methods in net.jini.jeri.connection that return OutboundRequestIterator
 OutboundRequestIterator ConnectionManager.newRequest(OutboundRequestHandle handle)
          Returns an OutboundRequestIterator to use to send a new request for the specified handle to this connection manager's ConnectionEndpoint.
 

Uses of OutboundRequestIterator in net.jini.jeri.http
 

Methods in net.jini.jeri.http that return OutboundRequestIterator
 OutboundRequestIterator HttpEndpoint.newRequest(InvocationConstraints constraints)
          Returns an OutboundRequestIterator to use to send a new request to this remote endpoint using the specified constraints.
 

Uses of OutboundRequestIterator in net.jini.jeri.kerberos
 

Methods in net.jini.jeri.kerberos that return OutboundRequestIterator
 OutboundRequestIterator KerberosEndpoint.newRequest(InvocationConstraints constraints)
          Returns an OutboundRequestIterator to use to send a new request to this remote endpoint using the specified constraints.
 

Uses of OutboundRequestIterator in net.jini.jeri.ssl
 

Classes in net.jini.jeri.ssl that implement OutboundRequestIterator
private static class SslEndpointImpl.ExceptionOutboundRequestIterator
          An outbound request iterator that throws an IOException or a SecurityException.
 

Methods in net.jini.jeri.ssl that return OutboundRequestIterator
(package private)  OutboundRequestIterator HttpsEndpoint.HttpsEndpointImpl.newRequest(CallContext callContext)
          Implements Endpoint.newRequest when the constraints are supported.
(package private)  OutboundRequestIterator SslEndpointImpl.newRequest(CallContext callContext)
          Implements Endpoint.newRequest when the constraints are supported.
 OutboundRequestIterator HttpsEndpoint.newRequest(InvocationConstraints constraints)
          Returns an OutboundRequestIterator to use to send a new request to this remote endpoint using the specified constraints.
 OutboundRequestIterator SslEndpoint.newRequest(InvocationConstraints constraints)
          Returns an OutboundRequestIterator to use to send a new request to this remote endpoint using the specified constraints.
(package private)  OutboundRequestIterator SslEndpointImpl.newRequest(InvocationConstraints constraints)
          Implements Endpoint.newRequest
 

Uses of OutboundRequestIterator in net.jini.jeri.tcp
 

Methods in net.jini.jeri.tcp that return OutboundRequestIterator
 OutboundRequestIterator TcpEndpoint.newRequest(InvocationConstraints constraints)
          Returns an OutboundRequestIterator to use to send a new request to this remote endpoint using the specified constraints.
 



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