Package com.soklet.servlet.javax
package com.soklet.servlet.javax
Contains Soklet-aware implementations of Servlet interfaces.
- Author:
- Mark Allen
-
ClassDescriptionSoklet integration implementation of
HttpServletRequest.Builder used to construct instances ofSokletHttpServletRequest.Soklet integration implementation ofHttpServletResponse.Soklet integration implementation ofHttpSession.Deprecated.Soklet integration implementation ofServletContext.Soklet integration implementation ofServletInputStream.Soklet integration implementation ofServletOutputStream.Builder used to construct instances ofSokletServletOutputStream.Special implementation ofPrintWriter, designed for use withSokletHttpServletResponse.Builder used to construct instances ofSokletServletPrintWriter.The set of all possible event payloads emittable bySokletServletPrintWriter.Event emitted when acharis appended to theSokletServletPrintWriter.Event emitted when aCharSequenceis appended to theSokletServletPrintWriter.Event emitted when achar[]is written to theSokletServletPrintWriter.Event emitted when anint(character) is written to theSokletServletPrintWriter.Event emitted when the result of a "format" operation is written to theSokletServletPrintWriter.Event emitted when a newline is written to theSokletServletPrintWriter.Event emitted when the result of a "printf" operation is written to theSokletServletPrintWriter.Event emitted when aStringis written to theSokletServletPrintWriter.Event emitted when anObjectvalue is written to theSokletServletPrintWriter.Event emitted when anObjectvalue with a newline is written to theSokletServletPrintWriter.