| Package | Description |
|---|---|
| j4cups.protocol |
This package supports the data types which are described in RFC-2910 and
RFC-8011.
|
| Modifier and Type | Field and Description |
|---|---|
protected static AbstractIpp.Version |
AbstractIpp.DEFAULT_VERSION
The actual supported version is 2.
|
| Modifier and Type | Method and Description |
|---|---|
AbstractIpp.Version |
AbstractIpp.getVersion()
Gets the first part (byte 0-1) with the supported IPP version.
|
| 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.
|
Copyright © 2018–2020. All rights reserved.