Package org.eclipse.swt.internal.cocoa
Class NSMutableURLRequest
- java.lang.Object
-
- org.eclipse.swt.internal.cocoa.id
-
- org.eclipse.swt.internal.cocoa.NSObject
-
- org.eclipse.swt.internal.cocoa.NSURLRequest
-
- org.eclipse.swt.internal.cocoa.NSMutableURLRequest
-
public class NSMutableURLRequest extends NSURLRequest
-
-
Constructor Summary
Constructors Constructor Description NSMutableURLRequest()
NSMutableURLRequest(long id)
NSMutableURLRequest(id id)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static NSMutableURLRequest
requestWithURL(NSURL URL)
void
setCachePolicy(long cachePolicy)
void
setHTTPBody(NSData HTTPBody)
void
setHTTPMethod(NSString HTTPMethod)
void
setURL(NSURL URL)
void
setValue(NSString value, NSString field)
-
Methods inherited from class org.eclipse.swt.internal.cocoa.NSURLRequest
URL
-
Methods inherited from class org.eclipse.swt.internal.cocoa.NSObject
accessibilityAttributeValue, accessibilitySetOverrideValue, addEventListener, alloc, autorelease, cancelAuthenticationChallenge, className, conformsToProtocol, copy, description, draggedImage, draggingDestinationWindow, draggingLocation, draggingPasteboard, draggingSourceOperationMask, handleEvent, init, isEqual, isKindOfClass, mutableCopy, outlineView, outlineView, outlineView, performSelector, performSelectorOnMainThread, readSelectionFromPasteboard, release, respondsToSelector, retain, retainCount, setValue, superclass, tableView, tableView, useCredential, valueForKey, writeSelectionToPasteboard
-
Methods inherited from class org.eclipse.swt.internal.cocoa.id
equals, hashCode, objc_getClass, toString
-
-
-
-
Constructor Detail
-
NSMutableURLRequest
public NSMutableURLRequest()
-
NSMutableURLRequest
public NSMutableURLRequest(long id)
-
NSMutableURLRequest
public NSMutableURLRequest(id id)
-
-
Method Detail
-
setCachePolicy
public void setCachePolicy(long cachePolicy)
-
setHTTPBody
public void setHTTPBody(NSData HTTPBody)
-
setHTTPMethod
public void setHTTPMethod(NSString HTTPMethod)
-
setURL
public void setURL(NSURL URL)
-
requestWithURL
public static NSMutableURLRequest requestWithURL(NSURL URL)
-
-