A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
R
S
T
U
V
W
X
Y
A
- AccuracyUnit - class in com.hp.jipp.model
- Values applicable for "accuracy-units" keywords.
- add(Integer,Attribute) - function in com.hp.jipp.encoding.MutableAttributeGroup
- add(Attribute) - function in com.hp.jipp.encoding.MutableAttributeGroup
- Add attributes to this group.
- add(Array) - function in com.hp.jipp.encoding.MutableAttributeGroup
- Add attributes to this group.
- add(Array) - function in com.hp.jipp.util.PrettyPrinter
- Add items to the current group
- addAll(Integer,List) - function in com.hp.jipp.encoding.MutableAttributeGroup
- addAll(Iterable) - function in com.hp.jipp.encoding.MutableAttributeGroup
- Add attributes to this group.
- addAll(Iterable) - function in com.hp.jipp.util.PrettyPrinter
- Add items to the current group
- addGroup(AttributeGroup) - function in com.hp.jipp.encoding.IppPacket.Builder
- Append a new AttributeGroup after other groups.
- addJobAttributesGroup(Integer,URI,JobState,List,Array) - function in com.hp.jipp.encoding.IppPacket.Builder
- Add a new Tag.jobAttributes group containing default attributes.
- addSuppressed(Throwable) - function in kotlin.Throwable
- addSuppressed(Throwable) - function in kotlin.Throwable
- asString() - function in com.hp.jipp.encoding.KeywordOrName
- Return the most basic string representation of a value without any decorators or extra info which might be present.
- asString() - function in com.hp.jipp.encoding.Name
- Return the most basic string representation of a value without any decorators or extra info which might be present.
- asString() - function in com.hp.jipp.encoding.OtherString
- Return the most basic string representation of a value without any decorators or extra info which might be present.
- asString() - function in com.hp.jipp.encoding.Stringable
- Return the most basic string representation of a value without any decorators or extra info which might be present.
- asString() - function in com.hp.jipp.encoding.Text
- Return the most basic string representation of a value without any decorators or extra info which might be present.
- attr(List) - function in com.hp.jipp.encoding.MutableAttributeGroup
- Add a list of attributes to append or replace in the current context.
- attr(Array) - function in com.hp.jipp.encoding.MutableAttributeGroup
- Add one or more attributes to be appended or replaced in the current context.
- attr(AttributeType,T) - function in com.hp.jipp.encoding.MutableAttributeGroup
- Add or replace an attribute having one value to the group.
- attr(AttributeSetType,T,Array) - function in com.hp.jipp.encoding.MutableAttributeGroup
- Add or replace an attribute having one or more values to the group.
- attr(NameType,String) - function in com.hp.jipp.encoding.MutableAttributeGroup
- Add or replace an attribute having one value to the group.
- attr(NameType.Set,String,Array) - function in com.hp.jipp.encoding.MutableAttributeGroup
- Add or replace an attribute to the group having one or more values.
- attr(TextType,String) - function in com.hp.jipp.encoding.MutableAttributeGroup
- Add or replace an attribute having one value to the group.
- attr(TextType.Set,String,Array) - function in com.hp.jipp.encoding.MutableAttributeGroup
- Add or replace an attribute to the group having one or more values.
- Attribute - class in com.hp.jipp.encoding
- An IPP attribute, which is a named, ordered list of 0 or more values.
- AttributeCollection - class in com.hp.jipp.encoding
- An ordered collection of attributes as defined in RFC3382.
- AttributeCollection.Converter - class in com.hp.jipp.encoding.AttributeCollection
- Converts a List of Attribute objects into an AttributeCollection.
- AttributeCollection.SetType - class in com.hp.jipp.encoding.AttributeCollection
- An AttributeType for a multiple values of an AttributeCollection subclass.
- AttributeCollection.Type - class in com.hp.jipp.encoding.AttributeCollection
- An AttributeType for a value of an AttributeCollection subclass.
- AttributeGroup - class in com.hp.jipp.encoding
- A tagged list of attributes.
- AttributeGroup.Companion - class in com.hp.jipp.encoding.AttributeGroup
- AttributeImpl - class in com.hp.jipp.encoding
- Overridable implementation for any subclass of Attribute.
- Attributes - class in com.hp.jipp.encoding
- Utilities for the Attribute class.
- AttributeSetType - class in com.hp.jipp.encoding
- A named attribute type which may be used to construct Attribute objects containing 0 or more values of type T.
- AttributeType - class in com.hp.jipp.encoding
- A named attribute type which may be used to construct Attribute objects containing 0 or one values of type T.
- AttributeTypeImpl - class in com.hp.jipp.encoding
- A base implementation of AttributeType.
- available() - function in java.io.FilterInputStream