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.MessageProtocolDispatcher
handlers 
 - 
 
- 
Method Summary
All 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.MessageProtocolDispatcher
handles, onFatalError, onFatalError, register, trySend, trySend, trySendInternal 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
Handlers
protected Handlers(com.inductiveautomation.ignition.common.gson.Gson gson, LoggerEx log) 
 - 
 
- 
Method Detail
- 
receive
public void receive(MessageChannel channel, java.lang.String protocol, java.io.Reader payload)
- Overrides:
 receivein classMessageProtocolDispatcher
 
- 
findView
protected java.util.concurrent.CompletableFuture<java.util.Optional<ViewModel>> findView(ViewInstanceId viewId)
 
 - 
 
 -