Class SessionActiveHandler
java.lang.Object
com.yahoo.jdisc.AbstractResource
com.yahoo.jdisc.handler.AbstractRequestHandler
com.yahoo.container.jdisc.ThreadedRequestHandler
com.yahoo.container.jdisc.ThreadedHttpRequestHandler
com.yahoo.vespa.config.server.http.HttpHandler
com.yahoo.vespa.config.server.http.SessionHandler
com.yahoo.vespa.config.server.http.v2.SessionActiveHandler
- All Implemented Interfaces:
com.yahoo.container.jdisc.HttpRequestHandler
,com.yahoo.jdisc.handler.RequestHandler
,com.yahoo.jdisc.SharedResource
Handler that activates a session given by tenant and id (PUT).
- Author:
- vegardh
-
Nested Class Summary
Nested classes/interfaces inherited from class com.yahoo.container.jdisc.ThreadedHttpRequestHandler
com.yahoo.container.jdisc.ThreadedHttpRequestHandler.Context, com.yahoo.container.jdisc.ThreadedHttpRequestHandler.LazyContentChannel
Nested classes/interfaces inherited from interface com.yahoo.jdisc.SharedResource
com.yahoo.jdisc.SharedResource.Debug
-
Field Summary
Fields inherited from class com.yahoo.vespa.config.server.http.SessionHandler
applicationRepository
Fields inherited from class com.yahoo.container.jdisc.ThreadedHttpRequestHandler
CONTENT_TYPE, log
Fields inherited from class com.yahoo.container.jdisc.ThreadedRequestHandler
metric
Fields inherited from interface com.yahoo.jdisc.SharedResource
DEBUG, SYSTEM_PROPERTY_NAME_DEBUG
-
Constructor Summary
ConstructorsConstructorDescriptionSessionActiveHandler
(com.yahoo.container.jdisc.ThreadedHttpRequestHandler.Context ctx, ApplicationRepository applicationRepository, com.yahoo.config.provision.Zone zone) -
Method Summary
Modifier and TypeMethodDescriptionprotected com.yahoo.container.jdisc.HttpResponse
handlePUT
(com.yahoo.container.jdisc.HttpRequest request) Default implementation of handler for PUT requests.void
handleTimeout
(com.yahoo.jdisc.Request request, com.yahoo.jdisc.handler.ResponseHandler responseHandler) Methods inherited from class com.yahoo.vespa.config.server.http.SessionHandler
getRawSessionIdV2, getSessionIdV2, getTimeout, getTimeoutBudget, getTimeoutBudget, shouldIgnoreSessionStaleFailure
Methods inherited from class com.yahoo.vespa.config.server.http.HttpHandler
getRequestTimeout, handle, handleDELETE, handleGET, handlePOST
Methods inherited from class com.yahoo.container.jdisc.ThreadedHttpRequestHandler
addDateHeader, asHttpRequest, createLoggingCompletionHandler, handle, handleRequest, testContext
Methods inherited from class com.yahoo.container.jdisc.ThreadedRequestHandler
executor, getRequestType, handleRequest, writeErrorResponseOnOverload
Methods inherited from class com.yahoo.jdisc.AbstractResource
currentState, destroy, refer, refer, release, retainCount
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.yahoo.container.jdisc.HttpRequestHandler
requestHandlerSpec
Methods inherited from interface com.yahoo.jdisc.handler.RequestHandler
handleRequest
Methods inherited from interface com.yahoo.jdisc.SharedResource
refer, refer, release
-
Constructor Details
-
SessionActiveHandler
@Inject public SessionActiveHandler(com.yahoo.container.jdisc.ThreadedHttpRequestHandler.Context ctx, ApplicationRepository applicationRepository, com.yahoo.config.provision.Zone zone)
-
-
Method Details
-
handlePUT
protected com.yahoo.container.jdisc.HttpResponse handlePUT(com.yahoo.container.jdisc.HttpRequest request) Description copied from class:HttpHandler
Default implementation of handler for PUT requests. Returns an error response. Override this method to handle POST requests.- Overrides:
handlePUT
in classHttpHandler
- Parameters:
request
- aHttpRequest
- Returns:
- an error response with response code 405
-
handleTimeout
public void handleTimeout(com.yahoo.jdisc.Request request, com.yahoo.jdisc.handler.ResponseHandler responseHandler) - Specified by:
handleTimeout
in interfacecom.yahoo.jdisc.handler.RequestHandler
- Overrides:
handleTimeout
in classcom.yahoo.jdisc.handler.AbstractRequestHandler
-