Package org.apache.http.nio.params
Class NIOReactorParamBean
- java.lang.Object
-
- org.apache.http.params.HttpAbstractParamBean
-
- org.apache.http.nio.params.NIOReactorParamBean
-
@Deprecated public class NIOReactorParamBean extends HttpAbstractParamBean
Deprecated.(4.2) useIOReactorConfig- Since:
- 4.0
-
-
Constructor Summary
Constructors Constructor Description NIOReactorParamBean(HttpParams params)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidsetContentBufferSize(int contentBufferSize)Deprecated.voidsetSelectInterval(long selectInterval)Deprecated.
-
-
-
Constructor Detail
-
NIOReactorParamBean
public NIOReactorParamBean(HttpParams params)
Deprecated.
-
-