|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.http.nio.params.HttpNIOParams
This class implements an adaptor around the HttpParams
interface
to simplify manipulation of the HTTP NIO specific parameters.
Field Summary | |
static java.lang.String |
CONTENT_BUFFER_SIZE
Determines the size of the content input / output buffers used to buffer data while receiving / transmitting HTTP messages. |
Method Summary | |
static int |
getContentBufferSize(org.apache.http.params.HttpParams params)
|
static void |
setContentBufferSize(org.apache.http.params.HttpParams params,
int size)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String CONTENT_BUFFER_SIZE
This parameter expects a value of type Integer
.
Method Detail |
public static int getContentBufferSize(org.apache.http.params.HttpParams params)
public static void setContentBufferSize(org.apache.http.params.HttpParams params, int size)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |