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: 451854 $, $Date: 2006-10-02 11:30:11 +0900 (월, 02 10월 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