Uses of Class
org.htmlunit.javascript.host.MessagePort
Packages that use MessagePort
Package
Description
Implementations of the various JavaScript host objects - users of HtmlUnit shouldn't
need anything in this package.
-
Uses of MessagePort in org.htmlunit.javascript.host
Fields in org.htmlunit.javascript.host declared as MessagePortModifier and TypeFieldDescriptionprivate MessagePort
MessageChannel.port1_
private MessagePort
MessagePort.port1_
private MessagePort
MessageChannel.port2_
Methods in org.htmlunit.javascript.host that return MessagePortModifier and TypeMethodDescriptionMessageChannel.getPort1()
Returnsport1
property.MessageChannel.getPort2()
Returnsport2
property.Constructors in org.htmlunit.javascript.host with parameters of type MessagePortModifierConstructorDescriptionMessagePort
(MessagePort port1) Constructorsport2
with the specifiedport1
.