Class LinkFormatStream

java.lang.Object
org.fcrepo.http.commons.responses.LinkFormatStream
All Implemented Interfaces:
AutoCloseable

public class LinkFormatStream extends Object implements AutoCloseable
Stream of links for Memento TimeMaps
Since:
2017-10-24
Author:
whikloj
  • Constructor Details

    • LinkFormatStream

      public LinkFormatStream(Stream<javax.ws.rs.core.Link> stream)
      Constructor
      Parameters:
      stream - the stream of Links
  • Method Details