public class ProtocolBody extends SMYLDObject implements ProtocolConsts
NEW_LINE, OS_NEW_LINEPROCESS_SERVER_PORT, REQ_INIT, REQ_PROCESS_INFO, REQ_REGISTER, REQ_RUN_PROCESS, REQ_USER_VERIFY, RESP_INIT, RESP_PROCESS_INFO, RESP_REGSITER, RESP_RUN_PROCESS, RESP_USER_VERIFY| Constructor and Description |
|---|
ProtocolBody() |
ProtocolBody(Serializable body)
Constructs a new protocol body using the given serializable object
|
| Modifier and Type | Method and Description |
|---|---|
Serializable |
getBody()
Returns the serializable object contained as body in this protocol body
|
void |
setBody(Serializable body)
Sets the given serializable object as the body
|
debug, getLenName, insertInstanceValue, printInstanceValues, toStringpublic ProtocolBody(Serializable body)
public ProtocolBody()
public void setBody(Serializable body)
body - the new body in this protocol bodypublic Serializable getBody()
Copyright © 2019 SMYLD. All rights reserved.