void |
Session.accept(SessionEvents eventHandler) |
void |
ISession.accept(SessionEvents eventHandler) |
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) |
void |
Session.open(String uri,
SessionEvents eventHandler)
Connect to a specific uri, provided a call back handler for connection related events.
|
void |
ISession.open(String uri,
SessionEvents eventHandler) |
void |
RequestDispatcher.setEventHandler(SessionEvents eventHandler) |