public static class AMQP.Connection.Tune extends AbstractMarshallingMethod
Modifier and Type | Field and Description |
---|---|
int |
channelMax
Specifies highest channel number that the server permits.
|
int |
frameMax
The largest frame size that the server proposes for the connection,
including frame header and end-byte.
|
int |
heartbeat
The delay, in seconds, of the connection heartbeat that the server wants.
|
static int |
INDEX |
private static long |
serialVersionUID |
channelNumber, logger
Constructor and Description |
---|
AMQP.Connection.Tune() |
AMQP.Connection.Tune(int channelMax,
int frameMax,
int heartbeat)
This method proposes a set of connection configuration values to the client.
|
Modifier and Type | Method and Description |
---|---|
int |
getClassId() |
String |
getClassName() |
int |
getMethodId() |
String |
getMethodName() |
void |
readFrom(AMQPInputStream in) |
String |
toString() |
void |
writeTo(AMQPOutputStream out) |
read, toFrame
private static final long serialVersionUID
public int channelMax
public int frameMax
public int heartbeat
public static final int INDEX
public AMQP.Connection.Tune(int channelMax, int frameMax, int heartbeat)
public AMQP.Connection.Tune()
public int getMethodId()
getMethodId
in class AbstractMarshallingMethod
public String getMethodName()
getMethodName
in class AbstractMarshallingMethod
public int getClassId()
getClassId
in class AbstractMarshallingMethod
public String getClassName()
getClassName
in class AbstractMarshallingMethod
public void readFrom(AMQPInputStream in) throws IOException
readFrom
in class AbstractMarshallingMethod
IOException
public void writeTo(AMQPOutputStream out) throws IOException
writeTo
in class AbstractMarshallingMethod
IOException
Copyright © 2013 ScalAgent D.T.. All Rights Reserved.