org.activemq.transport.ssl
Class SslTransportServerChannelFactory

java.lang.Object
  extended byorg.activemq.transport.tcp.SfTransportServerChannelFactory
      extended byorg.activemq.transport.ssl.SslTransportServerChannelFactory
All Implemented Interfaces:
org.activemq.transport.TransportServerChannelFactory

public class SslTransportServerChannelFactory
extends org.activemq.transport.tcp.SfTransportServerChannelFactory

An SSL implementation of a TransportServerChannelFactory

Version:
$Revision$

Field Summary
 
Fields inherited from class org.activemq.transport.tcp.SfTransportServerChannelFactory
BACKLOG
 
Constructor Summary
SslTransportServerChannelFactory()
           
SslTransportServerChannelFactory(SSLServerSocketFactory socketFactory)
           
 
Methods inherited from class org.activemq.transport.tcp.SfTransportServerChannelFactory
create, createServerSocket
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SslTransportServerChannelFactory

public SslTransportServerChannelFactory()

SslTransportServerChannelFactory

public SslTransportServerChannelFactory(SSLServerSocketFactory socketFactory)


Copyright © 2004-2007 Protique, Ltd.. All Rights Reserved.