Interface PduReceiver
- All Known Implementing Classes:
PduRecorder
public interface PduReceiver
An interface for capturing PDU raw data for file logging
- Author:
- Mike Bailey, jmbailey@nps.edu
-
Method Summary
Modifier and TypeMethodDescriptionvoid
receivePdu(byte[] bufferByteArray, int len)
Receives a PDU and writes its raw contents to an output file for later playback and inspection.
-
Method Details
-
receivePdu
void receivePdu(byte[] bufferByteArray, int len)Receives a PDU and writes its raw contents to an output file for later playback and inspection.- Parameters:
bufferByteArray
- the array containing raw PDU datalen
- the length of the buffer
-