org.activeio.net
Class SslSocketSynchChannelFactory

java.lang.Object
  extended byorg.activeio.net.SocketSynchChannelFactory
      extended byorg.activeio.net.SslSocketSynchChannelFactory
All Implemented Interfaces:
SynchChannelFactory

public class SslSocketSynchChannelFactory
extends SocketSynchChannelFactory

A SslSynchChannelFactory creates org.activeio.net.TcpSynchChannel and org.activeio.net.TcpSynchChannelServer objects that use SSL.

Version:
$Revision$

Field Summary
 
Fields inherited from class org.activeio.net.SocketSynchChannelFactory
DEFAULT_BACKLOG
 
Constructor Summary
SslSocketSynchChannelFactory()
           
 
Methods inherited from class org.activeio.net.SocketSynchChannelFactory
bindSynchChannel, createSynchChannel, getBacklog, openSynchChannel, setBacklog
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SslSocketSynchChannelFactory

public SslSocketSynchChannelFactory()


Copyright © -2005 The ActiveIO Project. All Rights Reserved.