Uses of Interface
fi.iki.elonen.NanoHTTPD.IHTTPSession
Packages that use NanoHTTPD.IHTTPSession
Package
Description
-
Uses of NanoHTTPD.IHTTPSession in fi.iki.elonen
Classes in fi.iki.elonen that implement NanoHTTPD.IHTTPSessionFields in fi.iki.elonen declared as NanoHTTPD.IHTTPSessionModifier and TypeFieldDescriptionprivate final NanoHTTPD.IHTTPSession
NanoWSD.WebSocket.handshakeRequest
private NanoHTTPD.IHTTPSession
NanoFileUpload.NanoHttpdContext.session
Methods in fi.iki.elonen that return NanoHTTPD.IHTTPSessionMethods in fi.iki.elonen with parameters of type NanoHTTPD.IHTTPSessionModifier and TypeMethodDescriptionprivate NanoHTTPD.Response
SimpleWebServer.defaultRespond
(Map<String, String> headers, NanoHTTPD.IHTTPSession session, String uri) org.apache.commons.fileupload.FileItemIterator
NanoFileUpload.getItemIterator
(NanoHTTPD.IHTTPSession session) static final boolean
NanoFileUpload.isMultipartContent
(NanoHTTPD.IHTTPSession session) protected boolean
NanoWSD.isWebsocketRequested
(NanoHTTPD.IHTTPSession session) protected abstract NanoWSD.WebSocket
NanoWSD.openWebSocket
(NanoHTTPD.IHTTPSession handshake) NanoFileUpload.parseParameterMap
(NanoHTTPD.IHTTPSession session) List
<org.apache.commons.fileupload.FileItem> NanoFileUpload.parseRequest
(NanoHTTPD.IHTTPSession session) private NanoHTTPD.Response
HelloServer.serve
(NanoHTTPD.IHTTPSession session) NanoHTTPD.serve
(NanoHTTPD.IHTTPSession session) Override this to customize the server.NanoWSD.serve
(NanoHTTPD.IHTTPSession session) SimpleWebServer.serve
(NanoHTTPD.IHTTPSession session) MarkdownWebServerPlugin.serveFile
(String uri, Map<String, String> headers, NanoHTTPD.IHTTPSession session, File file, String mimeType) WebServerPlugin.serveFile
(String uri, Map<String, String> headers, NanoHTTPD.IHTTPSession session, File file, String mimeType) protected NanoHTTPD.Response
NanoWSD.serveHttp
(NanoHTTPD.IHTTPSession session) Constructors in fi.iki.elonen with parameters of type NanoHTTPD.IHTTPSessionModifierConstructorDescriptionNanoHttpdContext
(NanoHTTPD.IHTTPSession session) WebSocket
(NanoHTTPD.IHTTPSession handshakeRequest) -
Uses of NanoHTTPD.IHTTPSession in fi.iki.elonen.debug
Methods in fi.iki.elonen.debug with parameters of type NanoHTTPD.IHTTPSession -
Uses of NanoHTTPD.IHTTPSession in fi.iki.elonen.router
Methods in fi.iki.elonen.router with parameters of type NanoHTTPD.IHTTPSessionModifier and TypeMethodDescriptionRouterNanoHTTPD.DefaultStreamHandler.delete
(RouterNanoHTTPD.UriResource uriResource, Map<String, String> urlParams, NanoHTTPD.IHTTPSession session) RouterNanoHTTPD.UriResponder.delete
(RouterNanoHTTPD.UriResource uriResource, Map<String, String> urlParams, NanoHTTPD.IHTTPSession session) RouterNanoHTTPD.DefaultHandler.get
(RouterNanoHTTPD.UriResource uriResource, Map<String, String> urlParams, NanoHTTPD.IHTTPSession session) RouterNanoHTTPD.DefaultStreamHandler.get
(RouterNanoHTTPD.UriResource uriResource, Map<String, String> urlParams, NanoHTTPD.IHTTPSession session) RouterNanoHTTPD.GeneralHandler.get
(RouterNanoHTTPD.UriResource uriResource, Map<String, String> urlParams, NanoHTTPD.IHTTPSession session) RouterNanoHTTPD.StaticPageHandler.get
(RouterNanoHTTPD.UriResource uriResource, Map<String, String> urlParams, NanoHTTPD.IHTTPSession session) RouterNanoHTTPD.UriResponder.get
(RouterNanoHTTPD.UriResource uriResource, Map<String, String> urlParams, NanoHTTPD.IHTTPSession session) RouterNanoHTTPD.DefaultStreamHandler.other
(String method, RouterNanoHTTPD.UriResource uriResource, Map<String, String> urlParams, NanoHTTPD.IHTTPSession session) RouterNanoHTTPD.UriResponder.other
(String method, RouterNanoHTTPD.UriResource uriResource, Map<String, String> urlParams, NanoHTTPD.IHTTPSession session) RouterNanoHTTPD.DefaultStreamHandler.post
(RouterNanoHTTPD.UriResource uriResource, Map<String, String> urlParams, NanoHTTPD.IHTTPSession session) RouterNanoHTTPD.UriResponder.post
(RouterNanoHTTPD.UriResource uriResource, Map<String, String> urlParams, NanoHTTPD.IHTTPSession session) RouterNanoHTTPD.UriResource.process
(Map<String, String> urlParams, NanoHTTPD.IHTTPSession session) RouterNanoHTTPD.UriRouter.process
(NanoHTTPD.IHTTPSession session) Search in the mappings if the given url matches some of the rules If there are more than one marches returns the rule with less parameters e.g.RouterNanoHTTPD.DefaultStreamHandler.put
(RouterNanoHTTPD.UriResource uriResource, Map<String, String> urlParams, NanoHTTPD.IHTTPSession session) RouterNanoHTTPD.UriResponder.put
(RouterNanoHTTPD.UriResource uriResource, Map<String, String> urlParams, NanoHTTPD.IHTTPSession session) RouterNanoHTTPD.serve
(NanoHTTPD.IHTTPSession session) -
Uses of NanoHTTPD.IHTTPSession in fi.iki.elonen.samples.echo
Methods in fi.iki.elonen.samples.echo with parameters of type NanoHTTPD.IHTTPSessionModifier and TypeMethodDescriptionprotected NanoWSD.WebSocket
DebugWebSocketServer.openWebSocket
(NanoHTTPD.IHTTPSession handshake) Constructors in fi.iki.elonen.samples.echo with parameters of type NanoHTTPD.IHTTPSessionModifierConstructorDescriptionDebugWebSocket
(DebugWebSocketServer server, NanoHTTPD.IHTTPSession handshakeRequest)