org.apache.http.nio.params
Class HttpNIOParams

java.lang.Object
  extended byorg.apache.http.nio.params.HttpNIOParams

public final class HttpNIOParams
extends java.lang.Object

This class implements an adaptor around the HttpParams interface to simplify manipulation of the HTTP NIO specific parameters.

Since:
4.0
Version:
$Revision: 498996 $
Author:
Oleg Kalnichevski

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

CONTENT_BUFFER_SIZE

public static final java.lang.String CONTENT_BUFFER_SIZE
Determines the size of the content input / output buffers used to buffer data while receiving / transmitting HTTP messages.

This parameter expects a value of type Integer.

See Also:
Constant Field Values
Method Detail

getContentBufferSize

public static int getContentBufferSize(org.apache.http.params.HttpParams params)

setContentBufferSize

public static void setContentBufferSize(org.apache.http.params.HttpParams params,
                                        int size)


Copyright © 2005-2007 Apache Software Foundation. All Rights Reserved.