Finding out the cipher used by the client

Is there any method available by which we can check that what cipher the client ?
[88 byte] By [Deo_Zonea] at [2007-11-26 19:21:36]
# 1
SSLSocket.getSession().getCipherSuite(). This returns the cipher suite which has been negotiated by the handshake. Same at both client and server obviously.
ejpa at 2007-7-9 21:41:11 > top of Java-index,Security,Java Secure Socket Extension (JSSE)...