Package | Description |
---|---|
org.apache.http.impl.nio.codecs |
Default implementations of message parses and writers
for asynchronous, even driven communication.
|
Modifier and Type | Class and Description |
---|---|
class |
ChunkEncoder
Implements chunked transfer coding.
|
class |
IdentityEncoder
Content encoder that writes data without any transformation.
|
class |
LengthDelimitedEncoder
Content encoder that cuts off after a defined number of bytes.
|
Copyright © 2005–2022 The Apache Software Foundation. All rights reserved.