Package | Description |
---|---|
org.apache.activemq.artemis.spi.core.protocol | |
org.apache.activemq.artemis.spi.core.remoting |
Modifier and Type | Interface and Description |
---|---|
interface |
RemotingConnection
A RemotingConnection is a connection between a client and a server.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractRemotingConnection |
Modifier and Type | Method and Description |
---|---|
Acceptor |
AcceptorFactory.createAcceptor(String name,
org.apache.activemq.artemis.core.server.cluster.ClusterConnection clusterConnection,
Map<String,Object> configuration,
BufferHandler handler,
ServerConnectionLifeCycleListener listener,
Executor threadPool,
ScheduledExecutorService scheduledThreadPool,
Map<String,ProtocolManager> protocolMap)
Create a new instance of an Acceptor.
|
Connector |
ConnectorFactory.createConnector(Map<String,Object> configuration,
BufferHandler handler,
ClientConnectionLifeCycleListener listener,
Executor closeExecutor,
Executor threadPool,
ScheduledExecutorService scheduledThreadPool,
ClientProtocolManager protocolManager)
creates a new instance of a connector.
|
Copyright © 2020 The Apache Software Foundation. All rights reserved.