Uses of Class
io.github.ma1uta.matrix.server.model.federation.SendRequest
-
Packages that use SendRequest Package Description io.github.ma1uta.matrix.server.api Server API interfaces. -
-
Uses of SendRequest in io.github.ma1uta.matrix.server.api
Methods in io.github.ma1uta.matrix.server.api with parameters of type SendRequest Modifier and Type Method Description voidFederationV1Api. sendJoin(String roomId, String eventId, SendRequest request, javax.ws.rs.core.UriInfo uriInfo, javax.ws.rs.core.HttpHeaders httpHeaders, javax.ws.rs.container.AsyncResponse asyncResponse)Submits a signed join event to the resident server for it to accept it into the room's graph.voidFederationV1Api. sendLeave(String roomId, String eventId, SendRequest request, javax.ws.rs.core.UriInfo uriInfo, javax.ws.rs.core.HttpHeaders httpHeaders, javax.ws.rs.container.AsyncResponse asyncResponse)Submits a signed leave event to the resident server for it to accept it into the room's graph.
-