com.rabbitmq.client
Class AMQP.PROTOCOL

java.lang.Object
  extended by com.rabbitmq.client.AMQP.PROTOCOL
Enclosing interface:
AMQP

public static class AMQP.PROTOCOL
extends java.lang.Object


Field Summary
static int MAJOR
           
static int MINOR
           
static int PORT
           
static int REVISION
           
 
Constructor Summary
AMQP.PROTOCOL()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MAJOR

public static final int MAJOR
See Also:
Constant Field Values

MINOR

public static final int MINOR
See Also:
Constant Field Values

REVISION

public static final int REVISION
See Also:
Constant Field Values

PORT

public static final int PORT
See Also:
Constant Field Values
Constructor Detail

AMQP.PROTOCOL

public AMQP.PROTOCOL()