public class ChromeDevToolsServiceConfiguration extends Object
| Constructor and Description |
|---|
ChromeDevToolsServiceConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
EventExecutorService |
getEventExecutorService()
Gets event executor service.
|
long |
getReadTimeout()
Gets read timeout in seconds.
|
void |
setEventExecutorService(EventExecutorService eventExecutorService)
Sets event executor service.
|
void |
setReadTimeout(long readTimeout)
Sets read timeout in seconds.
|
public long getReadTimeout()
public void setReadTimeout(long readTimeout)
This property can be set by READ_TIMEOUT_PROPERTY
property.
readTimeout - Read timeout in seconds.public EventExecutorService getEventExecutorService()
public void setEventExecutorService(EventExecutorService eventExecutorService)
eventExecutorService - Event executor service.Copyright © 2020. All rights reserved.