aboutsummaryrefslogtreecommitdiffstats
path: root/jdisc_core/abi-spec.json
diff options
context:
space:
mode:
authorgjoranv <gv@verizonmedia.com>2021-12-06 17:11:07 +0100
committergjoranv <gv@verizonmedia.com>2021-12-06 17:11:07 +0100
commita40f0fb2782af6b470d7ad2f9dabd9116c546d45 (patch)
treee9ddc3820ae81027b8445993f090d4bcadd9f75d /jdisc_core/abi-spec.json
parentffdbd053a2b57383b2d463e8050394776b14abdf (diff)
Remove PublicApi annotation for jdisc.test package.
- Does not contain any classes that are appropriate for external usage. Not currently used by any hosted Vespa apps.
Diffstat (limited to 'jdisc_core/abi-spec.json')
-rw-r--r--jdisc_core/abi-spec.json327
1 files changed, 0 insertions, 327 deletions
diff --git a/jdisc_core/abi-spec.json b/jdisc_core/abi-spec.json
index 497fdfad501..569f45949c8 100644
--- a/jdisc_core/abi-spec.json
+++ b/jdisc_core/abi-spec.json
@@ -934,332 +934,5 @@
"public abstract void close()"
],
"fields": []
- },
- "com.yahoo.jdisc.test.MockMetric": {
- "superClass": "java.lang.Object",
- "interfaces": [
- "com.yahoo.jdisc.Metric"
- ],
- "attributes": [
- "public"
- ],
- "methods": [
- "public void <init>()",
- "public void set(java.lang.String, java.lang.Number, com.yahoo.jdisc.Metric$Context)",
- "public void add(java.lang.String, java.lang.Number, com.yahoo.jdisc.Metric$Context)",
- "public com.yahoo.jdisc.Metric$Context createContext(java.util.Map)",
- "public java.util.Map metrics()",
- "public java.lang.String toString()"
- ],
- "fields": []
- },
- "com.yahoo.jdisc.test.NonWorkingClientProvider": {
- "superClass": "com.yahoo.jdisc.NoopSharedResource",
- "interfaces": [
- "com.yahoo.jdisc.service.ClientProvider"
- ],
- "attributes": [
- "public",
- "final"
- ],
- "methods": [
- "public void <init>()",
- "public void start()",
- "public com.yahoo.jdisc.handler.ContentChannel handleRequest(com.yahoo.jdisc.Request, com.yahoo.jdisc.handler.ResponseHandler)",
- "public void handleTimeout(com.yahoo.jdisc.Request, com.yahoo.jdisc.handler.ResponseHandler)"
- ],
- "fields": []
- },
- "com.yahoo.jdisc.test.NonWorkingCompletionHandler": {
- "superClass": "java.lang.Object",
- "interfaces": [
- "com.yahoo.jdisc.handler.CompletionHandler"
- ],
- "attributes": [
- "public",
- "final"
- ],
- "methods": [
- "public void <init>()",
- "public void completed()",
- "public void failed(java.lang.Throwable)"
- ],
- "fields": []
- },
- "com.yahoo.jdisc.test.NonWorkingContentChannel": {
- "superClass": "java.lang.Object",
- "interfaces": [
- "com.yahoo.jdisc.handler.ContentChannel"
- ],
- "attributes": [
- "public",
- "final"
- ],
- "methods": [
- "public void <init>()",
- "public void write(java.nio.ByteBuffer, com.yahoo.jdisc.handler.CompletionHandler)",
- "public void close(com.yahoo.jdisc.handler.CompletionHandler)"
- ],
- "fields": []
- },
- "com.yahoo.jdisc.test.NonWorkingOsgiFramework": {
- "superClass": "java.lang.Object",
- "interfaces": [
- "com.yahoo.jdisc.application.OsgiFramework"
- ],
- "attributes": [
- "public"
- ],
- "methods": [
- "public void <init>()",
- "public java.util.List installBundle(java.lang.String)",
- "public void startBundles(java.util.List, boolean)",
- "public void refreshPackages()",
- "public org.osgi.framework.BundleContext bundleContext()",
- "public java.util.List bundles()",
- "public java.util.List getBundles(org.osgi.framework.Bundle)",
- "public void allowDuplicateBundles(java.util.Collection)",
- "public void start()",
- "public void stop()"
- ],
- "fields": []
- },
- "com.yahoo.jdisc.test.NonWorkingRequest": {
- "superClass": "java.lang.Object",
- "interfaces": [],
- "attributes": [
- "public",
- "final"
- ],
- "methods": [
- "public static varargs com.yahoo.jdisc.Request newInstance(java.lang.String, com.google.inject.Module[])"
- ],
- "fields": []
- },
- "com.yahoo.jdisc.test.NonWorkingRequestHandler": {
- "superClass": "com.yahoo.jdisc.NoopSharedResource",
- "interfaces": [
- "com.yahoo.jdisc.handler.RequestHandler"
- ],
- "attributes": [
- "public",
- "final"
- ],
- "methods": [
- "public void <init>()",
- "public com.yahoo.jdisc.handler.ContentChannel handleRequest(com.yahoo.jdisc.Request, com.yahoo.jdisc.handler.ResponseHandler)",
- "public void handleTimeout(com.yahoo.jdisc.Request, com.yahoo.jdisc.handler.ResponseHandler)"
- ],
- "fields": []
- },
- "com.yahoo.jdisc.test.NonWorkingResponseHandler": {
- "superClass": "java.lang.Object",
- "interfaces": [
- "com.yahoo.jdisc.handler.ResponseHandler"
- ],
- "attributes": [
- "public"
- ],
- "methods": [
- "public void <init>()",
- "public com.yahoo.jdisc.handler.ContentChannel handleResponse(com.yahoo.jdisc.Response)"
- ],
- "fields": []
- },
- "com.yahoo.jdisc.test.NonWorkingServerProvider": {
- "superClass": "com.yahoo.jdisc.NoopSharedResource",
- "interfaces": [
- "com.yahoo.jdisc.service.ServerProvider"
- ],
- "attributes": [
- "public",
- "final"
- ],
- "methods": [
- "public void <init>()",
- "public void start()",
- "public void close()"
- ],
- "fields": []
- },
- "com.yahoo.jdisc.test.ServerProviderConformanceTest$Adapter": {
- "superClass": "java.lang.Object",
- "interfaces": [],
- "attributes": [
- "public",
- "interface",
- "abstract"
- ],
- "methods": [
- "public abstract com.google.inject.Module newConfigModule()",
- "public abstract java.lang.Class getServerProviderClass()",
- "public abstract java.lang.Object newClient(com.yahoo.jdisc.service.ServerProvider)",
- "public abstract java.lang.Object executeRequest(java.lang.Object, boolean)",
- "public abstract java.lang.Iterable newResponseContent()",
- "public abstract void validateResponse(java.lang.Object)"
- ],
- "fields": []
- },
- "com.yahoo.jdisc.test.ServerProviderConformanceTest$ConformanceException": {
- "superClass": "java.lang.RuntimeException",
- "interfaces": [],
- "attributes": [
- "public"
- ],
- "methods": [
- "public void <init>()",
- "public void <init>(com.yahoo.jdisc.test.ServerProviderConformanceTest$Event)",
- "public java.lang.String getMessage()"
- ],
- "fields": []
- },
- "com.yahoo.jdisc.test.ServerProviderConformanceTest": {
- "superClass": "java.lang.Object",
- "interfaces": [],
- "attributes": [
- "public",
- "abstract"
- ],
- "methods": [
- "public void <init>()",
- "public abstract void testContainerNotReadyException()",
- "public abstract void testBindingSetNotFoundException()",
- "public abstract void testNoBindingSetSelectedException()",
- "public abstract void testBindingNotFoundException()",
- "public abstract void testRequestHandlerWithSyncCloseResponse()",
- "public abstract void testRequestHandlerWithSyncWriteResponse()",
- "public abstract void testRequestHandlerWithSyncHandleResponse()",
- "public abstract void testRequestHandlerWithAsyncHandleResponse()",
- "public abstract void testRequestException()",
- "public abstract void testRequestExceptionWithSyncCloseResponse()",
- "public abstract void testRequestExceptionWithSyncWriteResponse()",
- "public abstract void testRequestNondeterministicExceptionWithSyncHandleResponse()",
- "public abstract void testRequestExceptionBeforeResponseWriteWithSyncHandleResponse()",
- "public abstract void testRequestExceptionAfterResponseWriteWithSyncHandleResponse()",
- "public abstract void testRequestNondeterministicExceptionWithAsyncHandleResponse()",
- "public abstract void testRequestExceptionBeforeResponseWriteWithAsyncHandleResponse()",
- "public abstract void testRequestExceptionAfterResponseCloseNoContentWithAsyncHandleResponse()",
- "public abstract void testRequestExceptionAfterResponseWriteWithAsyncHandleResponse()",
- "public abstract void testRequestContentWriteWithSyncCompletion()",
- "public abstract void testRequestContentWriteWithAsyncCompletion()",
- "public abstract void testRequestContentWriteWithNondeterministicSyncFailure()",
- "public abstract void testRequestContentWriteWithSyncFailureBeforeResponseWrite()",
- "public abstract void testRequestContentWriteWithSyncFailureAfterResponseWrite()",
- "public abstract void testRequestContentWriteWithNondeterministicAsyncFailure()",
- "public abstract void testRequestContentWriteWithAsyncFailureBeforeResponseWrite()",
- "public abstract void testRequestContentWriteWithAsyncFailureAfterResponseWrite()",
- "public abstract void testRequestContentWriteWithAsyncFailureAfterResponseCloseNoContent()",
- "public abstract void testRequestContentWriteNondeterministicException()",
- "public abstract void testRequestContentWriteExceptionBeforeResponseWrite()",
- "public abstract void testRequestContentWriteExceptionAfterResponseWrite()",
- "public abstract void testRequestContentWriteExceptionAfterResponseCloseNoContent()",
- "public abstract void testRequestContentWriteNondeterministicExceptionWithSyncCompletion()",
- "public abstract void testRequestContentWriteExceptionBeforeResponseWriteWithSyncCompletion()",
- "public abstract void testRequestContentWriteExceptionAfterResponseWriteWithSyncCompletion()",
- "public abstract void testRequestContentWriteExceptionAfterResponseCloseNoContentWithSyncCompletion()",
- "public abstract void testRequestContentWriteNondeterministicExceptionWithAsyncCompletion()",
- "public abstract void testRequestContentWriteExceptionBeforeResponseWriteWithAsyncCompletion()",
- "public abstract void testRequestContentWriteExceptionAfterResponseWriteWithAsyncCompletion()",
- "public abstract void testRequestContentWriteExceptionAfterResponseCloseNoContentWithAsyncCompletion()",
- "public abstract void testRequestContentWriteExceptionWithNondeterministicSyncFailure()",
- "public abstract void testRequestContentWriteExceptionWithSyncFailureBeforeResponseWrite()",
- "public abstract void testRequestContentWriteExceptionWithSyncFailureAfterResponseWrite()",
- "public abstract void testRequestContentWriteExceptionWithSyncFailureAfterResponseCloseNoContent()",
- "public abstract void testRequestContentWriteExceptionWithNondeterministicAsyncFailure()",
- "public abstract void testRequestContentWriteExceptionWithAsyncFailureBeforeResponseWrite()",
- "public abstract void testRequestContentWriteExceptionWithAsyncFailureAfterResponseWrite()",
- "public abstract void testRequestContentWriteExceptionWithAsyncFailureAfterResponseCloseNoContent()",
- "public abstract void testRequestContentCloseWithSyncCompletion()",
- "public abstract void testRequestContentCloseWithAsyncCompletion()",
- "public abstract void testRequestContentCloseWithNondeterministicSyncFailure()",
- "public abstract void testRequestContentCloseWithSyncFailureBeforeResponseWrite()",
- "public abstract void testRequestContentCloseWithSyncFailureAfterResponseWrite()",
- "public abstract void testRequestContentCloseWithSyncFailureAfterResponseCloseNoContent()",
- "public abstract void testRequestContentCloseWithNondeterministicAsyncFailure()",
- "public abstract void testRequestContentCloseWithAsyncFailureBeforeResponseWrite()",
- "public abstract void testRequestContentCloseWithAsyncFailureAfterResponseWrite()",
- "public abstract void testRequestContentCloseWithAsyncFailureAfterResponseCloseNoContent()",
- "public abstract void testRequestContentCloseNondeterministicException()",
- "public abstract void testRequestContentCloseExceptionBeforeResponseWrite()",
- "public abstract void testRequestContentCloseExceptionAfterResponseWrite()",
- "public abstract void testRequestContentCloseExceptionAfterResponseCloseNoContent()",
- "public abstract void testRequestContentCloseNondeterministicExceptionWithSyncCompletion()",
- "public abstract void testRequestContentCloseExceptionBeforeResponseWriteWithSyncCompletion()",
- "public abstract void testRequestContentCloseExceptionAfterResponseWriteWithSyncCompletion()",
- "public abstract void testRequestContentCloseExceptionAfterResponseCloseNoContentWithSyncCompletion()",
- "public abstract void testRequestContentCloseNondeterministicExceptionWithAsyncCompletion()",
- "public abstract void testRequestContentCloseExceptionBeforeResponseWriteWithAsyncCompletion()",
- "public abstract void testRequestContentCloseExceptionAfterResponseWriteWithAsyncCompletion()",
- "public abstract void testRequestContentCloseExceptionAfterResponseCloseNoContentWithAsyncCompletion()",
- "public abstract void testRequestContentCloseNondeterministicExceptionWithSyncFailure()",
- "public abstract void testRequestContentCloseExceptionBeforeResponseWriteWithSyncFailure()",
- "public abstract void testRequestContentCloseExceptionAfterResponseWriteWithSyncFailure()",
- "public abstract void testRequestContentCloseExceptionAfterResponseCloseNoContentWithSyncFailure()",
- "public abstract void testRequestContentCloseNondeterministicExceptionWithAsyncFailure()",
- "public abstract void testRequestContentCloseExceptionBeforeResponseWriteWithAsyncFailure()",
- "public abstract void testRequestContentCloseExceptionAfterResponseWriteWithAsyncFailure()",
- "public abstract void testRequestContentCloseExceptionAfterResponseCloseNoContentWithAsyncFailure()",
- "public abstract void testResponseWriteCompletionException()",
- "public abstract void testResponseCloseCompletionException()",
- "public abstract void testResponseCloseCompletionExceptionNoContent()",
- "protected varargs void runTest(com.yahoo.jdisc.test.ServerProviderConformanceTest$Adapter, com.google.inject.Module[])"
- ],
- "fields": []
- },
- "com.yahoo.jdisc.test.TestDriver": {
- "superClass": "java.lang.Object",
- "interfaces": [
- "com.yahoo.jdisc.application.ContainerActivator",
- "com.yahoo.jdisc.service.CurrentContainer"
- ],
- "attributes": [
- "public"
- ],
- "methods": [
- "public com.yahoo.jdisc.application.ContainerBuilder newContainerBuilder()",
- "public com.yahoo.jdisc.application.DeactivatedContainer activateContainer(com.yahoo.jdisc.application.ContainerBuilder)",
- "public com.yahoo.jdisc.Container newReference(java.net.URI)",
- "public com.yahoo.jdisc.core.BootstrapLoader bootstrapLoader()",
- "public com.yahoo.jdisc.application.Application application()",
- "public com.yahoo.jdisc.application.OsgiFramework osgiFramework()",
- "public com.yahoo.jdisc.handler.ContentChannel connectRequest(java.lang.String, com.yahoo.jdisc.handler.ResponseHandler)",
- "public java.util.concurrent.Future dispatchRequest(java.lang.String, com.yahoo.jdisc.handler.ResponseHandler)",
- "public void scheduleClose()",
- "public boolean awaitClose(long, java.util.concurrent.TimeUnit)",
- "public boolean close()",
- "public com.yahoo.jdisc.handler.RequestDispatch newRequestDispatch(java.lang.String, com.yahoo.jdisc.handler.ResponseHandler)",
- "public static varargs com.yahoo.jdisc.test.TestDriver newInjectedApplicationInstance(java.lang.Class, com.google.inject.Module[])",
- "public static varargs com.yahoo.jdisc.test.TestDriver newInjectedApplicationInstanceWithoutOsgi(java.lang.Class, com.google.inject.Module[])",
- "public static varargs com.yahoo.jdisc.test.TestDriver newInjectedApplicationInstance(com.yahoo.jdisc.application.Application, com.google.inject.Module[])",
- "public static varargs com.yahoo.jdisc.test.TestDriver newInjectedApplicationInstanceWithoutOsgi(com.yahoo.jdisc.application.Application, com.google.inject.Module[])",
- "public static varargs com.yahoo.jdisc.test.TestDriver newSimpleApplicationInstance(com.google.inject.Module[])",
- "public static varargs com.yahoo.jdisc.test.TestDriver newSimpleApplicationInstanceWithoutOsgi(com.google.inject.Module[])",
- "public static varargs com.yahoo.jdisc.test.TestDriver newApplicationBundleInstance(java.lang.String, boolean, com.google.inject.Module[])",
- "public static varargs com.yahoo.jdisc.test.TestDriver newInstance(com.yahoo.jdisc.application.OsgiFramework, java.lang.String, boolean, com.google.inject.Module[])",
- "public static com.yahoo.jdisc.core.FelixFramework newOsgiFramework()",
- "public static com.yahoo.jdisc.application.OsgiFramework newNonWorkingOsgiFramework()"
- ],
- "fields": []
- },
- "com.yahoo.jdisc.test.TestTimer": {
- "superClass": "java.lang.Object",
- "interfaces": [
- "com.yahoo.jdisc.Timer"
- ],
- "attributes": [
- "public"
- ],
- "methods": [
- "public void <init>()",
- "public void <init>(java.time.Instant)",
- "public void setMillis(long)",
- "public void advanceMillis(long)",
- "public void advanceSeconds(long)",
- "public void advanceMinutes(long)",
- "public void advance(java.time.Duration)",
- "public java.time.Instant currentTime()",
- "public long currentTimeMillis()"
- ],
- "fields": []
}
} \ No newline at end of file