/[classpath]/classpath/javax/net/ssl/HandshakeCompletedEvent.java
ViewVC logotype

Diff of /classpath/javax/net/ssl/HandshakeCompletedEvent.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by mkoch, Thu Oct 21 20:57:39 2004 UTC revision 1.3 by mkoch, Fri Oct 22 17:15:58 2004 UTC
# Line 52  import javax.security.cert.X509Certifica Line 52  import javax.security.cert.X509Certifica
52   */   */
53  public class HandshakeCompletedEvent extends java.util.EventObject  public class HandshakeCompletedEvent extends java.util.EventObject
54  {  {
   
55    // Fields.    // Fields.
56    // -------------------------------------------------------------------    // -------------------------------------------------------------------
57    
# Line 60  public class HandshakeCompletedEvent ext Line 59  public class HandshakeCompletedEvent ext
59    private static final long serialVersionUID = 7914963744257769778L;    private static final long serialVersionUID = 7914963744257769778L;
60    
61    /** The session. */    /** The session. */
62    private transient final SSLSession session;    private final transient SSLSession session;
63    
64    // Constructor.    // Constructor.
65    // -------------------------------------------------------------------    // -------------------------------------------------------------------

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26