Uses of Class
net.jini.jeri.http.Constraints.Distilled

Packages that use Constraints.Distilled
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. 
 

Uses of Constraints.Distilled in net.jini.jeri.http
 

Fields in net.jini.jeri.http declared as Constraints.Distilled
private  Constraints.Distilled HttpEndpoint.SocketFactoryAdapter.distilled
           
 

Methods in net.jini.jeri.http that return Constraints.Distilled
(package private) static Constraints.Distilled Constraints.distill(InvocationConstraints constraints, boolean relativeOK)
          Distills the given constraints to a form more directly usable by this provider.
 

Methods in net.jini.jeri.http with parameters of type Constraints.Distilled
private  Object HttpEndpoint.connectionAction(Constraints.Distilled distilled, String phost, int pport, boolean ppersist, HttpEndpoint.ConnectionAction action)
          Find an existing connection and perform the specified action on the connection.
private  Socket HttpEndpoint.SocketFactoryAdapter.connectToHost(String host, int port, Constraints.Distilled distilled)
          Returns a socket connected to the specified host and port, according to the specified constraints.
private  Socket HttpEndpoint.SocketFactoryAdapter.connectToSocketAddress(SocketAddress socketAddress, Constraints.Distilled distilled)
          Returns a socket connected to the specified address, with a timeout governed by the specified constraints.
private  OutboundRequest HttpEndpoint.nextRequest(Constraints.Distilled distilled)
           
 

Constructors in net.jini.jeri.http with parameters of type Constraints.Distilled
HttpEndpoint.Connection(String host, int port, Constraints.Distilled distilled)
          Creates a direct connection to given host/port.
HttpEndpoint.Connection(String host, int port, String proxyHost, int proxyPort, boolean persist, Constraints.Distilled distilled)
          Creates a proxied connection to given host/port.
HttpEndpoint.SocketFactoryAdapter(SocketFactory sf, Constraints.Distilled distilled)
           
 



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