package jetty

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. trait ContextAdder extends AnyRef
  2. case class CountedName(prefix: String) extends Product with Serializable
  3. case class DefaultServletContextAdder(path: String, filterAdders: List[FilterAdder], resourcePath: Option[URL], aliases: Boolean = false) extends ContextAdder with Product with Serializable
  4. case class FilterAdder(filterHolder: FilterHolder, pathSpec: String = "/*", dispatches: EnumSet[DispatcherType] = EnumSet.of(DispatcherType.REQUEST)) extends Product with Serializable
  5. trait PortBinding extends PortBindingInfo
  6. trait PortBindings extends AnyRef

    Convenience methods for adding connector providers.

  7. case class PropertySslContextProvider(keyStorePathProperty: String, keyStorePasswordProperty: String) extends SslContextProvider with Product with Serializable
  8. case class RequestLogging(filename: String, extended: Boolean, dateFormat: String, timezone: String, retainDays: Int) extends Product with Serializable
  9. case class Server(portBindings: List[PortBinding], contextAdders: List[ContextAdder], requestLogging: Option[RequestLogging] = None) extends RunnableServer with PlanServer[Filter] with PortBindings with Product with Serializable

    Holds port bindings for selected ports and interfaces.

    Holds port bindings for selected ports and interfaces. The PortBindings trait provides convenience methods for bindings.

  10. case class SocketPortBinding(port: Int, host: String) extends PortBinding with HttpPortBinding with Product with Serializable
  11. trait SslContextProvider extends AnyRef
  12. case class SslSocketPortBinding(port: Int, host: String, sslContextProvider: SslContextProvider) extends PortBinding with HttpsPortBinding with Product with Serializable

Value Members

  1. object BasicFilterHolder
  2. object CountedName extends Serializable
  3. object Server extends PortBindings with Serializable

    Base object that used to construct Server instances.

    Base object that used to construct Server instances. The PortBindings trait provides convenience methods for adding bindings.

  4. object SslContextProvider

Ungrouped