StatusPageServer

kamon.status.page.StatusPageServer
class StatusPageServer(hostname: String, port: Int, resourceLoader: ClassLoader, status: Status) extends NanoHTTPD

Exposes an embedded HTTP server based on NanoHTTP.

Attributes

Graph
Supertypes
class NanoHTTPD
class Object
trait Matchable
class Any

Members list

Type members

Inherited classlikes

class ClientHandler(x$1: InputStream, x$2: Socket)

Attributes

Inherited from:
NanoHTTPD
Supertypes
trait Runnable
class Object
trait Matchable
class Any
object ClientHandler

Attributes

Inherited from:
NanoHTTPD
Supertypes
class Object
trait Matchable
class Any
class CookieHandler(x$0: Map[String, String])

Attributes

Inherited from:
NanoHTTPD
Supertypes
trait Iterable[String]
class Object
trait Matchable
class Any
object CookieHandler

Attributes

Inherited from:
NanoHTTPD
Supertypes
class Object
trait Matchable
class Any
class ServerRunnable(x$1: Int)

Attributes

Inherited from:
NanoHTTPD
Supertypes
trait Runnable
class Object
trait Matchable
class Any

Attributes

Inherited from:
NanoHTTPD
Supertypes
class Object
trait Matchable
class Any

Value members

Concrete methods

override def serve(session: IHTTPSession): Response

Attributes

Definition Classes
NanoHTTPD
override def start(): Unit

Attributes

Definition Classes
NanoHTTPD

Inherited methods

def closeAllConnections(): Unit

Attributes

Inherited from:
NanoHTTPD
def getHostname(): String

Attributes

Inherited from:
NanoHTTPD
final def getListeningPort(): Int

Attributes

Inherited from:
NanoHTTPD
def getServerSocketFactory(): ServerSocketFactory

Attributes

Inherited from:
NanoHTTPD
def getTempFileManagerFactory(): TempFileManagerFactory

Attributes

Inherited from:
NanoHTTPD
final def isAlive(): Boolean

Attributes

Inherited from:
NanoHTTPD
def makeSecure(x$0: SSLServerSocketFactory, x$1: Array[String]): Unit

Attributes

Inherited from:
NanoHTTPD
def setAsyncRunner(x$0: AsyncRunner): Unit

Attributes

Inherited from:
NanoHTTPD
def setServerSocketFactory(x$0: ServerSocketFactory): Unit

Attributes

Inherited from:
NanoHTTPD
def setTempFileManagerFactory(x$0: TempFileManagerFactory): Unit

Attributes

Inherited from:
NanoHTTPD
def start(x$0: Int, x$1: Boolean): Unit

Attributes

Inherited from:
NanoHTTPD
def start(x$0: Int): Unit

Attributes

Inherited from:
NanoHTTPD
def stop(): Unit

Attributes

Inherited from:
NanoHTTPD
final def wasStarted(): Boolean

Attributes

Inherited from:
NanoHTTPD

Deprecated and Inherited methods

@Deprecated
def serve(x$0: String, x$1: Method, x$2: Map[String, String], x$3: Map[String, String], x$4: Map[String, String]): Response

Attributes

Deprecated
true
Inherited from:
NanoHTTPD