@Singleton public class DispatchServiceImpl extends AbstractDispatchServiceImpl
DispatchService
,
for which the client-side async service is DispatchServiceAsync
.
This class is closely related to DispatchImpl
, in theory the latter wouldn't be needed, but we use it to
workaround a GWT limitation described in DispatchAsync
.Modifier and Type | Field and Description |
---|---|
protected String |
securityCookieName |
dispatch, logger, requestProvider
perThreadRequest, perThreadResponse
Constructor and Description |
---|
DispatchServiceImpl(Logger logger,
Dispatch dispatch,
RequestProvider requestProvider) |
Modifier and Type | Method and Description |
---|---|
String |
getSecurityCookieName() |
execute, undo
checkPermutationStrongName, doGetSerializationPolicy, getCodeServerPolicyUrl, getSerializationPolicy, init, loadPolicyFromCodeServer, onAfterResponseSerialized, onBeforeRequestDeserialized, processCall, processPost, shouldCompressResponse
doPost, doUnexpectedFailure, getPermutationStrongName, getThreadLocalRequest, getThreadLocalResponse, onAfterRequestDeserialized, readContent
doDelete, doGet, doHead, doOptions, doPut, doTrace, getLastModified, service, service
@Inject public DispatchServiceImpl(Logger logger, Dispatch dispatch, RequestProvider requestProvider)
public String getSecurityCookieName()
getSecurityCookieName
in class AbstractDispatchServiceImpl
Copyright © 2010–2014 Arcbees. All rights reserved.