au.com.terabit.ssl
Class SSLAsynchChannelFactory

java.lang.Object
  extended by au.com.terabit.ssl.SSLAsynchChannelFactory
All Implemented Interfaces:
AsynchChannelHandlerFactory

public class SSLAsynchChannelFactory
extends java.lang.Object
implements AsynchChannelHandlerFactory

Author:
Alexander Libman, Yevgeny Libman Copyright © 2003 Terabit Pty Ltd. All rights reserved.

Constructor Summary
SSLAsynchChannelFactory(boolean mode, javax.net.ssl.SSLContext ctx, AsynchChannelHandlerFactory usrFactory)
           
 
Method Summary
 AsynchChannelHandler createChannelHandler()
          Creates protocol instance for the given channel.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SSLAsynchChannelFactory

public SSLAsynchChannelFactory(boolean mode,
                               javax.net.ssl.SSLContext ctx,
                               AsynchChannelHandlerFactory usrFactory)
Method Detail

createChannelHandler

public AsynchChannelHandler createChannelHandler()
Description copied from interface: AsynchChannelHandlerFactory
Creates protocol instance for the given channel.

Specified by:
createChannelHandler in interface AsynchChannelHandlerFactory
Returns:
a new AsynchHandler instance