An octet stream is the binary version of a MIME-type file. MIME-type files are those sent and received through browsers, servers and web clients. An octet is an eight-bit byte. An octet-stream file may be any file format such as an.exe or.jpeg renamed during transmission from source to destination. Octet streams are also known as byte streams. ORB using octet-streaming services is utilized to. The BICO protocol is able to automatically encode and decode data structures used as parameters of requests and replies of services.

Open Application Octet Stream

Octet Stream Decoder
Nested Class Summary
Nested Classes Modifier and Type Class and Description static classHttpMultiBodyDecoder.Headerstatic interfaceHttpMultiBodyDecoder.MultiBodyHeaderKey【 Content-Disposition: form-data; name='uploadFile'; filename=' Content-Type: application/octet-stream 】 【 Content-Disposition: form-data; name='end' 】static classHttpMultiBodyDecoder.Step
Constructor Summary
Constructors Constructor and Description HttpMultiBodyDecoder()
Method Summary
All MethodsStatic MethodsConcrete Methods Modifier and Type Method and Description static voiddecode(HttpRequest request, RequestLine firstLine, byte[] bodyBytes, String initboundary, ChannelContext channelContext, HttpConfig httpConfig)static HttpMultiBodyDecoder.StepparseBody(HttpMultiBodyDecoder.Header header, HttpRequest request, ByteBuffer buffer, String boundary, String endBoundary, ChannelContext channelContext, HttpConfig httpConfig)static voidparseHeader(List<String> lines, HttpMultiBodyDecoder.Header header, ChannelContext channelContext)【 Content-Disposition: form-data; name='uploadFile'; filename=' Content-Type: application/octet-stream 】 【 Content-Disposition: form-data; name='end' 】Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait