-
- All Implemented Interfaces:
@Deprecated(message = "The HTTP server is not needed anymore (see migration guide)") public final class Server extends AbstractServer
-
-
Field Summary
Fields Modifier and Type Field Description public final Stringhostnamepublic final IntegermyPortprivate final ServerSocketmyServerSocketprivate IFactoryThrowing<ServerSocket, IOException>serverSocketFactoryprivate IFactory<ITempFileManager>tempFileManagerFactory
-
Method Summary
Modifier and Type Method Description -
Methods inherited from class org.nanohttpd.protocols.http.NanoHTTPD
addHTTPInterceptor, closeAllConnections, 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
addEpub, addEpub, addPublication, loadCustomFont, loadCustomResource, loadR2FontResources, loadR2ScriptResources, loadReadiumCSSResources -
Methods inherited from class org.nanohttpd.router.RouterNanoHTTPD
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
-
-