Class AmqpFrameParser
java.lang.Object
org.apache.activemq.transport.amqp.AmqpFrameParser
State based Frame reader that is used in the NIO based transports where
AMQP frames can come in in partial or overlapping forms.
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidparse(ByteBuffer incoming) voidreset()voidsetWireFormat(AmqpWireFormat wireFormat)
-
Constructor Details
-
AmqpFrameParser
-
AmqpFrameParser
public AmqpFrameParser(org.apache.activemq.transport.tcp.TcpTransport transport)
-
-
Method Details
-
parse
- Throws:
Exception
-
reset
public void reset() -
setWireFormat
-
getWireFormat
-