Package org.activecomponents.webservice
Class WebsocketTestStarterAgent
- java.lang.Object
-
- org.activecomponents.webservice.WebsocketTestStarterAgent
-
public class WebsocketTestStarterAgent extends java.lang.Object
Makes the web app available by providing the web resources such as index.html via IWebPublishService. Communication is handled via the websocket channel of the web server.
-
-
Field Summary
Fields Modifier and Type Field Description protected IInternalAccess
agent
-
Constructor Summary
Constructors Constructor Description WebsocketTestStarterAgent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
publish(IWebPublishService pubser)
Wait for the IWebPublishService and then publish the resources.
-
-
-
Field Detail
-
agent
protected IInternalAccess agent
-
-
Method Detail
-
publish
protected void publish(IWebPublishService pubser)
Wait for the IWebPublishService and then publish the resources.- Parameters:
pubser
- The publish service.
-
-