| Home >> All >> com >> prolifics |
| | com.prolifics.ejb.* (17) | | com.prolifics.jni.* (65) | | com.prolifics.servlet.* (12) |
Package Samples:
com.prolifics.ejb
com.prolifics.jni
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.
ClassTagFactory: ClassTagFactory assumes that the Prolifics Java tags represent class names.
Loader: Custom loader, to allow classes to be reloaded after exiting editor.
PantherSessionBean
InParameter
IniFile
Initializer
OutParameter
SmWSBooleanArrayHolder
SmWSBooleanHolder
SmWSDoubleArrayHolder
SmWSDoubleHolder
SmWSIntArrayHolder
SmWSIntHolder
SmWSObjectArrayHolder
SmWSObjectHolder
UCIEJBHelper
SmWSStringArrayHolder
SmWSStringHolder
ObjectIn
| Home | Contact Us | Privacy Policy | Terms of Service |