Networks

org.beangle.commons.net.Networks
object Networks

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Networks.type

Members list

Value members

Concrete methods

def isPortFree(port: Int): Boolean
def localIPs: Set[String]
def openURL(l: String): URLConnection
def tryConnectURL(l: String): Option[URL]
def uri(l: String): URI
def url(l: String): URL
def url(context: URL, path: String): URL