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 MethodCommandAssembler. methodThe method for this commandMethods in com.rabbitmq.client.impl that return Method Modifier and Type Method Description MethodAMQCommand. getMethod()Public API - Retrieves theMethodheld within this Command.MethodCommandAssembler. getMethod()static MethodAMQImpl. 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)
-