Package | Description |
---|---|
org.apache.camel.component.mllp.impl |
Modifier and Type | Method and Description |
---|---|
static byte[] |
MllpUtil.closeFrame(Socket socket,
int receiveTimeout,
int readTimeout)
Close a MLLP frame by reading from the socket until the end of the frame is found.
|
static boolean |
MllpUtil.openFrame(Socket socket,
int receiveTimeout,
int readTimeout)
Open the MLLP frame by reading from the Socket until the begging of the frame is found.
|
Apache Camel