| Package | Description |
|---|---|
| eu.chargetime.ocpp | |
| eu.chargetime.ocpp.feature | |
| eu.chargetime.ocpp.feature.profile | |
| eu.chargetime.ocpp.model |
| Modifier and Type | Method and Description |
|---|---|
Optional<Request> |
Queue.restoreRequest(String ticket)
Restore a
Request using a unique identifier. |
| Modifier and Type | Method and Description |
|---|---|
void |
SimplePromiseFulfiller.fulfill(CompletableFuture<Confirmation> promise,
SessionEvents eventHandler,
Request request) |
void |
PromiseFulfiller.fulfill(CompletableFuture<Confirmation> promise,
SessionEvents eventHandler,
Request request) |
void |
AsyncPromiseFulfillerDecorator.fulfill(CompletableFuture<Confirmation> promise,
SessionEvents eventHandler,
Request request) |
Confirmation |
SessionEvents.handleRequest(Request request)
Handle a incoming
Request. |
CompletableFuture<Confirmation> |
RequestDispatcher.handleRequest(Request request) |
CompletableFuture<Confirmation> |
Client.send(Request request)
Send a
Request to the server. |
CompletableFuture<Confirmation> |
Server.send(UUID sessionIndex,
Request request)
Send a message to a client.
|
void |
Communicator.sendCall(String uniqueId,
String action,
Request request)
Send a new
Request. |
void |
Session.sendRequest(String action,
Request payload,
String uuid)
Send a
Request. |
void |
ISession.sendRequest(String action,
Request payload,
String uuid) |
String |
Queue.store(Request request)
Store a
Request and get a unique identifier to fetch it later on. |
String |
Session.storeRequest(Request payload)
Store a
Request and get the unique id. |
String |
ISession.storeRequest(Request payload) |
| Modifier and Type | Method and Description |
|---|---|
Class<? extends Request> |
Feature.getRequestType()
|
| Modifier and Type | Method and Description |
|---|---|
Confirmation |
ProfileFeature.handleRequest(UUID sessionIndex,
Request request)
|
Confirmation |
Feature.handleRequest(UUID sessionIndex,
Request request)
Handle request.
|
| Modifier and Type | Method and Description |
|---|---|
Confirmation |
Profile.handleRequest(UUID sessionIndex,
Request request)
Handle
Request |
| Modifier and Type | Class and Description |
|---|---|
class |
TestRequest
Test implementation of the Request interface.
|
Copyright © 2022. All rights reserved.