()
| 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 |