Interface BytestreamRequest

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      BytestreamSession accept()
      Accepts the bytestream open request and returns the session to send/receive data.
      Jid getFrom()
      Returns the sender of the bytestream open request.
      java.lang.String getSessionID()
      Returns the session ID of the bytestream open request.
      void reject()
      Rejects the bytestream request by sending a reject error to the initiator.