| 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 |
|---|---|
StatusCode |
IppResponse.getStatusCode()
Returns the 2nd part (byte 2-3) with the status-code.
|
static StatusCode |
StatusCode.of(int id)
Allows you to map a value to the corresponding statuscode
|
static StatusCode |
StatusCode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StatusCode[] |
StatusCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018. All rights reserved.