The following parameters can be used to customize the behavior of this class:
103104105106107108109
protected IOEventDispatch createIOEventDispatch( final NHttpClientHandler clientHandler, final SSLContext sslcontext, final HttpParams params) { return new SSLClientIOEventDispatch(clientHandler, sslcontext, params); }
109110111112113114115116117118119
new DefaultConnectionReuseStrategy(), params); handler.setEventListener(new EventLogger()); final IOEventDispatch ioEventDispatch = new SSLClientIOEventDispatch( handler, sslcontext, params); Thread t = new Thread(new Runnable() {
103104105106107108109110111112113
httpproc, new MyHttpRequestExecutionHandler(), new DefaultConnectionReuseStrategy(), params); final IOEventDispatch ioEventDispatch = new SSLClientIOEventDispatch( handler, sslcontext, params); Thread t = new Thread(new Runnable() {