public class GrizzlyServer extends Object
| Constructor and Description |
|---|
GrizzlyServer() |
| Modifier and Type | Method and Description |
|---|---|
static String |
getPropertyOrDefault(String propSuffix,
String defaultVal) |
protected org.springframework.context.ConfigurableApplicationContext |
initSpringApplicationContext() |
static void |
main(String[] args) |
void |
start() |
void |
start(int httpPort) |
boolean |
start(int httpPort,
Integer sslPort) |
public static void main(String[] args) throws IOException, InterruptedException
IOExceptionInterruptedExceptionpublic void start()
throws IOException
IOExceptionpublic void start(int httpPort)
throws IOException
IOExceptionpublic boolean start(int httpPort,
Integer sslPort)
throws IOException
IOExceptionprotected org.springframework.context.ConfigurableApplicationContext initSpringApplicationContext()
Copyright © 2021 McEvoy Software Ltd. All rights reserved.