Package org.brijframework.net
Interface Network
-
public interface Network
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description URLConnectioncloseConnection()URLgetConnectionUrl()StringgetHost()StringgetId()NumbergetPort()StringgetProtocal()booleanisAlive()booleanisReachable()booleanisSecure()URLConnectionopenConnection()
-
-
-
Method Detail
-
getId
String getId()
-
getHost
String getHost()
-
getPort
Number getPort()
-
isSecure
boolean isSecure()
-
getProtocal
String getProtocal()
-
openConnection
URLConnection openConnection() throws IOException
- Throws:
IOException
-
closeConnection
URLConnection closeConnection() throws IOException
- Throws:
IOException
-
getConnectionUrl
URL getConnectionUrl() throws MalformedURLException
- Throws:
MalformedURLException
-
isAlive
boolean isAlive()
-
isReachable
boolean isReachable() throws IOException- Throws:
IOException
-
-