org.beepcore.beep.profile.tls.jsse
Interface TLSProfileJSSEHandshakeCompletedListener
- public interface TLSProfileJSSEHandshakeCompletedListener
receives handshake completed events. This allows the application to
examine the trust of the authentication and take appropriate action as
necessary, such as alter the profiles on the session, or simply close it.
- See Also:
TLSProfile
,
Session
,
HandshakeCompletedListener
handshakeCompleted
public boolean handshakeCompleted(Session session,
HandshakeCompletedEvent event)
- called after the SSL handshake has completed to allow verification
and fine tuning by the application.
- Parameters:
session
- The BEEP Session on which the TLS profile channel was initiatedevent
- Event passed by the SSLSocket
when the handshake was completed.- See Also:
HandshakeCompletedEvent
,
Session
Copyright ? 2001 Invisible Worlds, Inc. All Rights Reserved.