public class GraphqlApiServerFactory
extends io.dropwizard.server.SimpleServerFactory
| Constructor and Description |
|---|
GraphqlApiServerFactory() |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.jetty.server.Server |
build(io.dropwizard.setup.Environment environment) |
void |
configure(io.dropwizard.setup.Environment environment) |
getAdminContextPath, getApplicationContextPath, getConnector, setAdminContextPath, setApplicationContextPath, setConnectoraddRequestLog, addStatsHandler, buildGzipHandler, buildServer, buildSetUIDListener, createAdminServlet, createAppServlet, createThreadPool, getAllowedMethods, getDetailedJsonProcessingExceptionMapper, getDumpAfterStart, getDumpBeforeStop, getEnableThreadNameFilter, getGid, getGroup, getGzipFilterFactory, getIdleThreadTimeout, getJerseyRootPath, getMaxQueuedRequests, getMaxThreads, getMinThreads, getNofileHardLimit, getNofileSoftLimit, getRegisterDefaultExceptionMappers, getRequestLogFactory, getServerPush, getShutdownGracePeriod, getStartsAsRoot, getUid, getUmask, getUser, isThreadPoolSizedCorrectly, printBanner, setAllowedMethods, setDetailedJsonProcessingExceptionMapper, setDumpAfterStart, setDumpBeforeStop, setEnableThreadNameFilter, setGid, setGroup, setGzipFilterFactory, setIdleThreadTimeout, setJerseyRootPath, setMaxQueuedRequests, setMaxThreads, setMinThreads, setNofileHardLimit, setNofileSoftLimit, setRegisterDefaultExceptionMappers, setRequestLogFactory, setServerPush, setShutdownGracePeriod, setStartsAsRoot, setUid, setUmask, setUserpublic org.eclipse.jetty.server.Server build(io.dropwizard.setup.Environment environment)
build in interface io.dropwizard.server.ServerFactorybuild in class io.dropwizard.server.SimpleServerFactorypublic void configure(io.dropwizard.setup.Environment environment)
configure in interface io.dropwizard.server.ServerFactoryconfigure in class io.dropwizard.server.SimpleServerFactoryCopyright © 2021. All rights reserved.