| Home >> All >> com >> prolifics >> [ servlet Javadoc ] |
com.prolifics.servlet: Javadoc index of package com.prolifics.servlet.
Package Samples:
com.prolifics.servlet
Classes:
ProlificsHttpServlet: Prolifics servlet. This servlet passes the HTTP requests to a Prolifics application, and outputs the result from the Prolifics application to the browser. The following methods in HttpServletRequest are used by ProlificsHttpServlet (see the Sun Servlet documentation for details): String getAuthType() int getContentLength() String getContentType() Cookie[] getCookies() String getHeader(String name) Enumeration getHeaderNames() ServletInputStream getInputStream() String getMethod() String getPathInfo() String getPathTranslated() String getProtocol() String getQueryString() String getRemoteAddr() ...
ChunkedOutputStream: The class implements a buffered output stream. By setting up such an output stream, an application can write bytes to the underlying output stream without necessarily causing a call to the underlying system for each byte written. The data is written into a buffer, and then written to the underlying stream if the buffer reaches its capacity, the buffer output stream is closed, or the buffer output stream is explicity flushed.
FilterHttpServletRequest: An HTTP servlet request. This interface gets data from the client to the servlet for use in the HttpServlet.service method. It allows the HTTP-protocol specified header information to be accessed from the service method. This interface is implemented by network-service developers for use within servlets.
FilterHttpServletResponse: An HTTP servlet response. This interface allows a servlet's service method to manipulate HTTP-protocol specified header information and return data to its client. It is implemented by network service developers for use within servlets.
App: test servlet. This servlet simply echos back the request line and headers that were sent by the client, plus any HTTPS information which is accessible.
Comm: test servlet. This servlet simply echos back the request line and headers that were sent by the client, plus any HTTPS information which is accessible.
CommInputStream
CommOutputStream
FilterServletInputStream
FilterServletOutputStream
HttpEnv
HttpOutputStream
| Home | Contact Us | Privacy Policy | Terms of Service |