| 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.
|
| Modifier and Type | Method and Description |
|---|---|
protected static IppRequest |
Operation.createIppRequest(IppOperations ippOp) |
| Constructor and Description |
|---|
Operation(IppOperations id)
Instantiates an operation with the given id.
|
Operation(IppOperations id,
IppRequest ippRequest)
Instantiates an operation with the given id and the given IPP request.
|
PrintJob(IppOperations op)
This constructor is foreseen for subclasses.
|
| Modifier and Type | Method and Description |
|---|---|
IppOperations |
IppRequest.getOperation()
Returns the 2nd part (byte 2-3) with the operation-id.
|
static IppOperations |
IppOperations.of(int id)
Allows you to map an id (or op-code) to the corresponding operation.
|
static IppOperations |
IppOperations.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IppOperations[] |
IppOperations.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018–2020. All rights reserved.