Package net.i2p.jetty

Classes for starting Jetty, logging requests, and debug logging to the I2P router log.

  • Class Summary 
    Class Description
    I2PLogger
    Modified from Jetty 6.1.26 StdErrLog.java and Slf4jLog.java Usage: org.eclipse.log.Log.setLog(new I2PLogger(ctx));
    I2PRequestLog
    This RequestLog implementation outputs logs in the pseudo-standard NCSA common log format.
    JettyStart
    Start Jetty where the args are one or more XML files.
    JettyXmlConfigurationParser
    Parses a Jetty XML configuration file.