public static class AMQP.Channel extends AbstractMarshallingClass
Modifier and Type | Class and Description |
---|---|
static class |
AMQP.Channel.Close
This method indicates that the sender wants to close the channel.
|
static class |
AMQP.Channel.CloseOk
This method confirms a Channel.Close method and tells the recipient that it is safe to release resources for the channel.
|
static class |
AMQP.Channel.Flow
This method asks the peer to pause or restart the flow of content data
sent by a consumer.
|
static class |
AMQP.Channel.FlowOk
Confirms to the peer that a flow command was received and processed.
|
static class |
AMQP.Channel.Open
This method opens a channel to the server.
|
static class |
AMQP.Channel.OpenOk
This method signals to the client that the channel is ready for use.
|
Modifier and Type | Field and Description |
---|---|
static int |
INDEX |
static String[] |
methodnames |
static int[] |
mids |
private static long |
serialVersionUID |
logger
Constructor and Description |
---|
AMQP.Channel() |
Modifier and Type | Method and Description |
---|---|
String |
getMethodName(int id) |
private static int |
getPosition(int id) |
String |
toString() |
read
private static final long serialVersionUID
public static final int INDEX
public static final int[] mids
public static final String[] methodnames
private static int getPosition(int id)
public String getMethodName(int id)
getMethodName
in class AbstractMarshallingClass
Copyright © 2018 ScalAgent D.T.. All Rights Reserved.