Uses of Interface
de.quantummaid.httpmaid.endpoint.RawRequest
-
Packages that use RawRequest Package Description de.quantummaid.httpmaid de.quantummaid.httpmaid.endpoint de.quantummaid.httpmaid.websockets.endpoint -
-
Uses of RawRequest in de.quantummaid.httpmaid
Method parameters in de.quantummaid.httpmaid with type arguments of type RawRequest Modifier and Type Method Description voidHttpMaid. handleRequest(RawRequestExtractor<RawRequest> rawRequestExtractor, RawResponseHandler rawResponseHandler)<T> THttpMaid. handleRequestSynchronously(RawRequestExtractor<RawRequest> rawRequestExtractor, RawResponseFactory<T> rawResponseFactory) -
Uses of RawRequest in de.quantummaid.httpmaid.endpoint
Classes in de.quantummaid.httpmaid.endpoint that implement RawRequest Modifier and Type Class Description classRawHttpRequest -
Uses of RawRequest in de.quantummaid.httpmaid.websockets.endpoint
Classes in de.quantummaid.httpmaid.websockets.endpoint that implement RawRequest Modifier and Type Class Description classRawWebsocketAuthorizationclassRawWebsocketConnectclassRawWebsocketDisconnectclassRawWebsocketMessage
-