-
@Deprecated(message = The HTTP server is not needed anymore (see migration guide), level = DeprecationLevel.ERROR) public abstract class AbstractServer extends RouterNanoHTTPD
-
-
Field Summary
Fields Modifier and Type Field Description private final Stringhostnameprivate final IntegermyPortprivate final List<IHandler<IHTTPSession, Response>>interceptorsprivate final IAsyncRunnerasyncRunner
-
Constructor Summary
Constructors Constructor Description AbstractServer(Integer port, Context context, Boolean enableReadiumNavigatorSupport)
-
Method Summary
Modifier and Type Method Description -
Methods inherited from class org.nanohttpd.router.RouterNanoHTTPD
addHTTPInterceptor, closeAllConnections, createClientHandler, createServerRunnable, getHostname, getListeningPort, getMyServerSocket, getServerSocketFactory, getTempFileManagerFactory, handle, isAlive, makeSecure, setAsyncRunner, setHTTPHandler, setServerSocketFactory, setTempFileManagerFactory, start, start, start, stop, wasStarted -
Methods inherited from class org.readium.r2.streamer.server.AbstractServer
addMappings, addRoute, removeRoute, serve, setNotFoundHandler, setNotImplementedHandler, setRoutePrioritizer -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-