Uses of Class
org.apache.camel.component.as2.api.io.AS2SessionInputBuffer
Packages that use AS2SessionInputBuffer
-
Uses of AS2SessionInputBuffer in org.apache.camel.component.as2.api.entity
Methods in org.apache.camel.component.as2.api.entity with parameters of type AS2SessionInputBufferModifier and TypeMethodDescriptionEntityParser.parseApplicationPkcs7MimeCompressedDataEntityBody(AS2SessionInputBuffer inbuffer, InputStream is, String boundary, org.apache.hc.core5.http.ContentType contentType, String contentTransferEncoding) EntityParser.parseApplicationPkcs7MimeEnvelopedDataEntityBody(AS2SessionInputBuffer inbuffer, InputStream is, String boundary, org.apache.hc.core5.http.ContentType contentType, String contentTransferEncoding) EntityParser.parseApplicationPkcs7SignatureEntityBody(AS2SessionInputBuffer inbuffer, InputStream is, String boundary, org.apache.hc.core5.http.ContentType contentType, String contentTransferEncoding) static byte[]EntityParser.parseBodyPartBytes(AS2SessionInputBuffer inbuffer, InputStream is, String boundary, org.apache.hc.core5.http.ContentType contentType, String contentTransferEncoding) static List<org.apache.hc.core5.util.CharArrayBuffer> EntityParser.parseBodyPartFields(AS2SessionInputBuffer inbuffer, InputStream is, String boundary, org.apache.hc.core5.http.message.LineParser parser, List<org.apache.hc.core5.util.CharArrayBuffer> fields) static StringEntityParser.parseBodyPartText(AS2SessionInputBuffer inbuffer, InputStream is, String boundary) static ApplicationEntityEntityParser.parseEDIEntityBody(AS2SessionInputBuffer inbuffer, InputStream is, String boundary, org.apache.hc.core5.http.ContentType ediMessageContentType, String contentTransferEncoding, String filename) static MimeEntityEntityParser.parseEntityBody(AS2SessionInputBuffer inbuffer, InputStream is, String boundary, org.apache.hc.core5.http.ContentType entityContentType, String contentTransferEncoding, String filename, org.apache.hc.core5.http.Header[] headers) EntityParser.parseMessageDispositionNotificationEntityBody(AS2SessionInputBuffer inbuffer, InputStream is, String boundary, String charsetName) EntityParser.parseMultipartReportEntityBody(AS2SessionInputBuffer inbuffer, InputStream is, String boundary, String charsetName, String contentTransferEncoding) static MultipartSignedEntityEntityParser.parseMultipartSignedEntityBody(AS2SessionInputBuffer inbuffer, InputStream is, String boundary, String micalg, String charsetName, String contentTransferEncoding) static TextPlainEntityEntityParser.parseTextPlainEntityBody(AS2SessionInputBuffer inbuffer, InputStream is, String boundary, String charsetName, String contentTransferEncoding) static voidEntityParser.skipPreambleAndStartBoundary(AS2SessionInputBuffer inbuffer, InputStream is, String boundary) static voidEntityParser.skipToBoundary(AS2SessionInputBuffer inbuffer, InputStream is, String boundary)