@Deprecated public class VertxBrowserHelper extends HelperBase
Modifier and Type | Class and Description |
---|---|
class |
VertxBrowserHelper.Server
Deprecated.
A http server that gets and sets responses.
|
HelperBase.DATA_TYPE
_actor, _currentObj
Constructor and Description |
---|
VertxBrowserHelper(java.lang.Object actor,
jdk.nashorn.api.scripting.ScriptObjectMirror currentObj)
Deprecated.
Create the system default camera.
|
Modifier and Type | Method and Description |
---|---|
VertxBrowserHelper.Server |
createServer(int port)
Deprecated.
Create a web server that serves the specified string.
|
_appendNumericToBuffer, _appendToBuffer, _error, _error, _error, _error, _extractFromBuffer, _issueResponse, _removeDuplicates, _sizeOfType, _toJavaBytes, _toJSArray, getHelping
public VertxBrowserHelper(java.lang.Object actor, jdk.nashorn.api.scripting.ScriptObjectMirror currentObj) throws java.io.IOException
actor
- The actor associated with this camera.currentObj
- The JavaScript object that this is helping.java.io.IOException
- If there is no such camera.public VertxBrowserHelper.Server createServer(int port)
port
- The port to listen for requests on.