public class SMFWireMessageHandler extends Object implements WireMessageHandler
| Constructor and Description |
|---|
SMFWireMessageHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
readMessage(ByteBuffer buf,
WireMessage msg) |
void |
readMessage(InputStream istr,
WireMessage msg) |
void |
writeMessage(OutputStream ostr,
WireMessage msg) |
public void readMessage(ByteBuffer buf, WireMessage msg) throws IOException
IOExceptionpublic void readMessage(InputStream istr, WireMessage msg) throws IOException
readMessage in interface WireMessageHandlerIOExceptionpublic void writeMessage(OutputStream ostr, WireMessage msg) throws IOException
writeMessage in interface WireMessageHandlerIOExceptionCopyright 2004-2019 Solace Corporation. All rights reserved.