|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.http.nio.params.NIOReactorParams
IOReactorConfig
@Deprecated public final class NIOReactorParams
Utility class for accessing I/O reactor parameters in HttpParams.
NIOReactorPNames| Field Summary |
|---|
| Fields inherited from interface org.apache.http.nio.params.NIOReactorPNames |
|---|
CONTENT_BUFFER_SIZE, GRACE_PERIOD, INTEREST_OPS_QUEUEING, SELECT_INTERVAL |
| Method Summary | |
|---|---|
static int |
getContentBufferSize(HttpParams params)
Deprecated. Obtains the value of NIOReactorPNames.CONTENT_BUFFER_SIZE parameter. |
static long |
getGracePeriod(HttpParams params)
Deprecated. Obtains the value of NIOReactorPNames.GRACE_PERIOD parameter. |
static boolean |
getInterestOpsQueueing(HttpParams params)
Deprecated. Obtains the value of NIOReactorPNames.INTEREST_OPS_QUEUEING parameter. |
static long |
getSelectInterval(HttpParams params)
Deprecated. Obtains the value of NIOReactorPNames.SELECT_INTERVAL parameter. |
static void |
setContentBufferSize(HttpParams params,
int size)
Deprecated. Sets value of the NIOReactorPNames.CONTENT_BUFFER_SIZE parameter. |
static void |
setGracePeriod(HttpParams params,
long ms)
Deprecated. Sets value of the NIOReactorPNames.GRACE_PERIOD parameter. |
static void |
setInterestOpsQueueing(HttpParams params,
boolean interestOpsQueueing)
Deprecated. Sets value of the NIOReactorPNames.INTEREST_OPS_QUEUEING parameter. |
static void |
setSelectInterval(HttpParams params,
long ms)
Deprecated. Sets value of the NIOReactorPNames.SELECT_INTERVAL parameter. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static int getContentBufferSize(HttpParams params)
NIOReactorPNames.CONTENT_BUFFER_SIZE parameter.
If not set, defaults to 4096.
params - HTTP parameters.
public static void setContentBufferSize(HttpParams params,
int size)
NIOReactorPNames.CONTENT_BUFFER_SIZE parameter.
params - HTTP parameters.size - content buffer size.public static long getSelectInterval(HttpParams params)
NIOReactorPNames.SELECT_INTERVAL parameter.
If not set, defaults to 1000.
params - HTTP parameters.
public static void setSelectInterval(HttpParams params,
long ms)
NIOReactorPNames.SELECT_INTERVAL parameter.
params - HTTP parameters.ms - I/O select interval in milliseconds.public static long getGracePeriod(HttpParams params)
NIOReactorPNames.GRACE_PERIOD parameter.
If not set, defaults to 500.
params - HTTP parameters.
public static void setGracePeriod(HttpParams params,
long ms)
NIOReactorPNames.GRACE_PERIOD parameter.
params - HTTP parameters.ms - shutdown grace period in milliseconds.public static boolean getInterestOpsQueueing(HttpParams params)
NIOReactorPNames.INTEREST_OPS_QUEUEING parameter.
If not set, defaults to false.
params - HTTP parameters.
public static void setInterestOpsQueueing(HttpParams params,
boolean interestOpsQueueing)
NIOReactorPNames.INTEREST_OPS_QUEUEING parameter.
params - HTTP parameters.interestOpsQueueing - interest ops queuing.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||