Uses of Interface
net.thevpc.nhttp.server.api.NWebServerHttpContext
-
Uses of NWebServerHttpContext in net.thevpc.nhttp.server.api
Fields in net.thevpc.nhttp.server.api with type parameters of type NWebServerHttpContextModifier and TypeFieldDescriptionstatic final InheritableThreadLocal<NWebServerHttpContext>NWebServerHttpContextHolder.currentMethods in net.thevpc.nhttp.server.api that return NWebServerHttpContextModifier and TypeMethodDescriptionNWebServerHttpContext.requireAuth()NWebServerHttpContext.requireMethod(net.thevpc.nuts.web.NHttpMethod... m) NWebServerHttpContext.runWithUnsafe(net.thevpc.nuts.util.NUnsafeRunnable callable) NWebServerHttpContext.throwNoFound()Methods in net.thevpc.nhttp.server.api that return types with arguments of type NWebServerHttpContextModifier and TypeMethodDescriptionstatic net.thevpc.nuts.util.NOptional<NWebServerHttpContext>NWebServerHttpContextHolder.current()