Class SeBootstrapTest
java.lang.Object
org.jboss.resteasy.bootstrap.test.SeBootstrapTest
- Author:
- James R. Perkins
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic classstatic classstatic classstatic class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidprotected abstract Class<? extends EmbeddedServer> voidvoidvoidvoidvoidshutdown()protected voidstart(jakarta.ws.rs.core.Application application) protected voidstart(jakarta.ws.rs.core.Application application, jakarta.ws.rs.SeBootstrap.Configuration configuration) protected voidvoidunwrap()
-
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
-