Class Server

java.lang.Object
com.popokis.popok.http.Server

public final class Server
extends java.lang.Object
  • Nested Class Summary

    Nested Classes 
    Modifier and Type Class Description
    static class  Server.Builder  
  • Method Summary

    Modifier and Type Method Description
    static Server.Builder builder​(io.undertow.server.HttpHandler router)  
    void start()  
    void stop()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details