| Interface | Description |
|---|---|
| RoutablePrintWriter.DestinationFactory |
Factory to lazily instantiate the destination.
|
| RoutableServletOutputStream.DestinationFactory |
Factory to lazily instantiate the destination.
|
| Class | Description |
|---|---|
| Buffer |
A shared buffer, that can provide an interface as either a
PrintWriter
(through Buffer.getWriter()) or ServletOutputStream (through Buffer.getOutputStream(). |
| ByteBufferBuilder |
A speedy implementation of ByteArrayOutputStream.
|
| HttpContentType |
Extracts the type and encoding from an HTTP Content-Type header.
|
| RoutablePrintWriter |
Provides a PrintWriter that routes through to another PrintWriter, however the destination
can be changed at any point.
|
| RoutableServletOutputStream |
Provides a ServletOutputStream that routes through to another ServletOutputStream, however the destination
can be changed at any point.
|
| TextEncoder |
Converts text as bytes to chars using specified encoding.
|
Copyright © 2015. All Rights Reserved.