public static class AMQP.Connection.TuneOk extends AbstractMarshallingMethod
Modifier and Type | Field and Description |
---|---|
int |
channelMax
The maximum total number of channels that the client will use per connection.
|
int |
frameMax
The largest frame size that the client and server will use for the connection.
|
int |
heartbeat
The delay, in seconds, of the connection heartbeat that the client wants.
|
static int |
INDEX |
private static long |
serialVersionUID |
channelNumber, logger
Constructor and Description |
---|
TuneOk() |
TuneOk(int channelMax,
int frameMax,
int heartbeat)
This method sends the client's connection tuning parameters to the server.
|
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 TuneOk(int channelMax, int frameMax, int heartbeat)
public TuneOk()
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 © 2020 ScalAgent D.T.. All rights reserved.