public interface WireMessageHandler
| Modifier and Type | Method and Description |
|---|---|
void |
readMessage(InputStream istr,
WireMessage msg) |
void |
writeMessage(OutputStream ostr,
WireMessage msg) |
void readMessage(InputStream istr, WireMessage msg) throws IOException
IOExceptionvoid writeMessage(OutputStream ostr, WireMessage msg) throws IOException
IOExceptionCopyright 2004-2021 Solace Corporation. All rights reserved.