Package org.yamcs.cfdp.pdu
Class ProxyPutRequest
java.lang.Object
org.yamcs.cfdp.pdu.TLV
org.yamcs.cfdp.pdu.MessageToUser
org.yamcs.cfdp.pdu.ReservedMessageToUser
org.yamcs.cfdp.pdu.ProxyPutRequest
-
Nested Class Summary
Nested classes/interfaces inherited from class org.yamcs.cfdp.pdu.ReservedMessageToUser
ReservedMessageToUser.MessageType
-
Field Summary
Fields inherited from class org.yamcs.cfdp.pdu.ReservedMessageToUser
MESSAGE_IDENTIFIER
Fields inherited from class org.yamcs.cfdp.pdu.TLV
TYPE_MESSAGE_TO_USER
-
Constructor Summary
ConstructorDescriptionProxyPutRequest
(byte[] content) ProxyPutRequest
(long destinationEntityId, String sourceFileName, String destinationFileName, int entityIdLength) -
Method Summary
Methods inherited from class org.yamcs.cfdp.pdu.ReservedMessageToUser
fromValue, getContent, getMessageType
Methods inherited from class org.yamcs.cfdp.pdu.MessageToUser
fromTLV
Methods inherited from class org.yamcs.cfdp.pdu.TLV
equals, getBytes, getEntityIdTLV, getType, getValue, hashCode, readTLV, writeToBuffer
-
Constructor Details
-
ProxyPutRequest
-
ProxyPutRequest
public ProxyPutRequest(byte[] content)
-
-
Method Details
-
getDestinationEntityId
public long getDestinationEntityId() -
getSourceFileName
-
getDestinationFileName
-
toJson
- Overrides:
toJson
in classReservedMessageToUser
-
toString
-