Class HTTPServerDocs

java.lang.Object
org.eclipse.jetty.docs.programming.server.http.HTTPServerDocs

public class HTTPServerDocs extends Object
  • Constructor Details

    • HTTPServerDocs

      public HTTPServerDocs()
  • Method Details

    • simple

      public void simple() throws Exception
      Throws:
      Exception
    • serverRequestLogSLF4J

      public void serverRequestLogSLF4J()
    • serverRequestLogFile

      public void serverRequestLogFile()
    • configureConnector

      public void configureConnector() throws Exception
      Throws:
      Exception
    • configureConnectorUnix

      public void configureConnectorUnix() throws Exception
      Throws:
      Exception
    • configureConnectorQuic

      public void configureConnectorQuic() throws Exception
      Throws:
      Exception
    • memoryConnector

      public void memoryConnector() throws Exception
      Throws:
      Exception
    • configureConnectors

      public void configureConnectors() throws Exception
      Throws:
      Exception
    • sameRandomPort

      public void sameRandomPort() throws Exception
      Throws:
      Exception
    • connectionLimit

      public void connectionLimit()
    • sslHandshakeListener

      public void sslHandshakeListener() throws Exception
      Throws:
      Exception
    • http11

      public void http11() throws Exception
      Throws:
      Exception
    • proxyHTTP

      public void proxyHTTP() throws Exception
      Throws:
      Exception
    • proxyHTTPUnix

      public void proxyHTTPUnix() throws Exception
      Throws:
      Exception
    • tlsHttp11

      public void tlsHttp11() throws Exception
      Throws:
      Exception
    • http11H2C

      public void http11H2C() throws Exception
      Throws:
      Exception
    • tlsALPNHTTP

      public void tlsALPNHTTP() throws Exception
      Throws:
      Exception
    • h3

      public void h3() throws Exception
      Throws:
      Exception
    • conscrypt

      public void conscrypt()
    • handlerTree

      public void handlerTree()
    • handlerAPI

      public void handlerAPI()
    • handlerHello

      public void handlerHello() throws Exception
      Throws:
      Exception
    • handlerFilter

      public void handlerFilter() throws Exception
      Throws:
      Exception
    • handlerForm

      public void handlerForm()
    • handlerMultiPart

      public void handlerMultiPart()
    • flush

      public void flush()
    • contentLength

      public void contentLength()
    • handlerContinue100

      public void handlerContinue100()
    • earlyHints

      public void earlyHints()
    • contextHandler

      public void contextHandler() throws Exception
      Throws:
      Exception
    • contextHandlerCollection

      public void contextHandlerCollection() throws Exception
      Throws:
      Exception
    • servletContextHandler

      public void servletContextHandler() throws Exception
      Throws:
      Exception
    • webAppContextHandler

      public void webAppContextHandler() throws Exception
      Throws:
      Exception
    • resourceHandler

      public void resourceHandler() throws Exception
      Throws:
      Exception
    • multipleResourcesHandler

      public void multipleResourcesHandler()
    • defaultServlet

      public void defaultServlet()
    • resourceServlet

      public void resourceServlet()
    • serverGzipHandler

      public void serverGzipHandler() throws Exception
      Throws:
      Exception
    • contextGzipHandler

      public void contextGzipHandler() throws Exception
      Throws:
      Exception
    • rewriteHandler

      public void rewriteHandler() throws Exception
      Throws:
      Exception
    • statisticsHandler

      public void statisticsHandler() throws Exception
      Throws:
      Exception
    • dataRateHandler

      public void dataRateHandler() throws Exception
      Throws:
      Exception
    • eventsHandler

      public void eventsHandler() throws Exception
      Throws:
      Exception
    • simpleQoSHandler

      public void simpleQoSHandler() throws Exception
      Throws:
      Exception
    • advancedQoSHandler

      public void advancedQoSHandler()
    • securedHandler

      public void securedHandler() throws Exception
      Throws:
      Exception
    • crossOriginAllowedOrigins

      public void crossOriginAllowedOrigins()
    • stateTrackingHandle

      public void stateTrackingHandle()
    • stateTrackingListener

      public void stateTrackingListener()
    • defaultHandler

      public void defaultHandler() throws Exception
      Throws:
      Exception
    • gracefulHandler

      public void gracefulHandler() throws Exception
      Throws:
      Exception
    • continue100

      public void continue100()
    • requestCustomizer

      public void requestCustomizer() throws Exception
      Throws:
      Exception