Class jls.net.InetSocketAddress

This class represents an Internet Protocol (IP) address and a port.
Defined in: InetSocketAddress.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
Method Summary
Method Attributes Method Name and Description
 
Returns the InetAddress object.
 
Gets the host name for this IP address.
 
Returns the port number.
 
Gets the string representation of this socket address.
Class Detail
jls.net.InetSocketAddress()
Method Detail
{jls.net.InetAddress} getAddress()
Returns the InetAddress object.
Returns:
{jls.net.InetAddress} The InetAddress.

{String} getHostName()
Gets the host name for this IP address.
Returns:
{String} The host name for this IP address.

{Number} getPort()
Returns the port number.
Returns:
{Number} The port number.

{String} toString()
Gets the string representation of this socket address.
Returns:
{String} The string representation of this socket address.

Documentation generated by JsDoc Toolkit 2.3.2 on Sat Jan 08 2011 02:00:14 GMT+0100 (CET)