The members of Javax.Net.SocketFactory are listed below.
See Also: Inherited members from Java.Lang.Object
Creates a new SocketFactory instance. | ||
A constructor used when creating managed representations of JNI objects; called by the runtime. |
[read-only] static | Default | SocketFactory. Gets the default socket factory of the system which can be used to create new sockets without creating a subclass of this factory. |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
CreateSocket()Creates a new socket which is not connected to any remote host. | ||
abstract | CreateSocket(Java.Net.InetAddress, int)Creates a new socket which is connected to the remote host specified by the InetAddress host. | |
abstract | CreateSocket(string, int)Creates a new socket which is connected to the remote host specified by the parameters host and port. | |
abstract | CreateSocket(Java.Net.InetAddress, int, Java.Net.InetAddress, int)Creates a new socket which is connected to the remote host specified by the InetAddress address. | |
abstract | CreateSocket(string, int, Java.Net.InetAddress, int)Creates a new socket which is connected to the remote host specified by the parameters host and port. |