Package Torello.Browser
Class HandleDispatch
- java.lang.Object
-
- Torello.Browser.HandleDispatch
-
public class HandleDispatch extends java.lang.Object
⚠️ This class is designated as an "internal use only class." While there is nothing detrimental about using this class, it is actually only declared 'public' because it's methods & fields are indeed needed in packages outside ofTorello.Browser. Classes which are declared 'public' are automatically documented by'javadoc'. Therefore this page is included for viewing, even though Java-HTML Library users probably don't actually need to know about it!
💡 Feel free to review it's contents. Perhaps there are explanations which might be of interest.Top level dispatch handler for all messages received from the browser, via websocket.
Hi-Lited Source-Code:This File's Source Code:
- View Here: Torello/Browser/HandleDispatch.java
- Open New Browser-Tab: Torello/Browser/HandleDispatch.java
File Size: 5,885 Bytes Line Count: 146 '\n' Characters Found
Event Handler:
- View Here: HandleScriptResponse.java
- Open New Browser-Tab: HandleScriptResponse.java
File Size: 7,105 Bytes Line Count: 180 '\n' Characters Found
Command Response Handler:
- View Here: HandleEvent.java
- Open New Browser-Tab: HandleEvent.java
File Size: 12,248 Bytes Line Count: 311 '\n' Characters Found
Printing Helper:
- View Here: PrintUtil.java
- Open New Browser-Tab: PrintUtil.java
File Size: 2,504 Bytes Line Count: 80 '\n' Characters Found
Stateless Class:This class neither contains any program-state, nor can it be instantiated. The@StaticFunctionalAnnotation may also be called 'The Spaghetti Report'.Static-Functionalclasses are, essentially, C-Styled Files, without any constructors or non-static member fields. It is a concept very similar to the Java-Bean's@StatelessAnnotation.
- 1 Constructor(s), 1 declared private, zero-argument constructor
- 1 Method(s), 1 declared static
- 1 Field(s), 1 declared static, 1 declared final