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

Packages that use Constraints.Distilled
net.jini.jeri.tcp Provides implementations of the Endpoint and ServerEndpoint abstractions that use TCP sockets as the underlying communication mechanism. 
 

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

Fields in net.jini.jeri.tcp declared as Constraints.Distilled
private  Constraints.Distilled TcpEndpoint.Handle.distilled
           
 

Methods in net.jini.jeri.tcp 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.
(package private)  Constraints.Distilled TcpEndpoint.Handle.getDistilledConstraints()
           
 

Methods in net.jini.jeri.tcp with parameters of type Constraints.Distilled
private  Socket TcpEndpoint.ConnectionEndpointImpl.connectToHost(Constraints.Distilled distilled)
          Returns a socket connected to this endpoint's host and port, according the specified constraints.
private  Socket TcpEndpoint.ConnectionEndpointImpl.connectToSocketAddress(SocketAddress socketAddress, Constraints.Distilled distilled)
          Returns a socket connected to the specified address, with a timeout governed by the specified constraints.
 

Constructors in net.jini.jeri.tcp with parameters of type Constraints.Distilled
TcpEndpoint.Handle(Constraints.Distilled distilled)
           
 



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