Package

im.mange.driveby

pool

Permalink

package pool

Visibility
  1. Public
  2. All

Type Members

  1. case class Application(name: String, port: Int, host: String = "127.0.0.1") extends Product with Serializable

    Permalink
  2. trait ApplicationController extends AnyRef

    Permalink
  3. trait BrowserPool extends AnyRef

    Permalink
  4. case class InProcessApplicationController(name: String, port: Int, hostname: String = ...) extends ApplicationController with Product with Serializable

    Permalink
  5. class LocalBrowserPool extends BrowserPool

    Permalink
  6. trait PooledApplications extends ExampleAware with PooledBrowsers with ApplicationAware

    Permalink
  7. trait PooledBrowsers extends ExampleAware with BrowserAware

    Permalink

Value Members

  1. object ApplicationPool

    Permalink

Ungrouped