com.crankuptheamps.client
Class FIXProtocolParser
java.lang.Object
com.crankuptheamps.client.FIXProtocolParser
- All Implemented Interfaces:
- ProtocolParser
- Direct Known Subclasses:
- NVFIXProtocolParser
public class FIXProtocolParser
- extends Object
- implements ProtocolParser
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FIXProtocolParser
public FIXProtocolParser(FIXProtocol messageType)
process
public void process(ByteBuffer buffer,
int remainingBytes,
MessageHandler listener)
throws StreamException
- Specified by:
process
in interface ProtocolParser
- Throws:
StreamException