Package org.spf4j.grizzly
Interface JerseyService
-
- All Superinterfaces:
AutoCloseable,Closeable
public interface JerseyService extends Closeable
- Author:
- Zoltan Farkas
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description voidclose()default JerseyServicecloseOnShutdown()Spf4jJaxrsApplicationgetApplication()voidstart()
-
-
-
Method Detail
-
start
void start() throws IOException- Throws:
IOException
-
getApplication
Spf4jJaxrsApplication getApplication()
-
close
void close()
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable
-
closeOnShutdown
default JerseyService closeOnShutdown()
-
-