| Interface | Description |
|---|---|
| ByteChunk.ByteInputChannel |
Input interface, used when the buffer is empty
Same as java.nio.channel.ReadableByteChannel
|
| ByteChunk.ByteOutputChannel |
Same as java.nio.channel.WrittableByteChannel.
|
| Class | Description |
|---|---|
| Ascii |
This class implements some basic ASCII character handling functions.
|
| ByteChunk |
This class is used to represent a chunk of bytes, and
utilities to manipulate byte[].
|
| Cookies |
A collection of cookies - reusable and tuned for server side performance.
|
| CookieSupport |
Static constants for this package.
|
| MessageBytes |
Adapter between Tomcat classes (
ServerCookie etc.) and Membrane
classes (Request etc.). |
| MimeHeaders |
Adapter between Tomcat classes (
ServerCookie etc.) and Membrane
classes (Request etc.). |
| ServerCookie |
Server-side cookie representation.
|
| StringCache |
This class implements a String cache for ByteChunk and CharChunk.
|
| StringCache.ByteEntry | |
| StringCache.CharEntry |
Copyright © 2022. All Rights Reserved.