java.lang.Object
io.jooby.Server.Base
io.jooby.netty.NettyServer
- All Implemented Interfaces:
Server
Web server implementation using Netty.
- Since:
- 2.0.0
- Author:
- edgar
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.jooby.Server
Server.Base
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface io.jooby.Server
getLoggerOff
-
Field Details
-
VALIDATE_HEADERS
public static final boolean VALIDATE_HEADERS
-
-
Constructor Details
-
NettyServer
Creates a server.- Parameters:
worker
- Thread-pool to use.
-
NettyServer
public NettyServer()Creates a server.
-
-
Method Details
-
setOptions
-
getOptions
-
getName
-
start
-
stop
-