Class MixedModeResourceTest
- java.lang.Object
-
- io.servicetalk.http.router.jersey.AbstractNonParameterizedJerseyStreamingHttpServiceTest
-
- io.servicetalk.http.router.jersey.AbstractJerseyStreamingHttpServiceTest
-
- io.servicetalk.http.router.jersey.MixedModeResourceTest
-
public class MixedModeResourceTest extends AbstractJerseyStreamingHttpServiceTest
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.servicetalk.http.router.jersey.AbstractNonParameterizedJerseyStreamingHttpServiceTest
AbstractNonParameterizedJerseyStreamingHttpServiceTest.RouterApi
-
-
Field Summary
-
Fields inherited from class io.servicetalk.http.router.jersey.AbstractNonParameterizedJerseyStreamingHttpServiceTest
api, expected, rule, SERVER_CTX, timeout
-
-
Constructor Summary
Constructors Constructor Description MixedModeResourceTest(AbstractNonParameterizedJerseyStreamingHttpServiceTest.RouterApi api)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected javax.ws.rs.core.Applicationapplication()protected ServerContextbuildRouter(HttpServerBuilder httpServerBuilder, BlockingHttpService router)protected ServerContextbuildRouter(HttpServerBuilder httpServerBuilder, BlockingStreamingHttpService router)protected ServerContextbuildRouter(HttpServerBuilder httpServerBuilder, HttpService router)protected ServerContextbuildRouter(HttpServerBuilder httpServerBuilder, StreamingHttpService router)protected voidconfigureBuilders(HttpServerBuilder serverBuilder, HttpJerseyRouterBuilder jerseyRouterBuilder)voidnoOffloadsIsSupported()voidnoOffloadsOverrideIsSupported()protected java.lang.StringtestUri(java.lang.String path)-
Methods inherited from class io.servicetalk.http.router.jersey.AbstractJerseyStreamingHttpServiceTest
data
-
Methods inherited from class io.servicetalk.http.router.jersey.AbstractNonParameterizedJerseyStreamingHttpServiceTest
closeClient, closeServer, get, getJsonResponseContentLengthExtractor, head, host, initServerAndClient, isStreamingJsonEnabled, noPayloadRequest, options, payloadRequest, post, put, runTwiceToEnsureEndpointCache, sendAndAssertNoResponse, sendAndAssertResponse, sendAndAssertResponse, sendAndAssertResponse, sendAndAssertResponse, sendAndAssertResponse, sendAndAssertStatusOnly, withHeader
-
-
-
-
Constructor Detail
-
MixedModeResourceTest
public MixedModeResourceTest(AbstractNonParameterizedJerseyStreamingHttpServiceTest.RouterApi api)
-
-
Method Detail
-
application
protected javax.ws.rs.core.Application application()
- Specified by:
applicationin classAbstractNonParameterizedJerseyStreamingHttpServiceTest
-
configureBuilders
protected void configureBuilders(HttpServerBuilder serverBuilder, HttpJerseyRouterBuilder jerseyRouterBuilder)
- Overrides:
configureBuildersin classAbstractNonParameterizedJerseyStreamingHttpServiceTest
-
buildRouter
protected ServerContext buildRouter(HttpServerBuilder httpServerBuilder, HttpService router) throws java.lang.Exception
- Overrides:
buildRouterin classAbstractNonParameterizedJerseyStreamingHttpServiceTest- Throws:
java.lang.Exception
-
buildRouter
protected ServerContext buildRouter(HttpServerBuilder httpServerBuilder, StreamingHttpService router) throws java.lang.Exception
- Overrides:
buildRouterin classAbstractNonParameterizedJerseyStreamingHttpServiceTest- Throws:
java.lang.Exception
-
buildRouter
protected ServerContext buildRouter(HttpServerBuilder httpServerBuilder, BlockingHttpService router) throws java.lang.Exception
- Overrides:
buildRouterin classAbstractNonParameterizedJerseyStreamingHttpServiceTest- Throws:
java.lang.Exception
-
buildRouter
protected ServerContext buildRouter(HttpServerBuilder httpServerBuilder, BlockingStreamingHttpService router) throws java.lang.Exception
- Overrides:
buildRouterin classAbstractNonParameterizedJerseyStreamingHttpServiceTest- Throws:
java.lang.Exception
-
testUri
protected java.lang.String testUri(java.lang.String path)
- Overrides:
testUriin classAbstractNonParameterizedJerseyStreamingHttpServiceTest
-
noOffloadsIsSupported
public void noOffloadsIsSupported()
-
noOffloadsOverrideIsSupported
public void noOffloadsOverrideIsSupported()
-
-