Class RSCPBeforeRequestEncryptionEvent
-
- All Implemented Interfaces:
-
de.jnkconsulting.e3dc.easyrscp.connection.RSCPRequestResponseEvent
public final class RSCPBeforeRequestEncryptionEvent implements RSCPRequestResponseEvent
Event that holds the data before the request is encrypted
- Since:
2.0
-
-
Field Summary
Fields Modifier and Type Field Description private final FramerequestFrame
-
Constructor Summary
Constructors Constructor Description RSCPBeforeRequestEncryptionEvent(Frame requestFrame)
-
Method Summary
Modifier and Type Method Description FramegetRequestFrame()Unencrypted request frame -
-
Method Detail
-
getRequestFrame
Frame getRequestFrame()
Unencrypted request frame
- Since:
2.0
-
-
-
-