Uses of Interface
org.opcfoundation.ua.transport.tcp.nio.InputMessage

Packages that use InputMessage
org.opcfoundation.ua.transport.tcp.nio   
 

Uses of InputMessage in org.opcfoundation.ua.transport.tcp.nio
 

Classes in org.opcfoundation.ua.transport.tcp.nio that implement InputMessage
 class SecureInputMessageBuilder
          SecureInputMessageBuilder deciphers and decodes chunks into messages.
 

Methods in org.opcfoundation.ua.transport.tcp.nio with parameters of type InputMessage
protected  void OpcTcpServerConnection.handleCloseSecureChannelRequest(InputMessage mb)
          handleCloseSecureChannelRequest.
protected  void OpcTcpServerSecureChannel.handleCloseSecureChannelRequest(InputMessage mb, CloseSecureChannelRequest req)
          handleCloseSecureChannelRequest.
 boolean Channel.ChannelListener.handleMessage(InputMessage message)
          Handle input message.
protected  void OpcTcpServerSecureChannel.handleOpenChannel(InputMessage mb, OpenSecureChannelRequest req)
          handleOpenChannel.
protected  void OpcTcpServerConnection.handleOpenSecureChannelRequest(InputMessage mb)
          handleOpenSecureChannelRequest.
protected  void OpcTcpServerSecureChannel.handleRenewSecureChannelRequest(InputMessage mb, OpenSecureChannelRequest req)
          handleRenewSecureChannelRequest.
protected  void OpcTcpServerConnection.handleSecureMessage(InputMessage mb)
          handleSecureMessage.
protected  void OpcTcpServerSecureChannel.handleSecureMessage(InputMessage mb, IEncodeable msg)
          handleSecureMessage.
 void SecureInputMessageBuilder.MessageListener.onMessageComplete(InputMessage sender)
          On message completed or error occured.
 



Copyright © 2018. All rights reserved.