org.apache.activemq.transport.amqp
Class AmqpNioSslTransportFactory

java.lang.Object
  extended by org.apache.activemq.transport.TransportFactory
      extended by org.apache.activemq.transport.tcp.TcpTransportFactory
          extended by org.apache.activemq.transport.nio.NIOTransportFactory
              extended by org.apache.activemq.transport.amqp.AmqpNioTransportFactory
                  extended by org.apache.activemq.transport.amqp.AmqpNioSslTransportFactory
All Implemented Interfaces:
BrokerServiceAware

public class AmqpNioSslTransportFactory
extends AmqpNioTransportFactory


Constructor Summary
AmqpNioSslTransportFactory()
           
 
Method Summary
protected  org.apache.activemq.transport.tcp.TcpTransport createTcpTransport(org.apache.activemq.wireformat.WireFormat wf, SocketFactory socketFactory, URI location, URI localLocation)
           
protected  org.apache.activemq.transport.tcp.TcpTransportServer createTcpTransportServer(URI location, ServerSocketFactory serverSocketFactory)
           
 TransportServer doBind(URI location)
           
 
Methods inherited from class org.apache.activemq.transport.amqp.AmqpNioTransportFactory
compositeConfigure, getDefaultWireFormatType, isUseInactivityMonitor, serverConfigure, setBrokerService
 
Methods inherited from class org.apache.activemq.transport.nio.NIOTransportFactory
createServerSocketFactory, createSocketFactory
 
Methods inherited from class org.apache.activemq.transport.tcp.TcpTransportFactory
createInactivityMonitor, createTransport
 
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

AmqpNioSslTransportFactory

public AmqpNioSslTransportFactory()
Method Detail

createTcpTransportServer

protected org.apache.activemq.transport.tcp.TcpTransportServer createTcpTransportServer(URI location,
                                                                                        ServerSocketFactory serverSocketFactory)
                                                                                 throws IOException,
                                                                                        URISyntaxException
Overrides:
createTcpTransportServer in class AmqpNioTransportFactory
Throws:
IOException
URISyntaxException

createTcpTransport

protected org.apache.activemq.transport.tcp.TcpTransport createTcpTransport(org.apache.activemq.wireformat.WireFormat wf,
                                                                            SocketFactory socketFactory,
                                                                            URI location,
                                                                            URI localLocation)
                                                                     throws UnknownHostException,
                                                                            IOException
Overrides:
createTcpTransport in class AmqpNioTransportFactory
Throws:
UnknownHostException
IOException

doBind

public TransportServer doBind(URI location)
                       throws IOException
Overrides:
doBind in class org.apache.activemq.transport.tcp.TcpTransportFactory
Throws:
IOException


Copyright © 2005-2013 The Apache Software Foundation. All Rights Reserved.