public class AmqpNioSslTransportFactory extends AmqpNioTransportFactory
Modifier and Type | Field and Description |
---|---|
protected SSLContext |
context |
Constructor and Description |
---|
AmqpNioSslTransportFactory() |
Modifier and Type | Method and Description |
---|---|
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) |
compositeConfigure, createInactivityMonitor, getDefaultWireFormatType, serverConfigure, setBrokerService
createServerSocketFactory, createSocketFactory
createTransport, isUseInactivityMonitor
bind, compositeConnect, compositeConnect, configure, connect, connect, createWireFormat, createWireFormatFactory, doCompositeConnect, doCompositeConnect, doConnect, doConnect, findTransportFactory, getOption, registerTransportFactory
protected SSLContext context
public AmqpNioSslTransportFactory()
protected org.apache.activemq.transport.tcp.TcpTransportServer createTcpTransportServer(URI location, ServerSocketFactory serverSocketFactory) throws IOException, URISyntaxException
createTcpTransportServer
in class AmqpNioTransportFactory
IOException
URISyntaxException
protected org.apache.activemq.transport.tcp.TcpTransport createTcpTransport(org.apache.activemq.wireformat.WireFormat wf, SocketFactory socketFactory, URI location, URI localLocation) throws UnknownHostException, IOException
createTcpTransport
in class AmqpNioTransportFactory
UnknownHostException
IOException
public TransportServer doBind(URI location) throws IOException
doBind
in class org.apache.activemq.transport.tcp.TcpTransportFactory
IOException
Copyright © 2005–2016 FuseSource, Corp.. All rights reserved.