Package com.iizix.ws.engine
Interface IRequestContentEncoding
- All Known Implementing Classes:
- EditorJSONEncodedInput,- EditorURLEncodedInput,- JSONEncodedInput,- URLEncodedInput
public interface IRequestContentEncoding
Interface used by the content encoding input.
- Author:
- Christopher Mindus
- Method SummaryModifier and TypeMethodDescriptionCreates a new instance of the request content encoder.
- Method Details- createRequestContentIRequestContent createRequestContent()Creates a new instance of the request content encoder.- Returns:
- The request content encoder instance.