| Home >> All >> org >> apache >> tomcat >> [ server Javadoc ] |
org.apache.tomcat.server: Javadoc index of package org.apache.tomcat.server.
Package Samples:
org.apache.tomcat.server
Classes:
HttpServer: You can use HttpServer to start the servlet engine and one connector. If you want more flexibility you need to use the admin interface.( for example to have the same Context shared between multiple connectors, etc ). HttpServer is the simplest way to add Tomcat to an application, but has some limitations ( only one connector / engine ). XXX Right now HttpServerConnector is loaded unless a "connector.properties" file is found in classpath. This is a hack to allow the old startup model to work ( i.e. use the old HttpServer, and no options to specify a connector ). The properties file specify what ...
HttpServerConnector: Connector to the org.apache.tomcat.server HTTP implementation and endpoint manager. Properties: Attributes:
ServerRequest: Tomcat standalone doesn't use it, and nobody else should ( costin )
ConnectionHandler
Constants
Endpoint
EndpointManager
HttpRequestAdapter
HttpResponseAdapter
HttpServerException
ServerResponse
ServletInputStreamImpl
ServletOutputStreamImpl
| Home | Contact Us | Privacy Policy | Terms of Service |