Package | Description |
---|---|
org.hornetq.spi.core.protocol | |
org.hornetq.spi.core.remoting |
Remoting SPI.
|
Modifier and Type | Method and Description |
---|---|
ConnectionEntry |
ProtocolManager.createConnectionEntry(Acceptor acceptorUsed,
Connection connection) |
Modifier and Type | Method and Description |
---|---|
Acceptor |
AcceptorFactory.createAcceptor(org.hornetq.core.server.cluster.ClusterConnection clusterConnection,
java.util.Map<java.lang.String,java.lang.Object> configuration,
BufferHandler handler,
BufferDecoder decoder,
ConnectionLifeCycleListener listener,
java.util.concurrent.Executor threadPool,
java.util.concurrent.ScheduledExecutorService scheduledThreadPool)
Create a new instance of an Acceptor.
|
Modifier and Type | Method and Description |
---|---|
void |
ConnectionLifeCycleListener.connectionCreated(Acceptor acceptor,
Connection connection,
ProtocolType protocol)
This method is used both by client connector creation and server connection creation through acceptors.
|
Copyright © 2009 Red Hat Inc. All Rights Reserved.