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.IHTTPSessionNanoWSD.WebSocket.handshakeRequestprivate NanoHTTPD.IHTTPSessionNanoFileUpload.NanoHttpdContext.sessionMethods in fi.iki.elonen that return NanoHTTPD.IHTTPSessionMethods in fi.iki.elonen with parameters of type NanoHTTPD.IHTTPSessionModifier and TypeMethodDescriptionprivate NanoHTTPD.ResponseSimpleWebServer.defaultRespond(Map<String, String> headers, NanoHTTPD.IHTTPSession session, String uri) org.apache.commons.fileupload.FileItemIteratorNanoFileUpload.getItemIterator(NanoHTTPD.IHTTPSession session) static final booleanNanoFileUpload.isMultipartContent(NanoHTTPD.IHTTPSession session) protected booleanNanoWSD.isWebsocketRequested(NanoHTTPD.IHTTPSession session) protected abstract NanoWSD.WebSocketNanoWSD.openWebSocket(NanoHTTPD.IHTTPSession handshake) NanoFileUpload.parseParameterMap(NanoHTTPD.IHTTPSession session) List<org.apache.commons.fileupload.FileItem> NanoFileUpload.parseRequest(NanoHTTPD.IHTTPSession session) private NanoHTTPD.ResponseHelloServer.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.ResponseNanoWSD.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.WebSocketDebugWebSocketServer.openWebSocket(NanoHTTPD.IHTTPSession handshake) Constructors in fi.iki.elonen.samples.echo with parameters of type NanoHTTPD.IHTTPSessionModifierConstructorDescriptionDebugWebSocket(DebugWebSocketServer server, NanoHTTPD.IHTTPSession handshakeRequest)