Uses of Class
net.jini.jeri.kerberos.KerberosEndpoint.RequestHandleImpl

Packages that use KerberosEndpoint.RequestHandleImpl
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. 
 

Uses of KerberosEndpoint.RequestHandleImpl in net.jini.jeri.kerberos
 

Methods in net.jini.jeri.kerberos that return KerberosEndpoint.RequestHandleImpl
private  KerberosEndpoint.RequestHandleImpl KerberosEndpoint.checkRequestHandleImpl(Object h)
          Make sure that the passed in request handle has the right type, and was previously instantiated in this endpoint.
 

Methods in net.jini.jeri.kerberos with parameters of type KerberosEndpoint.RequestHandleImpl
private  Socket KerberosEndpoint.ConnectionEndpointImpl.connectToHost(KerberosEndpoint.RequestHandleImpl rh)
           
private  Socket KerberosEndpoint.ConnectionEndpointImpl.connectToSocketAddress(SocketAddress socketAddress, KerberosEndpoint.RequestHandleImpl rh)
          Returns a socket connected to the specified address, with a timeout governed by the constraints in the request handle.
 



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