Class OutputBuffer

java.lang.Object
org.glassfish.grizzly.http.io.OutputBuffer
Direct Known Subclasses:
ServerOutputBuffer

public class OutputBuffer extends Object
Abstraction exposing both byte and character methods to write content to the HTTP messaging system in Grizzly.
  • Field Details

    • LOGGER

      protected static final Logger LOGGER
    • sendfileEnabled

      protected boolean sendfileEnabled
  • Constructor Details

    • OutputBuffer

      public OutputBuffer()
  • Method Details