Uses of Class
com.rabbitmq.client.impl.Frame
-
Packages that use Frame Package Description com.rabbitmq.client The client API proper: classes and interfaces representing the AMQP connections, channels, and wire-protocol framing descriptors.com.rabbitmq.client.impl Implementations of interfaces specified in the client API, and their supporting classes.com.rabbitmq.client.impl.nio NIO network connector. -
-
Uses of Frame in com.rabbitmq.client
Fields in com.rabbitmq.client declared as Frame Modifier and Type Field Description private FrameUnexpectedFrameError. _frameMethods in com.rabbitmq.client that return Frame Modifier and Type Method Description FrameUnexpectedFrameError. getReceivedFrame()Constructors in com.rabbitmq.client with parameters of type Frame Constructor Description UnexpectedFrameError(Frame frame, int expectedFrameType) -
Uses of Frame in com.rabbitmq.client.impl
Methods in com.rabbitmq.client.impl that return Frame Modifier and Type Method Description static FrameFrame. fromBodyFragment(int channelNumber, byte[] body, int offset, int length)FrameFrameHandler. readFrame()Read aFramefrom the underlying data connection.FrameSocketFrameHandler. readFrame()static FrameFrame. readFrom(java.io.DataInputStream is, int maxPayloadSize)Protected API - Factory method to instantiate a Frame by reading an AMQP-wire-protocol frame from the given input stream.FrameAMQContentHeader. toFrame(int channelNumber, long bodySize)Private API - Called byAMQCommand.transmit(com.rabbitmq.client.impl.AMQChannel)FrameMethod. toFrame(int channelNumber)Methods in com.rabbitmq.client.impl with parameters of type Frame Modifier and Type Method Description private voidCommandAssembler. consumeBodyFrame(Frame f)private voidCommandAssembler. consumeHeaderFrame(Frame f)private voidCommandAssembler. consumeMethodFrame(Frame f)voidAMQChannel. handleFrame(Frame frame)Private API - When the Connection receives a Frame for this channel, it passes it to this method.booleanAMQCommand. handleFrame(Frame f)booleanCommandAssembler. handleFrame(Frame f)booleanAMQConnection. handleReadFrame(Frame frame)private APIprivate voidAMQConnection. readFrame(Frame frame)voidAMQConnection. writeFrame(Frame f)Public API - sends a frame directly to the broker.voidFrameHandler. writeFrame(Frame frame)Write aFrameto the underlying data connection.voidSocketFrameHandler. writeFrame(Frame frame) -
Uses of Frame in com.rabbitmq.client.impl.nio
Fields in com.rabbitmq.client.impl.nio declared as Frame Modifier and Type Field Description (package private) FrameFrameWriteRequest. frameMethods in com.rabbitmq.client.impl.nio that return Frame Modifier and Type Method Description FrameFrameBuilder. readFrame()Read a frame from the network.FrameSocketChannelFrameHandler. readFrame()Methods in com.rabbitmq.client.impl.nio with parameters of type Frame Modifier and Type Method Description voidSocketChannelFrameHandlerState. write(Frame frame)voidSocketChannelFrameHandler. writeFrame(Frame frame)Constructors in com.rabbitmq.client.impl.nio with parameters of type Frame Constructor Description FrameWriteRequest(Frame frame)
-