KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > servlet > ServletInputStream > Top Examples

  • org.wings.session.MultipartRequest
    A utility class to handle <tt>multipart/form-data</tt> requests, the kind of requests that support file uploads. This class can receive arbitrarily large files (up to an artificial limit you can set), and fairly efficiently too. And it knows and works around several browser bugs that ...
  • com.lutris.appserver.server.httpPresentation.servlet.ServletHttpPresentationInputStream
    HTTP request input stream reader for servlets. This implements all methods that are defined in InputStream as calles to the servlet object, since we don't know which ones are implemented by ServletInputStream. @see javax.servlet.ServletInputStream
  • org.apache.catalina.connector.CoyoteInputStream
    This class handles reading bytes. @author Remy Maucherat @author Jean-Francois Arcand
  • org.jboss.console.remote.InvokerServlet
    This servlet accepts a post containing a MarshalledInvocation, extracts the Invocation object, and then routes the invocation via JMX to either: 1. the MBean specified via the invokerName ini parameter 2. the MBean whose object name hash is specified by the invocation.getObjectName() value. This na ...
Popular Tags