Ja.NET Standard Edition 5.0

Documentation API Specification

Contents

DefaultSocketFactory Class Reference

Inherits javax::net::SocketFactory.

List of all members.


Detailed Description

Default implementation of javax.net.SocketFactory.


Public Member Functions

Socket createSocket () throws IOException
Socket createSocket (String host, int port) throws IOException, UnknownHostException
Socket createSocket (String host, int port, InetAddress localHost, int localPort) throws IOException, UnknownHostException
Socket createSocket (InetAddress host, int port) throws IOException
Socket createSocket (InetAddress address, int port, InetAddress localAddress, int localPort) throws IOException

Member Function Documentation

Socket createSocket (  )  throws IOException

Reimplemented from SocketFactory.

Socket createSocket ( String  host,
int  port 
) throws IOException, UnknownHostException [virtual]

Implements SocketFactory.

Socket createSocket ( String  host,
int  port,
InetAddress  localHost,
int  localPort 
) throws IOException, UnknownHostException [virtual]

Implements SocketFactory.

Socket createSocket ( InetAddress  host,
int  port 
) throws IOException [virtual]

Implements SocketFactory.

Socket createSocket ( InetAddress  address,
int  port,
InetAddress  localAddress,
int  localPort 
) throws IOException [virtual]

Implements SocketFactory.