Class SeBootstrapTest
java.lang.Object
org.jboss.resteasy.bootstrap.test.SeBootstrapTest
- Author:
- James R. Perkins
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static class
static class
static class
static class
static class
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
protected abstract Class<? extends EmbeddedServer>
void
void
void
void
void
shutdown()
protected void
start
(jakarta.ws.rs.core.Application application) protected void
start
(jakarta.ws.rs.core.Application application, jakarta.ws.rs.SeBootstrap.Configuration configuration) protected void
void
unwrap()
-
Constructor Details
-
SeBootstrapTest
public SeBootstrapTest()
-
-
Method Details
-
shutdown
- Throws:
Exception
-
unwrap
- Throws:
Exception
-
constructedApplication
- Throws:
Exception
-
bootWithApplication
- Throws:
Exception
-
resourceDefined
- Throws:
Exception
-
resourceScanned
- Throws:
Exception
-
scanningDisabled
- Throws:
Exception
-
httpsConnection
- Throws:
Exception
-
getEmbeddedServerClass
-
start
protected void start(Class<? extends jakarta.ws.rs.core.Application> application) throws ExecutionException, InterruptedException, TimeoutException, IOException -
start
protected void start(jakarta.ws.rs.core.Application application) throws ExecutionException, InterruptedException, TimeoutException, IOException -
start
protected void start(jakarta.ws.rs.core.Application application, jakarta.ws.rs.SeBootstrap.Configuration configuration) throws ExecutionException, InterruptedException, TimeoutException, IOException
-