Package org.htmlunit.webstart
Interface WebStartHandler
- All Superinterfaces:
Serializable
WebStart support.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
handleJnlpResponse
(WebResponse webResponse) Handles the jnlp file response.
-
Method Details
-
handleJnlpResponse
Handles the jnlp file response.- Parameters:
webResponse
- the response to get the jnlp content from
-