Java.Net.InetSocketAddress: Constructor Members

The constructors of Java.Net.InetSocketAddress are listed below. For a list of all members, see the InetSocketAddress Members list.

See Also: Inherited members from Java.Net.SocketAddress

Public Constructors

Creates a socket endpoint with the given port number port and no specified address.
Creates a socket endpoint with the given port number port and address.
Creates a socket endpoint with the given port number port and the hostname host.

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.