Class DispositionReader


  • public class DispositionReader
    extends HeaderReader<org.restlet.data.Disposition>
    Disposition header reader.
    Author:
    Thierry Boileau
    • Constructor Detail

      • DispositionReader

        public DispositionReader​(java.lang.String header)
        Constructor.
        Parameters:
        header - The header to read.
    • Method Detail

      • readValue

        public org.restlet.data.Disposition readValue()
                                               throws java.io.IOException
        Description copied from class: HeaderReader
        Read the next value. There can be multiple values for a single header. Returns null by default.
        Overrides:
        readValue in class HeaderReader<org.restlet.data.Disposition>
        Returns:
        The next value.
        Throws:
        java.io.IOException