Package com.swiftmq.amqp.v091.generated
Class Constants
- java.lang.Object
-
- com.swiftmq.amqp.v091.generated.Constants
-
public class Constants extends java.lang.Object
AMQP-Protocol Version 091 Automatically generated, don't change! Generation Date: Thu Apr 12 12:18:24 CEST 2012 (c) 2012, IIT Software GmbH, Bremen/Germany All Rights Reserved
-
-
Field Summary
Fields Modifier and Type Field Description static int
ACCESS_REFUSED
static int
CHANNEL_ERROR
static int
COMMAND_INVALID
static int
CONNECTION_FORCED
static int
CONTENT_TOO_LARGE
static int
FRAME_BODY
static int
FRAME_END
static int
FRAME_ERROR
static int
FRAME_HEADER
static int
FRAME_HEARTBEAT
static int
FRAME_METHOD
static int
FRAME_MIN_SIZE
static int
INTERNAL_ERROR
static int
INVALID_PATH
static int
NO_CONSUMERS
static int
NOT_ALLOWED
static int
NOT_FOUND
static int
NOT_IMPLEMENTED
static int
PRECONDITION_FAILED
static int
REPLY_SUCCESS
static int
RESOURCE_ERROR
static int
RESOURCE_LOCKED
static int
SYNTAX_ERROR
static int
UNEXPECTED_FRAME
-
Constructor Summary
Constructors Constructor Description Constants()
-
-
-
Field Detail
-
FRAME_METHOD
public static final int FRAME_METHOD
- See Also:
- Constant Field Values
-
FRAME_HEADER
public static final int FRAME_HEADER
- See Also:
- Constant Field Values
-
FRAME_BODY
public static final int FRAME_BODY
- See Also:
- Constant Field Values
-
FRAME_HEARTBEAT
public static final int FRAME_HEARTBEAT
- See Also:
- Constant Field Values
-
FRAME_MIN_SIZE
public static final int FRAME_MIN_SIZE
- See Also:
- Constant Field Values
-
FRAME_END
public static final int FRAME_END
- See Also:
- Constant Field Values
-
REPLY_SUCCESS
public static final int REPLY_SUCCESS
- See Also:
- Constant Field Values
-
CONTENT_TOO_LARGE
public static final int CONTENT_TOO_LARGE
- See Also:
- Constant Field Values
-
NO_CONSUMERS
public static final int NO_CONSUMERS
- See Also:
- Constant Field Values
-
CONNECTION_FORCED
public static final int CONNECTION_FORCED
- See Also:
- Constant Field Values
-
INVALID_PATH
public static final int INVALID_PATH
- See Also:
- Constant Field Values
-
ACCESS_REFUSED
public static final int ACCESS_REFUSED
- See Also:
- Constant Field Values
-
NOT_FOUND
public static final int NOT_FOUND
- See Also:
- Constant Field Values
-
RESOURCE_LOCKED
public static final int RESOURCE_LOCKED
- See Also:
- Constant Field Values
-
PRECONDITION_FAILED
public static final int PRECONDITION_FAILED
- See Also:
- Constant Field Values
-
FRAME_ERROR
public static final int FRAME_ERROR
- See Also:
- Constant Field Values
-
SYNTAX_ERROR
public static final int SYNTAX_ERROR
- See Also:
- Constant Field Values
-
COMMAND_INVALID
public static final int COMMAND_INVALID
- See Also:
- Constant Field Values
-
CHANNEL_ERROR
public static final int CHANNEL_ERROR
- See Also:
- Constant Field Values
-
UNEXPECTED_FRAME
public static final int UNEXPECTED_FRAME
- See Also:
- Constant Field Values
-
RESOURCE_ERROR
public static final int RESOURCE_ERROR
- See Also:
- Constant Field Values
-
NOT_ALLOWED
public static final int NOT_ALLOWED
- See Also:
- Constant Field Values
-
NOT_IMPLEMENTED
public static final int NOT_IMPLEMENTED
- See Also:
- Constant Field Values
-
INTERNAL_ERROR
public static final int INTERNAL_ERROR
- See Also:
- Constant Field Values
-
-