Package com.rabbitmq.client.impl
Class AMQImpl
- java.lang.Object
-
- com.rabbitmq.client.impl.AMQImpl
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
AMQImpl.Access
static class
AMQImpl.Basic
static class
AMQImpl.Channel
static class
AMQImpl.Confirm
static class
AMQImpl.Connection
static class
AMQImpl.DefaultMethodVisitor
static class
AMQImpl.Exchange
static interface
AMQImpl.MethodVisitor
static class
AMQImpl.Queue
static class
AMQImpl.Tx
-
Nested classes/interfaces inherited from interface com.rabbitmq.client.AMQP
AMQP.BasicProperties, AMQP.PROTOCOL
-
-
Field Summary
-
Fields inherited from interface com.rabbitmq.client.AMQP
ACCESS_REFUSED, CHANNEL_ERROR, COMMAND_INVALID, CONNECTION_FORCED, CONTENT_TOO_LARGE, FRAME_BODY, FRAME_END, FRAME_ERROR, FRAME_HEADER, FRAME_HEARTBEAT, FRAME_METHOD, FRAME_MIN_SIZE, INTERNAL_ERROR, INVALID_PATH, NO_CONSUMERS, NO_ROUTE, NOT_ALLOWED, NOT_FOUND, NOT_IMPLEMENTED, PRECONDITION_FAILED, REPLY_SUCCESS, RESOURCE_ERROR, RESOURCE_LOCKED, SYNTAX_ERROR, UNEXPECTED_FRAME
-
-
Constructor Summary
Constructors Constructor Description AMQImpl()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static AMQContentHeader
readContentHeaderFrom(DataInputStream in)
static Method
readMethodFrom(DataInputStream in)
-
-
-
Method Detail
-
readMethodFrom
public static Method readMethodFrom(DataInputStream in) throws IOException
- Throws:
IOException
-
readContentHeaderFrom
public static AMQContentHeader readContentHeaderFrom(DataInputStream in) throws IOException
- Throws:
IOException
-
-