JXTA

Uses of Interface
net.jxta.credential.CredentialValidator

Packages that use CredentialValidator
net.jxta.socket The socket package provides interface ala Socket over JXTA pipes. 
 

Uses of CredentialValidator in net.jxta.socket
 

Constructors in net.jxta.socket with parameters of type CredentialValidator
JxtaServerSocket(PeerGroup group, PipeAdvertisement pipeAdv, int backlog, int timeout, CredentialValidator credValidator)
          Constructor for the JxtaServerSocket object.
 


JXSE