Class PageModel.Handlers
- java.lang.Object
- 
- com.inductiveautomation.perspective.gateway.session.MessageProtocolDispatcher
- 
- com.inductiveautomation.perspective.gateway.model.PageModel.Handlers
 
 
- 
- Direct Known Subclasses:
- DesignerPageModel.DesignerHandlers
 - Enclosing class:
- PageModel
 
 protected class PageModel.Handlers extends MessageProtocolDispatcher 
- 
- 
Field Summary- 
Fields inherited from class com.inductiveautomation.perspective.gateway.session.MessageProtocolDispatcherhandlers
 
- 
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.util.concurrent.CompletableFuture<java.util.Optional<ViewModel>>findView(ViewInstanceId viewId)voidreceive(MessageChannel channel, java.lang.String protocol, java.io.Reader payload)- 
Methods inherited from class com.inductiveautomation.perspective.gateway.session.MessageProtocolDispatcherhandles, onFatalError, onFatalError, register, trySend, trySend, trySendInternal
 
- 
 
- 
- 
- 
Constructor Detail- 
Handlersprotected Handlers(com.inductiveautomation.ignition.common.gson.Gson gson, LoggerEx log)
 
- 
 - 
Method Detail- 
receivepublic void receive(MessageChannel channel, java.lang.String protocol, java.io.Reader payload) - Overrides:
- receivein class- MessageProtocolDispatcher
 
 - 
findViewprotected java.util.concurrent.CompletableFuture<java.util.Optional<ViewModel>> findView(ViewInstanceId viewId) 
 
- 
 
-