Package

unfiltered

jetty

Permalink

package jetty

Visibility
  1. Public
  2. All

Type Members

  1. trait ContextAdder extends AnyRef

    Permalink
  2. case class CountedName(prefix: String) extends Product with Serializable

    Permalink
  3. case class DefaultServletContextAdder(path: String, filterAdders: List[FilterAdder], resourcePath: Option[URL], aliases: Boolean = false) extends ContextAdder with Product with Serializable

    Permalink
  4. case class FilterAdder(filterHolder: FilterHolder, pathSpec: String = "/*", dispatches: EnumSet[DispatcherType] = EnumSet.of(DispatcherType.REQUEST)) extends Product with Serializable

    Permalink
  5. trait PortBinding extends PortBindingInfo

    Permalink
  6. trait PortBindings extends AnyRef

    Permalink

    Convenience methods for adding connector providers.

  7. case class PropertySslContextProvider(keyStorePathProperty: String, keyStorePasswordProperty: String) extends SslContextProvider with Product with Serializable

    Permalink
  8. case class RequestLogging(filename: String, extended: Boolean, dateFormat: String, timezone: String, retainDays: Int) extends Product with Serializable

    Permalink
  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

    Permalink

    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

    Permalink
  11. trait SslContextProvider extends AnyRef

    Permalink
  12. case class SslSocketPortBinding(port: Int, host: String, sslContextProvider: SslContextProvider) extends PortBinding with HttpsPortBinding with Product with Serializable

    Permalink

Value Members

  1. object BasicFilterHolder

    Permalink
  2. object CountedName extends Serializable

    Permalink
  3. object Server extends PortBindings with Serializable

    Permalink

    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

    Permalink

Ungrouped