Uses of Class
org.simpleframework.http.socket.DataConverter
Packages that use DataConverter
-
Uses of DataConverter in org.simpleframework.http.socket
Fields in org.simpleframework.http.socket declared as DataConverterModifier and TypeFieldDescriptionprivate final DataConverterBinaryData.converterThis is used to convert the binary payload to text.private final DataConverterTextData.converterThis is used to convert the text payload to a byte array. -
Uses of DataConverter in org.simpleframework.http.socket.service
Fields in org.simpleframework.http.socket.service declared as DataConverterModifier and TypeFieldDescriptionprivate final DataConverterFrameBuilder.converterThis converts binary data to a UTF-8 string for text frames.private final DataConverterReasonExtractor.converterThis is the data converter object used to convert data.