JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
A
C
D
G
H
I
N
O
S
U
A
AsyncHttpServer
- Class in
com.github.mjdev.libaums.server.http.server
Created by magnusja on 16/12/16.
AsyncHttpServer(int)
- Constructor for class com.github.mjdev.libaums.server.http.server.
AsyncHttpServer
C
com.github.mjdev.libaums.server.http
- package com.github.mjdev.libaums.server.http
com.github.mjdev.libaums.server.http.exception
- package com.github.mjdev.libaums.server.http.exception
com.github.mjdev.libaums.server.http.server
- package com.github.mjdev.libaums.server.http.server
D
determineFileToServe(String)
- Method in class com.github.mjdev.libaums.server.http.
UsbFileHttpServer
determineFileToServe(String)
- Method in interface com.github.mjdev.libaums.server.http.
UsbFileProvider
G
getBaseUrl()
- Method in class com.github.mjdev.libaums.server.http.
UsbFileHttpServer
getHostname()
- Method in class com.github.mjdev.libaums.server.http.server.
AsyncHttpServer
getHostname()
- Method in interface com.github.mjdev.libaums.server.http.server.
HttpServer
getListeningPort()
- Method in class com.github.mjdev.libaums.server.http.server.
AsyncHttpServer
getListeningPort()
- Method in interface com.github.mjdev.libaums.server.http.server.
HttpServer
getServer()
- Method in class com.github.mjdev.libaums.server.http.
UsbFileHttpServerService
getService()
- Method in class com.github.mjdev.libaums.server.http.
UsbFileHttpServerService.ServiceBinder
H
HttpServer
- Interface in
com.github.mjdev.libaums.server.http.server
Created by magnusja on 16/12/16.
I
isAlive()
- Method in class com.github.mjdev.libaums.server.http.server.
AsyncHttpServer
isAlive()
- Method in interface com.github.mjdev.libaums.server.http.server.
HttpServer
isAlive()
- Method in class com.github.mjdev.libaums.server.http.
UsbFileHttpServer
isServerRunning()
- Method in class com.github.mjdev.libaums.server.http.
UsbFileHttpServerService
N
NanoHttpdServer
- Class in
com.github.mjdev.libaums.server.http.server
Created by magnusja on 16/12/16.
NanoHttpdServer(int)
- Constructor for class com.github.mjdev.libaums.server.http.server.
NanoHttpdServer
NanoHttpdServer(String, int)
- Constructor for class com.github.mjdev.libaums.server.http.server.
NanoHttpdServer
NotAFileException
- Exception in
com.github.mjdev.libaums.server.http.exception
Created by magnusja on 16/12/16.
NotAFileException()
- Constructor for exception com.github.mjdev.libaums.server.http.exception.
NotAFileException
O
onBind(Intent)
- Method in class com.github.mjdev.libaums.server.http.
UsbFileHttpServerService
onRequest(AsyncHttpServerRequest, AsyncHttpServerResponse)
- Method in class com.github.mjdev.libaums.server.http.server.
AsyncHttpServer
S
serve(NanoHTTPD.IHTTPSession)
- Method in class com.github.mjdev.libaums.server.http.server.
NanoHttpdServer
server
- Variable in class com.github.mjdev.libaums.server.http.
UsbFileHttpServerService
ServiceBinder()
- Constructor for class com.github.mjdev.libaums.server.http.
UsbFileHttpServerService.ServiceBinder
setServer(UsbFileHttpServer)
- Method in class com.github.mjdev.libaums.server.http.
UsbFileHttpServerService
setUsbFileProvider(UsbFileProvider)
- Method in class com.github.mjdev.libaums.server.http.server.
AsyncHttpServer
setUsbFileProvider(UsbFileProvider)
- Method in interface com.github.mjdev.libaums.server.http.server.
HttpServer
setUsbFileProvider(UsbFileProvider)
- Method in class com.github.mjdev.libaums.server.http.server.
NanoHttpdServer
start()
- Method in class com.github.mjdev.libaums.server.http.server.
AsyncHttpServer
start()
- Method in interface com.github.mjdev.libaums.server.http.server.
HttpServer
start()
- Method in class com.github.mjdev.libaums.server.http.
UsbFileHttpServer
startAsForeground()
- Method in class com.github.mjdev.libaums.server.http.
UsbFileHttpServerService
startServer(UsbFile, HttpServer)
- Method in class com.github.mjdev.libaums.server.http.
UsbFileHttpServerService
stop()
- Method in class com.github.mjdev.libaums.server.http.server.
AsyncHttpServer
stop()
- Method in interface com.github.mjdev.libaums.server.http.server.
HttpServer
stop()
- Method in class com.github.mjdev.libaums.server.http.
UsbFileHttpServer
stopForeground()
- Method in class com.github.mjdev.libaums.server.http.
UsbFileHttpServerService
stopServer()
- Method in class com.github.mjdev.libaums.server.http.
UsbFileHttpServerService
U
UsbFileHttpServer
- Class in
com.github.mjdev.libaums.server.http
This class allows to start a HTTP web server which can serve
com.github.mjdev.libaums.fs.UsbFile
s to another app.
UsbFileHttpServer(UsbFile, HttpServer)
- Constructor for class com.github.mjdev.libaums.server.http.
UsbFileHttpServer
UsbFileHttpServerService
- Class in
com.github.mjdev.libaums.server.http
Service to run a
UsbFileHttpServer
in background as an Android service.
UsbFileHttpServerService()
- Constructor for class com.github.mjdev.libaums.server.http.
UsbFileHttpServerService
UsbFileHttpServerService.ServiceBinder
- Class in
com.github.mjdev.libaums.server.http
UsbFileProvider
- Interface in
com.github.mjdev.libaums.server.http
A
C
D
G
H
I
N
O
S
U
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes