May 2001
Intermediate to advanced
618 pages
20h 50m
English
Interface javax.net.ssl.HandshakeCompleted-Listener
Classes that implement this interface can be registered with an SSL socket and will be notified when the socket has completed its protocol negotiation.
public interface javax.net.ssl.HandshakeCompletedListener
implements java.util.EventListener {
// Instance Methods
public abstract void handshakeCompleted(HandshakeCompletedEvent);
}
HandshakeCompletedEvent, SSLSession
|
Read now
Unlock full access