Uses of Interface
org.opendaylight.openflowplugin.api.openflow.device.RequestContext
-
-
Uses of RequestContext in org.opendaylight.openflowplugin.api.openflow.device
Methods in org.opendaylight.openflowplugin.api.openflow.device that return RequestContext Modifier and Type Method Description <T> @Nullable RequestContext<T>
RequestContextStack. createRequestContext()
Method returns new request context for current request.Methods in org.opendaylight.openflowplugin.api.openflow.device with parameters of type RequestContext Modifier and Type Method Description <T extends OfHeader>
MultiMsgCollector<T>DeviceContext. getMultiMsgCollector(RequestContext<List<T>> requestContext)
Gets multi msg collector. -
Uses of RequestContext in org.opendaylight.openflowplugin.impl.device
Methods in org.opendaylight.openflowplugin.impl.device that return RequestContext Modifier and Type Method Description <T> RequestContext<T>
DeviceContextImpl. createRequestContext()
Methods in org.opendaylight.openflowplugin.impl.device with parameters of type RequestContext Modifier and Type Method Description <T extends OfHeader>
MultiMsgCollector<T>DeviceContextImpl. getMultiMsgCollector(RequestContext<List<T>> requestContext)
-
Uses of RequestContext in org.opendaylight.openflowplugin.impl.device.listener
Constructors in org.opendaylight.openflowplugin.impl.device.listener with parameters of type RequestContext Constructor Description MultiMsgCollectorImpl(DeviceReplyProcessor deviceReplyProcessor, RequestContext<List<T>> requestContext)
-
Uses of RequestContext in org.opendaylight.openflowplugin.impl.role
Methods in org.opendaylight.openflowplugin.impl.role that return RequestContext Modifier and Type Method Description <T> RequestContext<T>
RoleContextImpl. createRequestContext()
-
Uses of RequestContext in org.opendaylight.openflowplugin.impl.rpc
Classes in org.opendaylight.openflowplugin.impl.rpc that implement RequestContext Modifier and Type Class Description class
AbstractRequestContext<T>
-
Uses of RequestContext in org.opendaylight.openflowplugin.impl.services
Methods in org.opendaylight.openflowplugin.impl.services with parameters of type RequestContext Modifier and Type Method Description static <T extends org.opendaylight.yangtools.yang.binding.DataObject>
com.google.common.util.concurrent.FutureCallback<OfHeader>SimpleRequestCallback. create(RequestContext<T> context, Class<?> requestType, MessageSpy spy, Class<T> clazz)
protected com.google.common.util.concurrent.FutureCallback<OfHeader>
AbstractMultipartCollectorService. createCallback(RequestContext<List<T>> context, Class<?> requestType)
protected com.google.common.util.concurrent.FutureCallback<OfHeader>
AbstractMultipartOnTheFlyService. createCallback(RequestContext<List<T>> context, Class<?> requestType)
protected com.google.common.util.concurrent.FutureCallback<OfHeader>
AbstractMultipartService. createCallback(RequestContext<List<T>> context, Class<?> requestType)
protected abstract com.google.common.util.concurrent.FutureCallback<OfHeader>
AbstractService. createCallback(RequestContext<O> context, Class<?> requestType)
protected com.google.common.util.concurrent.FutureCallback<OfHeader>
AbstractSimpleService. createCallback(RequestContext<O> context, Class<?> requestType)
protected com.google.common.util.concurrent.FutureCallback<OfHeader>
AbstractVoidService. createCallback(RequestContext<Void> context, Class<?> requestType)
Constructors in org.opendaylight.openflowplugin.impl.services with parameters of type RequestContext Constructor Description AbstractMultipartRequestCallback(RequestContext<List<T>> context, Class<?> requestType, DeviceContext deviceContext, EventIdentifier eventIdentifier)
AbstractMultipartRequestOnTheFlyCallback(RequestContext<List<T>> context, Class<?> requestType, DeviceContext deviceContext, EventIdentifier eventIdentifier, MultipartWriterProvider statisticsWriterProvider, ConvertorExecutor convertorExecutor)
VoidRequestCallback(RequestContext<Void> context, Class<?> requestType, MessageSpy spy)
-
Uses of RequestContext in org.opendaylight.openflowplugin.impl.services.multilayer
Constructors in org.opendaylight.openflowplugin.impl.services.multilayer with parameters of type RequestContext Constructor Description MultiLayerFlowMultipartRequestOnTheFlyCallback(RequestContext<List<T>> context, Class<?> requestType, DeviceContext deviceContext, EventIdentifier eventIdentifier, MultipartWriterProvider statisticsWriterProvider, ConvertorExecutor convertorExecutor)
MultiLayerMultipartRequestCallback(RequestContext<List<T>> context, Class<?> requestType, DeviceContext deviceContext, EventIdentifier eventIdentifier)
-
Uses of RequestContext in org.opendaylight.openflowplugin.impl.services.singlelayer
Constructors in org.opendaylight.openflowplugin.impl.services.singlelayer with parameters of type RequestContext Constructor Description SingleLayerFlowMultipartRequestOnTheFlyCallback(RequestContext<List<T>> context, Class<?> requestType, DeviceContext deviceContext, EventIdentifier eventIdentifier, MultipartWriterProvider statisticsWriterProvider)
SingleLayerMultipartRequestCallback(RequestContext<List<T>> context, Class<?> requestType, DeviceContext deviceContext, EventIdentifier eventIdentifier)
-
Uses of RequestContext in org.opendaylight.openflowplugin.impl.services.util
Methods in org.opendaylight.openflowplugin.impl.services.util with parameters of type RequestContext Modifier and Type Method Description static void
RequestContextUtil. closeRequestContext(RequestContext<?> requestContext)
static <T> com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<T>>
RequestContextUtil. closeRequestContextWithRpcError(RequestContext<T> requestContext, String errorMessage)
-