Package 

Class Server

  • All Implemented Interfaces:

    @Deprecated(message = "The HTTP server is not needed anymore (see migration guide)") 
    public final class Server
    extends AbstractServer
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • 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
    • Method Detail