org.cip4.jdflib.util
Class UrlUtil.HTTPDetails

java.lang.Object
  extended by 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
 
Constructor Summary
UrlUtil.HTTPDetails()
           
 
Method Summary
 void applyTo(HttpURLConnection urlCon)
          apply these details to the connection specified
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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

Constructor Detail

UrlUtil.HTTPDetails

public UrlUtil.HTTPDetails()
Method Detail

applyTo

public void applyTo(HttpURLConnection urlCon)
apply these details to the connection specified

Parameters:
urlCon -


Copyright © 2013. All Rights Reserved.