com.sap.security.core.server.https
Interface SocketFactory

All Known Implementing Classes:
SecureConnectionFactory

public interface SocketFactory

This is an abstract interface for using within a HTTP/WebDAV library developed by SAP DTR team.

Copyright (c) 2003 SAP AG.


Method Summary
 Socket createSocket(String host, int port)
           
 Socket createSocket(String host, int port, Socket socket)
           
 

Method Detail

createSocket

public Socket createSocket(String host,
                           int port)
                    throws IOException

createSocket

public Socket createSocket(String host,
                           int port,
                           Socket socket)
                    throws IOException