| Package | Description |
|---|---|
| j4cups.protocol |
This package supports the data types which are described in RFC-2910 and
RFC-8011.
|
| Modifier and Type | Method and Description |
|---|---|
List<AttributeGroup> |
AbstractIpp.getAttributeGroups()
The fourth field is the "attribute-group" field, and it occurs 0 or
more times.
|
| Constructor and Description |
|---|
AbstractIpp(AbstractIpp.Version version,
short opCode,
int requestId,
List<AttributeGroup> groups)
Instantiates a new IPP request or response with no data.
|
AbstractIpp(AbstractIpp.Version version,
short opCode,
int requestId,
List<AttributeGroup> groups,
byte[] data)
Instantiates a new IPP request or response.
|
Copyright © 2018. All rights reserved.