Uses of Class
org.robovm.apple.coreservices.CFHTTPVersion
| Package | Description |
|---|---|
| org.robovm.apple.coreservices |
-
Uses of CFHTTPVersion in org.robovm.apple.coreservices
Fields in org.robovm.apple.coreservices declared as CFHTTPVersion Modifier and Type Field Description static CFHTTPVersionCFHTTPVersion. Version1_0static CFHTTPVersionCFHTTPVersion. Version1_1static CFHTTPVersionCFHTTPVersion. Version2_0static CFHTTPVersionCFHTTPVersion. Version3_0Methods in org.robovm.apple.coreservices that return CFHTTPVersion Modifier and Type Method Description CFHTTPVersionCFHTTPMessage. getVersion()static CFHTTPVersionCFHTTPVersion.Marshaler. toObject(Class<CFHTTPVersion> cls, long handle, long flags)static CFHTTPVersionCFHTTPVersion. valueOf(CFString value)Methods in org.robovm.apple.coreservices that return types with arguments of type CFHTTPVersion Modifier and Type Method Description static List<CFHTTPVersion>CFHTTPVersion.AsListMarshaler. toObject(Class<? extends CFType> cls, long handle, long flags)Methods in org.robovm.apple.coreservices with parameters of type CFHTTPVersion Modifier and Type Method Description static CFHTTPMessageCFHTTPMessage. createRequest(String requestMethod, NSURL url, CFHTTPVersion httpVersion)static CFHTTPMessageCFHTTPMessage. createRequest(CFAllocator alloc, String requestMethod, NSURL url, CFHTTPVersion httpVersion)static CFHTTPMessageCFHTTPMessage. createResponse(long statusCode, String statusDescription, CFHTTPVersion httpVersion)static CFHTTPMessageCFHTTPMessage. createResponse(CFAllocator alloc, long statusCode, String statusDescription, CFHTTPVersion httpVersion)static longCFHTTPVersion.Marshaler. toNative(CFHTTPVersion o, long flags)Method parameters in org.robovm.apple.coreservices with type arguments of type CFHTTPVersion Modifier and Type Method Description static longCFHTTPVersion.AsListMarshaler. toNative(List<CFHTTPVersion> l, long flags)static CFHTTPVersionCFHTTPVersion.Marshaler. toObject(Class<CFHTTPVersion> cls, long handle, long flags)