org.gudy.azureus2.core3.tracker.host
Interface TRHostAuthenticationListener

All Known Implementing Classes:
TrackerImpl, TrackerWCHelper, TrackerWebContextImpl

public interface TRHostAuthenticationListener


Method Summary
 boolean authenticate(String headers, URL resource, String user, String password)
           
 byte[] authenticate(URL resource, String user)
           
 

Method Detail

authenticate

boolean authenticate(String headers,
                     URL resource,
                     String user,
                     String password)

authenticate

byte[] authenticate(URL resource,
                    String user)