Uses of Class
com.rabbitmq.client.impl.Method
-
Packages that use Method Package Description com.rabbitmq.client.impl Implementations of interfaces specified in the client API, and their supporting classes. -
-
Uses of Method in com.rabbitmq.client.impl
Fields in com.rabbitmq.client.impl declared as Method Modifier and Type Field Description private Method
CommandAssembler. method
The method for this commandMethods in com.rabbitmq.client.impl that return Method Modifier and Type Method Description Method
AMQCommand. getMethod()
Public API - Retrieves theMethod
held within this Command.Method
CommandAssembler. getMethod()
static Method
AMQImpl. readMethodFrom(java.io.DataInputStream in)
Constructors in com.rabbitmq.client.impl with parameters of type Method Constructor Description CommandAssembler(Method method, AMQContentHeader contentHeader, byte[] body, int maxBodyLength)
-