Serializable, ProtocolConstspublic class ProtocolBody extends SMYLDObject implements ProtocolConsts
PROCESS_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_VERIFYNEW_LINE, OS_NEW_LINE| Constructor | Description |
|---|---|
ProtocolBody() |
|
ProtocolBody(Serializable body) |
Constructs a new protocol body using the given serializable object
|
| Modifier and Type | Method | 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
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitdebug, 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.