X-Git-Url: http://git.ipfire.org/?p=thirdparty%2Fcups.git;a=blobdiff_plain;f=scripting%2Fjava%2Fdocs%2Fcom%2Feasysw%2Fcups%2FIPP.html;fp=scripting%2Fjava%2Fdocs%2Fcom%2Feasysw%2Fcups%2FIPP.html;h=0000000000000000000000000000000000000000;hp=77f1284d77370f8f680e9ba7aca1f5091d4346b0;hb=568fa3faf16f8694653600d87955473941cc03c1;hpb=d6943d1d3132205deeb6f9ad49ca54091ab3dfe5 diff --git a/scripting/java/docs/com/easysw/cups/IPP.html b/scripting/java/docs/com/easysw/cups/IPP.html deleted file mode 100644 index 77f1284d7..000000000 --- a/scripting/java/docs/com/easysw/cups/IPP.html +++ /dev/null @@ -1,417 +0,0 @@ - - - - - - -: Class IPP - - - - - - - - - - - - - - - - - - - - - -
- -
- - -
- -

- -com.easysw.cups -
-Class IPP

-
-java.lang.Object
-  |
-  +--com.easysw.cups.IPP
-
-
-
-
public class IPP
extends java.lang.Object
- -

-An IPP object is used to hold the various - attributes and status of an ipp request.. -

-

-
Since:
JDK1.3
-
-
- -

- - - - - - - - - - - - - - - - - - - - - - -
-Field Summary
- java.util.Listattrs - -
-           
- IPPRequestrequest - -
-           
- IPPStatusstatus - -
-           
-  - - - - - - - - - - -
-Constructor Summary
IPP() - -
-           
-  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Method Summary
- booleanaddAttribute(IPPAttribute a) - -
-          Add an attribute to the attibutes list - for later parsing.
- voiddump_response() - -
-           
- IPPAttributegetCurrentAttribute() - -
-          Get the current attribute pointed at by - current.
- IPPAttributeippFindAttribute(java.lang.String p_name, - int p_type) - -
-          Find the named attribute of the correct type.
- IPPAttributeippFindNextAttribute(java.lang.String p_name, - int p_type) - -
-          Find the named attribute of the correct type.
- voidsetRequestID(short p_id) - -
-          Set the IPP request ID.
- voidsetRequestOperationID(short p_operation_id) - -
-          Set the IPP operation ID.
- intsizeInBytes() - -
-          Get the size in bytes of an IPP request.
- - - - - - - -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-  -

- - - - - - - - -
-Field Detail
- -

-request

-
-public IPPRequest request
-
-
-
- -

-status

-
-public IPPStatus status
-
-
-
- -

-attrs

-
-public java.util.List attrs
-
-
- - - - - - - - -
-Constructor Detail
- -

-IPP

-
-public IPP()
-
-
- - - - - - - - -
-Method Detail
- -

-addAttribute

-
-public boolean addAttribute(IPPAttribute a)
-
-
Add an attribute to the attibutes list - for later parsing.
-
Parameters:
a - IPPAttribute to add.
Returns:
true always returns true - for now.
See Also:
IPPAttribute, -IPPValue
-
-
-
- -

-getCurrentAttribute

-
-public IPPAttribute getCurrentAttribute()
-
-
Get the current attribute pointed at by - current.
-
Returns:
IPPAttribute Return the current attribute.
-
-
-
- -

-ippFindAttribute

-
-public IPPAttribute ippFindAttribute(java.lang.String p_name,
-                                     int p_type)
-
-
Find the named attribute of the correct type. Both must match. - This methos searches from the beginning of the attribute list, - rather than from the current position.
-
Parameters:
p_name - String containing the name.
p_type - int attribute type.
Returns:
IPPAttribute Matching attribute if found.
-
-
-
- -

-ippFindNextAttribute

-
-public IPPAttribute ippFindNextAttribute(java.lang.String p_name,
-                                         int p_type)
-
-
Find the named attribute of the correct type. Both must match. - This methos searches from the current position in the attribute list.
-
Parameters:
p_name - String containing the name.
p_type - int attribute type.
Returns:
IPPAttribute Matching attribute if found.
-
-
-
- -

-sizeInBytes

-
-public int sizeInBytes()
-
-
Get the size in bytes of an IPP request.
-
Returns:
int Number of bytes for the request.
-
-
-
- -

-setRequestID

-
-public void setRequestID(short p_id)
-
-
Set the IPP request ID.
-
Parameters:
p_id - short request id.
-
-
-
- -

-setRequestOperationID

-
-public void setRequestOperationID(short p_operation_id)
-
-
Set the IPP operation ID.
-
Parameters:
p_operation_id - short operation id.
-
-
-
- -

-dump_response

-
-public void dump_response()
-
-
- -
- - - - - - - - - - - - - - - - - -
- -
- - -
- - -