Interface RoutableServletOutputStream.DestinationFactory

Enclosing class:
RoutableServletOutputStream

public static interface RoutableServletOutputStream.DestinationFactory
Factory to lazily instantiate the destination.
  • Method Summary

    Modifier and Type
    Method
    Description
    javax.servlet.ServletOutputStream
    Creates the.
  • Method Details

    • create

      javax.servlet.ServletOutputStream create() throws IOException
      Creates the.
      Returns:
      the servlet output stream
      Throws:
      IOException - Signals that an I/O exception has occurred.