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

- -com.easysw.cups -
-Class IPPURLConnection

-
-java.lang.Object
-  |
-  +--java.net.URLConnection
-        |
-        +--com.easysw.cups.IPPURLConnection
-
-
-
-
public class IPPURLConnection
extends java.net.URLConnection
- -

-


- -

- - - - - - - - - - - - - -
Fields inherited from class java.net.URLConnection
allowUserInteraction, connected, doInput, doOutput, ifModifiedSince, url, useCaches
-  - - - - - - - - - - -
-Constructor Summary
IPPURLConnection(java.net.URL url) - -
-          Constructor.
-  - - - - - - - - - - - - - - - - - - - -
-Method Summary
- voidconnect() - -
-          Not used.
- voiddisconnect() - -
-          Not used.
- booleanusingProxy() - -
-          Determine if using proxy.
- - - - - - - -
Methods inherited from class java.net.URLConnection
getAllowUserInteraction, getContent, getContent, getContentEncoding, getContentLength, getContentType, getDate, getDefaultAllowUserInteraction, getDefaultRequestProperty, getDefaultUseCaches, getDoInput, getDoOutput, getExpiration, getFileNameMap, getHeaderField, getHeaderField, getHeaderFieldDate, getHeaderFieldInt, getHeaderFieldKey, getIfModifiedSince, getInputStream, getLastModified, getOutputStream, getPermission, getRequestProperty, getURL, getUseCaches, guessContentTypeFromName, guessContentTypeFromStream, setAllowUserInteraction, setContentHandlerFactory, setDefaultAllowUserInteraction, setDefaultRequestProperty, setDefaultUseCaches, setDoInput, setDoOutput, setFileNameMap, setIfModifiedSince, setRequestProperty, setUseCaches, toString
- - - - - - - -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-  -

- - - - - - - - - - - -
-Constructor Detail
- -

-IPPURLConnection

-
-public IPPURLConnection(java.net.URL url)
-
-
Constructor.
- - - - - - - - -
-Method Detail
- -

-usingProxy

-
-public boolean usingProxy()
-
-
Determine if using proxy.
-
Returns:
boolean Always false for now.
-
-
-
- -

-connect

-
-public void connect()
-
-
Not used.
-
Overrides:
connect in class java.net.URLConnection
-
-
-
- -

-disconnect

-
-public void disconnect()
-
-
Not used.
- -
- - - - - - - - - - - - - - - - - -
- -
- - -
- - -