public abstract class NegotiationMessage extends Object
| Constructor and Description |
|---|
NegotiationMessage() |
| Modifier and Type | Method and Description |
|---|---|
abstract String |
getMessageType() |
abstract void |
writeTo(OutputStream os)
Write the message to the provided output stream in
it's raw form.
|
void |
writeTo(OutputStream os,
boolean base64)
Write the message to the provided output stream, if base64 is set the
output should be base64 encoded.
|
public abstract void writeTo(OutputStream os) throws IOException
IOExceptionpublic abstract String getMessageType()
public void writeTo(OutputStream os, boolean base64) throws IOException
IOExceptionCopyright © 2016 JBoss by Red Hat. All rights reserved.