public class SchemaRegistryRestApplication extends io.confluent.rest.Application<SchemaRegistryConfig>
| Constructor and Description |
|---|
SchemaRegistryRestApplication(Properties props) |
SchemaRegistryRestApplication(SchemaRegistryConfig config) |
| Modifier and Type | Method and Description |
|---|---|
void |
configureBaseApplication(javax.ws.rs.core.Configurable<?> config,
Map<String,String> metricTags) |
org.eclipse.jetty.server.Handler |
configureHandler() |
protected void |
configurePreResourceHandling(org.eclipse.jetty.servlet.ServletContextHandler context) |
protected com.fasterxml.jackson.databind.ObjectMapper |
getJsonMapper() |
protected org.eclipse.jetty.util.resource.ResourceCollection |
getStaticResources() |
protected KafkaSchemaRegistry |
initSchemaRegistry(SchemaRegistryConfig config) |
static void |
logAllHandlers(org.eclipse.jetty.server.Handler handler) |
void |
onShutdown() |
void |
postServerStart() |
void |
registerInitResourceExtensions(javax.ws.rs.core.Configurable<?> config,
SchemaRegistryConfig schemaRegistryConfig) |
KafkaSchemaRegistry |
schemaRegistry() |
void |
setupResources(javax.ws.rs.core.Configurable<?> config,
SchemaRegistryConfig schemaRegistryConfig) |
addGlobalDosfilterListener, addNonGlobalDosfilterListener, configureBaseApplication, configureHttpResponseHeaderFilter, configureMetrics, configurePostResourceHandling, configureSecurityHandler, configureWebSocketHandler, configureWebSocketPostResourceHandling, createAuthenticator, createBasicSecurityHandler, createBearerSecurityHandler, createGlobalAuthConstraint, createIdentityService, createLoginService, createSecurityHandler, createServer, getConfiguration, getListenerName, getMetrics, getMetricsTags, getPath, getSslContextFactory, join, parseListeners, parseListToMap, registerExceptionMappers, registerFeatures, registerJsonProvider, registerWebSocketEndpoints, requestLogFormat, start, stop, wrapWithGzipHandlerpublic SchemaRegistryRestApplication(Properties props) throws io.confluent.rest.RestConfigException
io.confluent.rest.RestConfigExceptionpublic SchemaRegistryRestApplication(SchemaRegistryConfig config)
protected com.fasterxml.jackson.databind.ObjectMapper getJsonMapper()
getJsonMapper in class io.confluent.rest.Application<SchemaRegistryConfig>protected void configurePreResourceHandling(org.eclipse.jetty.servlet.ServletContextHandler context)
configurePreResourceHandling in class io.confluent.rest.Application<SchemaRegistryConfig>protected KafkaSchemaRegistry initSchemaRegistry(SchemaRegistryConfig config)
public void postServerStart()
public void configureBaseApplication(javax.ws.rs.core.Configurable<?> config,
Map<String,String> metricTags)
configureBaseApplication in class io.confluent.rest.Application<SchemaRegistryConfig>public void setupResources(javax.ws.rs.core.Configurable<?> config,
SchemaRegistryConfig schemaRegistryConfig)
setupResources in class io.confluent.rest.Application<SchemaRegistryConfig>public void registerInitResourceExtensions(javax.ws.rs.core.Configurable<?> config,
SchemaRegistryConfig schemaRegistryConfig)
protected org.eclipse.jetty.util.resource.ResourceCollection getStaticResources()
getStaticResources in class io.confluent.rest.Application<SchemaRegistryConfig>public void onShutdown()
onShutdown in class io.confluent.rest.Application<SchemaRegistryConfig>public org.eclipse.jetty.server.Handler configureHandler()
configureHandler in class io.confluent.rest.Application<SchemaRegistryConfig>public static void logAllHandlers(org.eclipse.jetty.server.Handler handler)
public KafkaSchemaRegistry schemaRegistry()
Copyright © 2026 Confluent, Inc.. All rights reserved.