| Package | Description |
|---|---|
| com.openhtmltopdf.extend | |
| com.openhtmltopdf.outputdevice.helper | |
| com.openhtmltopdf.swing |
| Modifier and Type | Interface and Description |
|---|---|
interface |
HttpStreamFactory
Deprecated.
Use
FSStreamFactory instead. |
| Modifier and Type | Field and Description |
|---|---|
Map<String,FSStreamFactory> |
BaseRendererBuilder.BaseRendererBuilderState._streamFactoryMap |
| Modifier and Type | Method and Description |
|---|---|
TFinalClass |
BaseRendererBuilder.useHttpStreamImplementation(FSStreamFactory factory)
Provides an HttpStreamFactory implementation if the user desires to use an
external HTTP/HTTPS implementation.
|
TFinalClass |
BaseRendererBuilder.useProtocolsStreamImplementation(FSStreamFactory factory,
Set<String> protocols)
Provides an
FSStreamFactory
implementation if the user desires to use an external
stream provider for a particular set of protocols. |
TFinalClass |
BaseRendererBuilder.useProtocolsStreamImplementation(FSStreamFactory factory,
String... protocols)
Provides an
FSStreamFactory
implementation if the user desires to use an external
stream provider for a particular list of protocols. |
| Modifier and Type | Class and Description |
|---|---|
static class |
NaiveUserAgent.DefaultHttpStreamFactory |
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,FSStreamFactory> |
NaiveUserAgent._protocolsStreamFactory |
| Modifier and Type | Method and Description |
|---|---|
protected FSStreamFactory |
NaiveUserAgent.getProtocolFactory(String protocol) |
| Modifier and Type | Method and Description |
|---|---|
void |
NaiveUserAgent.setProtocolsStreamFactory(Map<String,FSStreamFactory> protocolsStreamFactory) |
Copyright © 2018. All rights reserved.