| Package | Description |
|---|---|
| eu.chargetime.ocpp | |
| eu.chargetime.ocpp.feature | |
| eu.chargetime.ocpp.feature.profile | |
| eu.chargetime.ocpp.model |
| Modifier and Type | Method and Description |
|---|---|
Confirmation |
SessionEvents.handleRequest(Request request)
Handle a incoming
Request. |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<Confirmation> |
PromiseRepository.createPromise(String uniqueId)
Creates call back
CompletableFuture for later use |
CompletableFuture<Confirmation> |
IPromiseRepository.createPromise(String uniqueId) |
Optional<CompletableFuture<Confirmation>> |
PromiseRepository.getPromise(String uniqueId)
Get stored call back
CompletableFuture. |
Optional<CompletableFuture<Confirmation>> |
IPromiseRepository.getPromise(String uniqueId) |
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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SessionEvents.handleConfirmation(String uniqueId,
Confirmation confirmation)
Handle a
Confirmation to a Request. |
void |
Communicator.sendCallResult(String uniqueId,
String action,
Confirmation confirmation)
Send a
Confirmation reply to a Request. |
void |
Session.sendConfirmation(String uniqueId,
String action,
Confirmation confirmation)
Send a
Confirmation to a Request |
| 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) |
| 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 |
|---|---|
Class<? extends Confirmation> |
Feature.getConfirmationType()
Get the
Confirmation Type for the feature. |
| Modifier and Type | Method and Description |
|---|---|
Confirmation |
Profile.handleRequest(UUID sessionIndex,
Request request)
Handle
Request |
| Modifier and Type | Class and Description |
|---|---|
class |
TestConfirmation
Test implementation of the Confirmation interface.
|
Copyright © 2022. All rights reserved.