tn5250j/src/org/tn5250j/framework/transport SSLInterface.java,1.1,1.2
Steve Kennedy <[email protected]> Fri, 25 Feb 2005 08:00:18 +0000
| Newsgroups | gmane.comp.java.tn5250j.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/tn5250j/tn5250j/src/org/tn5250j/framework/transport
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21979/src/org/tn5250j/framework/transport
Modified Files:
SSLInterface.java
Log Message:
SSL Updates
Index: SSLInterface.java
===================================================================
RCS file: /cvsroot/tn5250j/tn5250j/src/org/tn5250j/framework/transport/SSLInterface.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** SSLInterface.java 1 Aug 2004 14:36:28 -0000 1.1
--- SSLInterface.java 25 Feb 2005 08:00:15 -0000 1.2
***************
*** 26,31 ****
--- 26,42 ----
public interface SSLInterface {
+ /**
+ * Set the SSL type (if required) for new sockets
+ * @param type The ssl type
+ * @see org.tn5250j.framework.transport.SSLConstants
+ */
public abstract void setSSLType(String type);
+ /**
+ * Create a new socket
+ * @param destination
+ * @param port
+ * @return new socket, or null if none could be created.
+ */
public abstract Socket createSSLSocket(String destination, int port);
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click