Uses of Class
org.ow2.joram.mom.amqp.exceptions.FrameErrorException
-
Packages that use FrameErrorException Package Description org.ow2.joram.mom.amqp org.ow2.joram.mom.amqp.marshalling -
-
Uses of FrameErrorException in org.ow2.joram.mom.amqp
Methods in org.ow2.joram.mom.amqp that throw FrameErrorException Modifier and Type Method Description private voidAMQPConnectionListener. doProcessBody(byte[] body, PublishRequest publishRequest, int channelNumber)Process the content body.private static voidAMQPConnectionListener. readProtocolHeader(InputStream in) -
Uses of FrameErrorException in org.ow2.joram.mom.amqp.marshalling
Methods in org.ow2.joram.mom.amqp.marshalling that throw FrameErrorException Modifier and Type Method Description static AbstractMarshallingClassAbstractMarshallingClass. read(AMQPInputStream is)static AbstractMarshallingMethodAbstractMarshallingMethod. read(byte[] payload)static FrameFrame. readFrom(InputStream in)
-