public class AmqpFrameParser extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
AmqpFrameParser.AMQPFrameSink |
| Constructor and Description |
|---|
AmqpFrameParser(AmqpFrameParser.AMQPFrameSink sink) |
AmqpFrameParser(TcpTransport transport) |
| Modifier and Type | Method and Description |
|---|---|
AmqpWireFormat |
getWireFormat() |
void |
parse(ByteBuffer incoming) |
void |
reset() |
void |
setWireFormat(AmqpWireFormat wireFormat) |
public AmqpFrameParser(AmqpFrameParser.AMQPFrameSink sink)
public AmqpFrameParser(TcpTransport transport)
public void parse(ByteBuffer incoming) throws Exception
Exceptionpublic void reset()
public void setWireFormat(AmqpWireFormat wireFormat)
public AmqpWireFormat getWireFormat()
Copyright © 2005–2015 FuseSource, Corp.. All rights reserved.