java.lang.Objectjava.util.EventObject
javax.net.ssl.HandshakeCompletedEvent
All Implemented Interfaces:
Serializable
The source of this event is the SSLSocket on which handshaking just completed.
1.4 - David - Brownell| Fields inherited from java.util.EventObject: |
|---|
| source |
| Constructor: |
|---|
|
| Method from javax.net.ssl.HandshakeCompletedEvent Summary: |
|---|
| getCipherSuite, getLocalCertificates, getLocalPrincipal, getPeerCertificateChain, getPeerCertificates, getPeerPrincipal, getSession, getSocket |
| Methods from java.util.EventObject: |
|---|
| getSource, toString |
| Methods from java.lang.Object: |
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method from javax.net.ssl.HandshakeCompletedEvent Detail: |
|---|
|
|
|
Note: this method exists for compatibility with previous releases. New applications should use #getPeerCertificates instead. |
|
|
|
|