org.cip4.jdflib.util
Class UrlUtil.HTTPDetails
java.lang.Object
org.cip4.jdflib.util.UrlUtil.HTTPDetails
- Enclosing class:
- UrlUtil
public static class UrlUtil.HTTPDetails
- extends Object
helper class to set mime details
- Author:
- prosirai
|
Field Summary |
int |
chunkSize
size of http chunks to be written, if <=0 no chunks |
static int |
defaultChunkSize
the default chnk size; -1= don't chunk |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
chunkSize
public int chunkSize
- size of http chunks to be written, if <=0 no chunks
defaultChunkSize
public static int defaultChunkSize
- the default chnk size; -1= don't chunk
UrlUtil.HTTPDetails
public UrlUtil.HTTPDetails()
applyTo
public void applyTo(HttpURLConnection urlCon)
- apply these details to the connection specified
- Parameters:
urlCon -
Copyright © 2013. All Rights Reserved.