Interface Message

    • Method Detail

      • supportsFragments

        boolean supportsFragments()
        Returns whether the Message supports message fragmenting.
        Returns:
        true if Message supports fragmenting or is a message fragment. Otherwise false it does not support message fragments.
      • getEncodingVersion

        byte getEncodingVersion()
      • isLittleEndian

        boolean isLittleEndian()
      • moreFragmentsToFollow

        boolean moreFragmentsToFollow()
      • getType

        int getType()
      • getSize

        int getSize()
      • getThreadPoolToUse

        int getThreadPoolToUse()
      • setSize

        void setSize​(java.nio.ByteBuffer byteBuffer,
                     int size)
      • callback

        void callback​(MessageHandler handler)
               throws java.io.IOException
        Throws:
        java.io.IOException
      • setEncodingVersion

        void setEncodingVersion​(byte version)
      • getCorbaRequestId

        RequestId getCorbaRequestId()
        Return a Message's CorbaRequestId. Messages which do not support a request id in the 4 bytes following the 12 byte GIOP message header shall return an undefined CorbaRequestId.
        Returns:
        a Message's CorbaRequestId.