MCPcopy Create free account
hub / github.com/codenameone/CodenameOne / isSupported

Method isSupported

CodenameOne/src/com/codename1/io/Socket.java:45–47  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

43 ///
44 /// true if sockets are supported in this port, false otherwise
45 public static boolean isSupported() {
46 return Util.getImplementation().isSocketAvailable();
47 }
48
49 /// Returns true if server sockets are supported in this port, if this method returns
50 /// false invocations of listen will always fail

Calls 2

getImplementationMethod · 0.95
isSocketAvailableMethod · 0.45