public class RequestDispatcher extends Object implements IRequestDispactcher
| Modifier and Type | Field and Description |
|---|---|
protected SessionEvents |
eventHandler |
| Constructor and Description |
|---|
RequestDispatcher(PromiseFulfiller fulfiller) |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<Confirmation> |
handleRequest(Request request) |
void |
setEventHandler(SessionEvents eventHandler) |
protected SessionEvents eventHandler
public RequestDispatcher(PromiseFulfiller fulfiller)
public CompletableFuture<Confirmation> handleRequest(Request request)
public void setEventHandler(SessionEvents eventHandler)
Copyright © 2022. All rights reserved.