org.apache.mina.filter
Class SSLFilter.SSLFilterMessage

java.lang.Object
  extended by org.apache.mina.filter.SSLFilter.SSLFilterMessage
Enclosing class:
SSLFilter

public static class SSLFilter.SSLFilterMessage
extends Object

A message that is sent from SSLFilter when the connection became secure or is not secure anymore.

Version:
$Rev: 391231 $, $Date: 2006-04-04 15:21:55 +0900 (Tue, 04 Apr 2006) $
Author:
The Apache Directory Project (mina-dev@directory.apache.org)

Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

toString

public String toString()
Overrides:
toString in class Object