com.crankuptheamps.client
Interface ProtocolParser

All Known Implementing Classes:
FIXProtocolParser, JSONProtocolParser, NVFIXProtocolParser, XMLProtocolParser

public interface ProtocolParser


Method Summary
 void process(ByteBuffer buffer, int length, MessageHandler listener)
           
 

Method Detail

process

void process(ByteBuffer buffer,
             int length,
             MessageHandler listener)
             throws StreamException
Throws:
StreamException