Package org.htmlunit.webstart
Interface WebStartHandler
-
- All Superinterfaces:
java.io.Serializable
public interface WebStartHandler extends java.io.Serializable
WebStart support.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
handleJnlpResponse(WebResponse webResponse)
Handles the jnlp file response.
-
-
-
Method Detail
-
handleJnlpResponse
void handleJnlpResponse(WebResponse webResponse)
Handles the jnlp file response.- Parameters:
webResponse
- the response to get the jnlp content from
-
-