Uses of Class
org.htmlunit.javascript.host.MessagePort
Packages that use MessagePort
Package
Description
Implementations of the various JavaScript host objects — users of HtmlUnit should not
need anything in this package.
-
Uses of MessagePort in org.htmlunit.javascript.host
Methods in org.htmlunit.javascript.host that return MessagePortModifier and TypeMethodDescriptionMessageChannel.getPort1()Returns theport1property.MessageChannel.getPort2()Returns theport2property.Constructors in org.htmlunit.javascript.host with parameters of type MessagePortModifierConstructorDescriptionMessagePort(MessagePort port) Creates an instance connected to the specified port.