org.jacorb.orb.factory
public interface SocketFactory
Version: $Id: SocketFactory.java,v 1.8 2006/07/26 09:16:58 alphonse.bendt Exp $
Method Summary | |
---|---|
Socket | createSocket(String host, int port)
create a connected stream Socket.
|
Socket | createSocket(String host, int port, int timeout)
create a connected stream Socket.
|
boolean | isSSL(Socket socket) |
Parameters: host the host name port the port number
Returns: a connected stream Socket
Throws: IOException
Parameters: host the host name port the port number timeout the timeout value to be used in milliseconds
Returns: a connected stream Socket
Throws: IOException
Returns: true if the specified socket supports SSL.