Java com.rabbitmq.client.impl AMQConnection fields, constructors, methods, implement or subclass

Example usage for Java com.rabbitmq.client.impl AMQConnection fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.rabbitmq.client.impl AMQConnection.

The text is from its open source code.

Method

voidclose()
Public API -
voidflush()
Public API - flush the output buffers
FrameHandlergetFrameHandler()
intgetFrameMax()
booleanprocessControlCommand(Command c)
Handles incoming control commands on channel zero.
voidstart()
Start up the connection, including the MainLoop thread.
voidwriteFrame(Frame f)
Public API - sends a frame directly to the broker.