Packages

c

org.scalatra.jetty

JettyServer

class JettyServer extends AnyRef

Runs a Servlet or a Filter on an embedded Jetty server.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. JettyServer
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new JettyServer(socketAddress: InetSocketAddress = new InetSocketAddress(8080), resourceBase: String = "src/main/webapp")

Value Members

  1. val context: ServletContextHandler
  2. def join(): JettyServer.this.type
  3. val server: Server
  4. def start(): JettyServer.this.type
  5. def stop(): JettyServer.this.type