Class StringFrameConverter
-
- All Implemented Interfaces:
-
de.jnkconsulting.e3dc.easyrscp.service.converter.FrameConverter,kotlin.Function,kotlin.Function1
public final class StringFrameConverter implements FrameConverter<String>
Simple implementation of the FrameConverter interface to convert a complete frame into a string. The individual data fields are output per line. Container data indented accordingly.
- Since:
2.0
2.3.1
added parameter omitAuthenticationCredentials
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classStringFrameConverter.Companion
-
Field Summary
Fields Modifier and Type Field Description public final static StringFrameConverter.CompanionCompanion
-
Constructor Summary
Constructors Constructor Description StringFrameConverter(Boolean omitAuthenticationCredentials)
-
Method Summary
-
-
Constructor Detail
-
StringFrameConverter
StringFrameConverter(Boolean omitAuthenticationCredentials)
- Parameters:
omitAuthenticationCredentials- If true (default), the values of the tags of Type de.jnkconsulting.e3dc.easyrscp.api.frame.tags.RSCPTag.AUTHENTICATION_USER, de.jnkconsulting.e3dc.easyrscp.api.frame.tags.RSCPTag.AUTHENTICATION_PASSWORD and de.jnkconsulting.e3dc.easyrscp.api.frame.tags.RSCPTag.REQ_SET_ENCRYPTION_PASSPHRASE are masked with three ***.
-
-
-
-