JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Tree
Index
Search
Help
com.codename1.backend
HttpServer
Handler
Contents
Description
Method Summary
Method Details
handle(HttpServer.Request)
Hide sidebar
Show sidebar
Interface HttpServer.Handler
All Known Implementing Classes:
StaticFiles
Enclosing class:
HttpServer
public static interface
HttpServer.Handler
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
HttpServer.Response
handle
(
HttpServer.Request
request)
Method Details
handle
HttpServer.Response
handle
(
HttpServer.Request
request)
throws
Exception
Throws:
Exception