Class InBandByteStream.Open

    • Constructor Detail

      • Open

        public Open​(int blockSize,
                    String sessionId)
        Creates the <open/> element.
        Parameters:
        blockSize - The block size.
        sessionId - The session id.
      • Open

        public Open​(int blockSize,
                    String sessionId,
                    InBandByteStream.Open.StanzaType stanzaType)
        Creates the <open/> element.
        Parameters:
        blockSize - The block size.
        sessionId - The session id.
        stanzaType - The stanza type.
    • Method Detail

      • getBlockSize

        public final int getBlockSize()
        Gets the block size;
        Returns:
        The block size.