Class AbortReceiveRequest

    • Field Detail

      • abortedRequestId

        private int abortedRequestId
    • Constructor Detail

      • AbortReceiveRequest

        public AbortReceiveRequest​(int clientContext,
                                   int requestId,
                                   int abortedRequestId)
    • Method Detail

      • getAbortedRequestId

        public final int getAbortedRequestId()
      • toString

        public StringBuilder toString​(StringBuilder output)
        Appends a string image for this object to the StringBuilder parameter.
        Overrides:
        toString in class AbstractRequestNot
        Parameters:
        output - buffer to fill in
        Returns:
        output buffer is returned