| Package | Description |
|---|---|
| j4cups.op |
This is the package for the IPP operations like 'print-job' or
'send-document'.
|
| j4cups.protocol |
This package supports the data types which are described in RFC-2910 and
RFC-8011.
|
| j4cups.protocol.attr |
In this package are the building blocks for attribute and attribute-groups.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
Operation.initPrinterAttributes(AttributeGroup group)
Initialiazes printer-attributes with default values.
|
| Modifier and Type | Method and Description |
|---|---|
AttributeGroup |
AbstractIpp.getAttributeGroup(DelimiterTags tag)
Returns all attributes of the given delimiter-tag.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<AttributeGroup> |
AbstractIpp.getAttributeGroups()
The fourth field is the "attribute-group" field, and it occurs 0 or
more times.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractIpp.addAttributeGroup(AttributeGroup group)
Adds the given group.
|
| Constructor and Description |
|---|
AbstractIpp(AbstractIpp.Version version,
short opCode,
int requestId,
java.util.List<AttributeGroup> groups)
Instantiates a new IPP request or response with no data.
|
AbstractIpp(AbstractIpp.Version version,
short opCode,
int requestId,
java.util.List<AttributeGroup> groups,
byte[] data)
Instantiates a new IPP request or response.
|
| Constructor and Description |
|---|
AttributeGroup(AttributeGroup other)
This is the copy construtor.
|
Copyright © 2018–2020. All rights reserved.