public abstract class AbstractServletHttpServerImplementationTest extends AbstractHttpServerImplementationTestCase
HttpServlet.| Modifier and Type | Class and Description |
|---|---|
static class |
AbstractServletHttpServerImplementationTest.FixHeadersFilter
Filter to fix the org.eclipse.jetty.http.HttpHeader
instances. |
protected static class |
AbstractServletHttpServerImplementationTest.ServerContext
Context for configuring the
Server. |
AbstractHttpServerImplementationTestCase.AsyncServicer, AbstractHttpServerImplementationTestCase.BufferServicer, AbstractHttpServerImplementationTestCase.BytesServicer, AbstractHttpServerImplementationTestCase.CancelConnectionManagedObjectSource, AbstractHttpServerImplementationTestCase.CancelConnectionServicer, AbstractHttpServerImplementationTestCase.CloseFileServicer, AbstractHttpServerImplementationTestCase.CompareResult, AbstractHttpServerImplementationTestCase.EncodedUrlServicer, AbstractHttpServerImplementationTestCase.FailServicer, AbstractHttpServerImplementationTestCase.FileServicer, AbstractHttpServerImplementationTestCase.FunctionalityServicer, AbstractHttpServerImplementationTestCase.PipelineResult, AbstractHttpServerImplementationTestCase.PressureOverloadServicer, AbstractHttpServerImplementationTestCase.Servicer, AbstractHttpServerImplementationTestCase.TeamMarker, AbstractHttpServerImplementationTestCase.TeamTwoMarker, AbstractHttpServerImplementationTestCase.ThreadedManagedObject, AbstractHttpServerImplementationTestCase.ThreadedServicer| Constructor and Description |
|---|
AbstractServletHttpServerImplementationTest() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
configureServer(AbstractServletHttpServerImplementationTest.ServerContext context)
Configures the
Server. |
static org.eclipse.jetty.server.Server |
createServer(HttpServerLocation serverLocation,
SSLContext sslContext)
Creates the
Server for the HttpServerLocation. |
protected HttpHeader[] |
getServerResponseHeaderValues() |
protected boolean |
isHandleCancel() |
protected AutoCloseable |
startHttpServer(OfficeFloorExtensionService officeFloorExtension,
OfficeExtensionService officeExtension) |
protected AutoCloseable |
startRawHttpServer(HttpServerLocation serverLocation) |
async, bufferHeavyLoad, bufferOverLoad, bufferPipelineVerify, bufferPipelining, bufferThreadedHandler, bytesHeavyLoad, bytesOverLoad, bytesPipelineVerify, bytesPipelining, bytesThreadedHandler, cancelConnection, doMultiClientLoadTest, doPipelineVerifyTest, fileHeavyLoad, fileOverLoad, filePipelineVerify, filePipelining, fileThreadedHandler, functionality, getHttpServerImplementationClass, getRequestCount, getServerName, getServerNameSuffix, handleError, multipleIndividualRequests, multipleIndividualSecureRequests, newHttpHeader, notDecodeRequestUrl, rawHeavyLoad, rawOverLoad, rawPipelineVerify, rawPipelining, rawSingleRequest, rawThreadedHandler, secureCancelConnection, secureSingleThreadedHandlerRequest, secureSocket, serverDateHeaders, setUp, singleBufferRequest, singleCloseFileRequest, singleFileRequest, singleRequest, singleSecureBufferRequest, singleSecureCloseFileRequest, singleSecureFileRequest, singleSecureRequest, singleThreadedHandlerRequest, socket, startHttpServer, startHttpServer, teamPressureOverload, tearDownpublic AbstractServletHttpServerImplementationTest()
public static org.eclipse.jetty.server.Server createServer(HttpServerLocation serverLocation, SSLContext sslContext)
Server for the HttpServerLocation.serverLocation - HttpServerLocation.sslContext - SSLContext. May be null if no
HTTPS required.Server.protected abstract void configureServer(AbstractServletHttpServerImplementationTest.ServerContext context) throws Exception
Server.context - AbstractServletHttpServerImplementationTest.ServerContext.Exception - If fails to configure Server.protected AutoCloseable startHttpServer(OfficeFloorExtensionService officeFloorExtension, OfficeExtensionService officeExtension) throws Exception
startHttpServer in class AbstractHttpServerImplementationTestCaseExceptionprotected AutoCloseable startRawHttpServer(HttpServerLocation serverLocation) throws Exception
startRawHttpServer in class AbstractHttpServerImplementationTestCaseExceptionprotected HttpHeader[] getServerResponseHeaderValues()
getServerResponseHeaderValues in class AbstractHttpServerImplementationTestCaseprotected boolean isHandleCancel()
isHandleCancel in class AbstractHttpServerImplementationTestCaseCopyright © 2005–2021 OfficeFloor. All rights reserved.