org.apache.mina.filter.ssl
Class SslFilter.SslFilterMessage

java.lang.Object
  extended by org.apache.mina.filter.ssl.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: 713366 $, $Date: 2008-11-12 14:39:23 +0100 (Mi, 12 Nov 2008) $
Author:
The Apache MINA Project (dev@mina.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


Copyright © 2004-2009 Apache MINA Project. All Rights Reserved.