Uses of Class
org.robovm.apple.foundation.NSURLSessionWebSocketCloseCode
| Package | Description |
|---|---|
| org.robovm.apple.foundation |
-
Uses of NSURLSessionWebSocketCloseCode in org.robovm.apple.foundation
Methods in org.robovm.apple.foundation that return NSURLSessionWebSocketCloseCode Modifier and Type Method Description NSURLSessionWebSocketCloseCodeNSURLSessionWebSocketTask. getCloseCode()static NSURLSessionWebSocketCloseCodeNSURLSessionWebSocketCloseCode. valueOf(long n)Returns the enum constant of this type with the specified name.static NSURLSessionWebSocketCloseCodeNSURLSessionWebSocketCloseCode. valueOf(String name)Returns the enum constant of this type with the specified name.static NSURLSessionWebSocketCloseCode[]NSURLSessionWebSocketCloseCode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.robovm.apple.foundation with parameters of type NSURLSessionWebSocketCloseCode Modifier and Type Method Description voidNSURLSessionWebSocketTask. cancel(NSURLSessionWebSocketCloseCode closeCode, NSData reason)voidNSURLSessionWebSocketDelegate. didClose(NSURLSession session, NSURLSessionWebSocketTask webSocketTask, NSURLSessionWebSocketCloseCode closeCode, NSData reason)voidNSURLSessionWebSocketDelegateAdapter. didClose(NSURLSession session, NSURLSessionWebSocketTask webSocketTask, NSURLSessionWebSocketCloseCode closeCode, NSData reason)