org.rococoa.cocoa.foundation.protocols
Interface NSURLAuthenticationChallengeSender

All Superinterfaces:
NSObject, ObjCObject

public interface NSURLAuthenticationChallengeSender
extends ObjCObject, NSObject

This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects..
For help, please visit NativeLibs4Java, Rococoa, or JNA.


Nested Class Summary
static class NSURLAuthenticationChallengeSender._class_
           
static interface NSURLAuthenticationChallengeSender._static_
           
 
Field Summary
static NSURLAuthenticationChallengeSender._class_ _NSCLASS_
           
 
Method Summary
 void cancelAuthenticationChallenge(NSURLAuthenticationChallenge challenge)
           
 void continueWithoutCredentialForAuthenticationChallenge(NSURLAuthenticationChallenge challenge)
           
 void useCredential_forAuthenticationChallenge(NSURLCredential credential, NSURLAuthenticationChallenge challenge)
           
 
Methods inherited from interface org.rococoa.cocoa.foundation.protocols.NSObject
autorelease, class_, conformsToProtocol, hash, isEqual, isMemberOfClass, isProxy, performSelector_withObject_withObject, performSelector_withObject, performSelector, respondsToSelector, self, superclass, zone
 
Methods inherited from interface org.rococoa.ObjCObject
id
 

Field Detail

_NSCLASS_

static final NSURLAuthenticationChallengeSender._class_ _NSCLASS_
Method Detail

useCredential_forAuthenticationChallenge

void useCredential_forAuthenticationChallenge(NSURLCredential credential,
                                              NSURLAuthenticationChallenge challenge)

continueWithoutCredentialForAuthenticationChallenge

void continueWithoutCredentialForAuthenticationChallenge(NSURLAuthenticationChallenge challenge)

cancelAuthenticationChallenge

void cancelAuthenticationChallenge(NSURLAuthenticationChallenge challenge)


Copyright © 2009. All Rights Reserved.