public class GrizzlyServer extends Object
Constructor and Description |
---|
GrizzlyServer(CommandLineParameters params,
OTPServer server)
Construct a Grizzly server with the given IoC injector and command line parameters.
|
Modifier and Type | Method and Description |
---|---|
void |
run()
This function goes through roughly the same steps as Jersey's GrizzlyServerFactory, but we instead construct
an HttpServer and NetworkListener manually so we can set the number of threads and other details.
|
public GrizzlyServer(CommandLineParameters params, OTPServer server)
Copyright © 2018. All rights reserved.