Uses of Class
org.refcodes.rest.JdkHttpRestServer
-
Uses of JdkHttpRestServer in org.refcodes.rest
Subclasses of JdkHttpRestServer in org.refcodes.restModifier and TypeClassDescriptionclassThe singleton of theJdkHttpRestServerfor easyHttpRestServeraccess.Methods in org.refcodes.rest that return JdkHttpRestServerModifier and TypeMethodDescriptionJdkHttpRestServer.withBaseLocator(String aBaseLocator) JdkHttpRestServer.withClose()JdkHttpRestServer.withCloseIn(int aCloseMillis) JdkHttpRestServer.withCloseQuietly()JdkHttpRestServer.withCloseUnchecked()JdkHttpRestServer.withDisableObservers()JdkHttpRestServer.withEnableObservers()JdkHttpRestServer.withHttpExceptionHandler(HttpExceptionHandler aHttpErrorHandler) Sets theHttpExceptionHandlerfor theHttpExceptionHandlerproperty.JdkHttpRestServer.withHttpExceptionHandling(HttpExceptionHandling aHttpErrorHandling) Sets theHttpExceptionHandlingfor theHttpExceptionHandlingproperty.JdkHttpRestServer.withKeyStoreDescriptor(org.refcodes.security.KeyStoreDescriptor aKeyStoreDescriptor) JdkHttpRestServer.withMaxConnections(int aMaxConnections) JdkHttpRestServer.withObserversActive(boolean isActive) JdkHttpRestServer.withOnHttpException(HttpExceptionHandler aHttpExceptionHandler) Sets theHttpExceptionHandlerfor theHttpExceptionHandlerproperty.JdkHttpRestServer.withOpen(int aPort) Builder method for opening theHttpRestServer.JdkHttpRestServer.withOpen(org.refcodes.web.HttpServerContext aConnection) JdkHttpRestServer.withOpenUnchecked(org.refcodes.web.HttpServerContext aConnection) JdkHttpRestServer.withPort(int aPort) JdkHttpRestServer.withProtocol(String aProtocol) JdkHttpRestServer.withScheme(org.refcodes.data.Scheme aScheme)