Class FwdOpenRsp

    • Field Detail

      • conx

        public java.lang.Object conx
      • O2TconnID

        public int O2TconnID
      • T2OconnID

        public int T2OconnID
      • connSN

        public short connSN
      • vendor

        public short vendor
      • origSN

        public int origSN
      • O2Tapi

        public int O2Tapi
      • T2Oapi

        public int T2Oapi
      • appreply

        public byte[] appreply
      • hasRemPath

        public boolean hasRemPath
      • remPath

        public byte remPath
    • Constructor Detail

      • FwdOpenRsp

        public FwdOpenRsp​(CipReply reply)
      • FwdOpenRsp

        public FwdOpenRsp​(int service,
                          CipException e,
                          java.nio.ByteBuffer payload)
      • FwdOpenRsp

        public FwdOpenRsp​(int service,
                          CipException e,
                          byte remPath)
      • FwdOpenRsp

        public FwdOpenRsp​(int svc,
                          int stat,
                          java.nio.ByteBuffer buf,
                          short[] extras,
                          FwdOpenReq fopen)
      • FwdOpenRsp

        public FwdOpenRsp​(FwdOpenReq fopen)
      • FwdOpenRsp

        public FwdOpenRsp​(int service,
                          ConxInstance conx)
    • Method Detail

      • copyRequest

        protected void copyRequest​(FwdOpenReq fopen)
      • setPayload

        public void setPayload​(java.nio.ByteBuffer source)
        Description copied from class: CipReply
        Subclasses should override this method to permit reparsing of protocol packets into the desired request type.
        Specified by:
        setPayload in interface CipMessage
        Overrides:
        setPayload in class CipReply
        Parameters:
        source - Source buffer containing the encoded new payload.
      • putPayload

        public void putPayload​(java.nio.ByteBuffer dest)
        Description copied from class: CipReply
        Subclasses that encode fields into their payloads must override this.
        Specified by:
        putPayload in interface CipMessage
        Overrides:
        putPayload in class CipReply
        Parameters:
        dest - Destination buffer for the encoded payload.
      • payloadLength

        public int payloadLength()
        Description copied from class: CipReply
        Subclasses must override this unless they populate the payload field.
        Specified by:
        payloadLength in interface CipMessage
        Overrides:
        payloadLength in class CipReply
        Returns:
        The byte length of the encoded payload only.
      • appString

        protected java.lang.String appString()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class CipReply