Uses of Class
org.robovm.apple.network.NWWsResponseStatus
| Package | Description |
|---|---|
| org.robovm.apple.network |
-
Uses of NWWsResponseStatus in org.robovm.apple.network
Methods in org.robovm.apple.network that return NWWsResponseStatus Modifier and Type Method Description NWWsResponseStatusNWWsResponse. getStatus()static NWWsResponseStatusNWWsResponseStatus. valueOf(long n)Returns the enum constant of this type with the specified name.static NWWsResponseStatusNWWsResponseStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static NWWsResponseStatus[]NWWsResponseStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.robovm.apple.network with parameters of type NWWsResponseStatus Constructor Description NWWsResponse(NWWsResponseStatus status, String selected_subprotocol)