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
IOException
public abstract String getMessageType()
public void writeTo(OutputStream os, boolean base64) throws IOException
IOException
Copyright © 2018 JBoss by Red Hat. All rights reserved.