Package | Description |
---|---|
com.rabbitmq.client.impl |
Implementations of interfaces specified in the client API, and their supporting classes.
|
com.rabbitmq.client.impl.nio | |
com.rabbitmq.client.impl.recovery |
Modifier and Type | Class and Description |
---|---|
class |
SocketFrameHandler
A socket-based frame handler.
|
Modifier and Type | Method and Description |
---|---|
FrameHandler |
SocketFrameHandlerFactory.create(Address addr) |
FrameHandler |
FrameHandlerFactory.create(Address addr) |
FrameHandler |
SocketFrameHandlerFactory.create(Socket sock) |
FrameHandler |
AMQConnection.getFrameHandler() |
Constructor and Description |
---|
AMQConnection(ConnectionParams params,
FrameHandler frameHandler) |
AMQConnection(ConnectionParams params,
FrameHandler frameHandler,
MetricsCollector metricsCollector)
Construct a new connection
|
Modifier and Type | Class and Description |
---|---|
class |
SocketChannelFrameHandler |
Modifier and Type | Method and Description |
---|---|
FrameHandler |
SocketChannelFrameHandlerFactory.create(Address addr) |
Constructor and Description |
---|
RecoveryAwareAMQConnection(ConnectionParams params,
FrameHandler handler) |
RecoveryAwareAMQConnection(ConnectionParams params,
FrameHandler handler,
MetricsCollector metricsCollector) |
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.