Package com.mastfrog.acteur.server


package com.mastfrog.acteur.server
  • Class
    Description
    Provides a default implementation using self-signed certificates, but may be bound to provide your own.
    Factory for event loop groups used by the Netty transport.
    Provider of paths for a web application, which can normalize paths and strip out the base path for the web application, if any.
    Allows applications to inject encoders or decoders into the Netty channel pipeline.
    Bind this if you want to customize Netty's server bootstrap on server initialization (used to install a logging channel factory for logging surprise channel closures and similar).
    Hides the complexity of initializing Guice and Settings to start a server simply.
    Implement and bind as an eager singleton if you have code that should run only in the case of (and after) the server is started.
     
    Guice module for creating a server; also defines settings keys which can affect behavior.
    Handler which can receive Netty events which the framework cannot directly handle.