| Package | Description |
|---|---|
| com.qeagle.devtools.services | |
| com.qeagle.devtools.services.factory | |
| com.qeagle.devtools.services.impl |
| Modifier and Type | Method and Description |
|---|---|
void |
WebSocketService.addMessageHandler(Consumer<String> consumer)
After receiving the message calls the consumer with appropriate message.
|
void |
WebSocketService.connect(URI uri)
Connects to a specified URI.
|
void |
WebSocketService.send(String message)
Sends the message using web socket.
|
| Modifier and Type | Method and Description |
|---|---|
WebSocketService |
WebSocketServiceFactory.createWebSocketService(String wsUrl)
Creates a web socket service given a web socket url.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WebSocketServiceImpl.addMessageHandler(Consumer<String> consumer) |
void |
WebSocketServiceImpl.connect(URI uri) |
static WebSocketService |
WebSocketServiceImpl.create(URI uri)
Creates a web socket service implementation factory method.
|
void |
WebSocketServiceImpl.send(String message) |
| Constructor and Description |
|---|
ChromeDevToolsServiceImpl(WebSocketService webSocketService,
ChromeDevToolsServiceConfiguration configuration)
Instantiates a new Chrome dev tools service.
|
Copyright © 2020. All rights reserved.