org.apache.activemq.transport.stomp
Class StompSslTransportFactory

java.lang.Object
  extended by org.apache.activemq.transport.TransportFactory
      extended by org.apache.activemq.transport.tcp.TcpTransportFactory
          extended by org.apache.activemq.transport.tcp.SslTransportFactory
              extended by org.apache.activemq.transport.stomp.StompSslTransportFactory
All Implemented Interfaces:
BrokerServiceAware

public class StompSslTransportFactory
extends SslTransportFactory
implements BrokerServiceAware

A STOMP over SSL transport factory


Constructor Summary
StompSslTransportFactory()
           
 
Method Summary
 Transport compositeConfigure(Transport transport, WireFormat format, java.util.Map options)
           
protected  Transport createInactivityMonitor(Transport transport, WireFormat format)
           
protected  SslTransportServer createSslTransportServer(java.net.URI location, javax.net.ssl.SSLServerSocketFactory serverSocketFactory)
           
protected  java.lang.String getDefaultWireFormatType()
           
 Transport serverConfigure(Transport transport, WireFormat format, java.util.HashMap options)
           
 void setBrokerService(BrokerService brokerService)
           
 
Methods inherited from class org.apache.activemq.transport.tcp.SslTransportFactory
createServerSocketFactory, createSocketFactory, createTransport, doBind
 
Methods inherited from class org.apache.activemq.transport.tcp.TcpTransportFactory
createTcpTransport, createTcpTransportServer, isUseInactivityMonitor
 
Methods inherited from class org.apache.activemq.transport.TransportFactory
bind, compositeConnect, compositeConnect, configure, connect, connect, createWireFormat, createWireFormatFactory, doCompositeConnect, doCompositeConnect, doConnect, doConnect, findTransportFactory, getOption, registerTransportFactory
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StompSslTransportFactory

public StompSslTransportFactory()
Method Detail

getDefaultWireFormatType

protected java.lang.String getDefaultWireFormatType()
Overrides:
getDefaultWireFormatType in class TransportFactory

createSslTransportServer

protected SslTransportServer createSslTransportServer(java.net.URI location,
                                                      javax.net.ssl.SSLServerSocketFactory serverSocketFactory)
                                               throws java.io.IOException,
                                                      java.net.URISyntaxException
Overrides:
createSslTransportServer in class SslTransportFactory
Throws:
java.io.IOException
java.net.URISyntaxException

compositeConfigure

public Transport compositeConfigure(Transport transport,
                                    WireFormat format,
                                    java.util.Map options)
Overrides:
compositeConfigure in class SslTransportFactory

serverConfigure

public Transport serverConfigure(Transport transport,
                                 WireFormat format,
                                 java.util.HashMap options)
                          throws java.lang.Exception
Overrides:
serverConfigure in class TransportFactory
Throws:
java.lang.Exception

setBrokerService

public void setBrokerService(BrokerService brokerService)
Specified by:
setBrokerService in interface BrokerServiceAware

createInactivityMonitor

protected Transport createInactivityMonitor(Transport transport,
                                            WireFormat format)
Overrides:
createInactivityMonitor in class TcpTransportFactory


Copyright © 2005-2014 Red Hat, Inc.. All Rights Reserved.